Lines Matching full:cc

25 	TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
26 TP_ARGS(schid, schib, cc),
44 __field(int, cc)
63 __entry->cc = cc;
65 TP_printk("schid=%x.%x.%04x cc=%d ena=%d st=%d dnv=%d dev=%04x "
68 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc,
82 * @cc: Condition code
85 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
86 TP_ARGS(schid, schib, cc)
93 * @cc: Condition code
96 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
97 TP_ARGS(schid, schib, cc)
104 * @cc: Condition code
107 TP_PROTO(struct subchannel_id schid, struct irb *irb, int cc),
108 TP_ARGS(schid, irb, cc),
121 __field(int, cc)
135 __entry->cc = cc;
137 TP_printk("schid=%x.%x.%04x cc=%d dcc=%d pno=%d fctl=0x%x actl=0x%x "
139 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc,
150 * @cc: Condition code
153 TP_PROTO(struct tpi_info *addr, int cc),
154 TP_ARGS(addr, cc),
156 __field(int, cc)
166 __entry->cc = cc;
167 if (cc != 0)
182 TP_printk("schid=%x.%x.%04x cc=%d a=%d isc=%d type=%d",
183 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc,
193 * @cc: Condition code
196 TP_PROTO(struct subchannel_id schid, union orb *orb, int cc),
197 TP_ARGS(schid, orb, cc),
203 __field(int, cc)
210 __entry->cc = cc;
212 TP_printk("schid=%x.%x.%04x cc=%d", __entry->cssid, __entry->ssid,
213 __entry->schno, __entry->cc
218 TP_PROTO(struct subchannel_id schid, int cc),
219 TP_ARGS(schid, cc),
224 __field(int, cc)
230 __entry->cc = cc;
232 TP_printk("schid=%x.%x.%04x cc=%d", __entry->cssid, __entry->ssid,
233 __entry->schno, __entry->cc
240 * @cc: Condition code
243 TP_PROTO(struct subchannel_id schid, int cc),
244 TP_ARGS(schid, cc)
250 * @cc: Condition code
253 TP_PROTO(struct subchannel_id schid, int cc),
254 TP_ARGS(schid, cc)
260 * @cc: Condition code
263 TP_PROTO(struct subchannel_id schid, int cc),
264 TP_ARGS(schid, cc)
270 * @cc: Condition code
273 TP_PROTO(struct subchannel_id schid, int cc),
274 TP_ARGS(schid, cc)
283 * @cc: Condition code
286 TP_PROTO(struct chsc_header *chsc, int cc),
287 TP_ARGS(chsc, cc),
289 __field(int, cc)
296 __entry->cc = cc;
305 TP_printk("code=0x%04x cc=%d rcode=0x%04x", __entry->code,
306 __entry->cc, __entry->rcode)
359 * @cc: Condition code
362 TP_PROTO(struct crw *crw, int cc),
363 TP_ARGS(crw, cc),
366 __field(int, cc)
377 __entry->cc = cc;
386 TP_printk("cc=%d slct=%d oflw=%d chn=%d rsc=%d anc=%d erc=0x%x "
388 __entry->cc, __entry->slct, __entry->oflw,