Lines Matching refs: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)
180 TP_printk("schid=%x.%x.%04x cc=%d a=%d isc=%d type=%d",
181 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc,
191 * @cc: Condition code
194 TP_PROTO(struct subchannel_id schid, union orb *orb, int cc),
195 TP_ARGS(schid, orb, cc),
201 __field(int, cc)
208 __entry->cc = cc;
210 TP_printk("schid=%x.%x.%04x cc=%d", __entry->cssid, __entry->ssid,
211 __entry->schno, __entry->cc
216 TP_PROTO(struct subchannel_id schid, int cc),
217 TP_ARGS(schid, cc),
222 __field(int, cc)
228 __entry->cc = cc;
230 TP_printk("schid=%x.%x.%04x cc=%d", __entry->cssid, __entry->ssid,
231 __entry->schno, __entry->cc
238 * @cc: Condition code
241 TP_PROTO(struct subchannel_id schid, int cc),
242 TP_ARGS(schid, cc)
248 * @cc: Condition code
251 TP_PROTO(struct subchannel_id schid, int cc),
252 TP_ARGS(schid, cc)
258 * @cc: Condition code
261 TP_PROTO(struct subchannel_id schid, int cc),
262 TP_ARGS(schid, cc)
268 * @cc: Condition code
271 TP_PROTO(struct subchannel_id schid, int cc),
272 TP_ARGS(schid, cc)
281 * @cc: Condition code
284 TP_PROTO(struct chsc_header *chsc, int cc),
285 TP_ARGS(chsc, cc),
287 __field(int, cc)
294 __entry->cc = cc;
303 TP_printk("code=0x%04x cc=%d rcode=0x%04x", __entry->code,
304 __entry->cc, __entry->rcode)
357 * @cc: Condition code
360 TP_PROTO(struct crw *crw, int cc),
361 TP_ARGS(crw, cc),
364 __field(int, cc)
375 __entry->cc = cc;
384 TP_printk("cc=%d slct=%d oflw=%d chn=%d rsc=%d anc=%d erc=0x%x "
386 __entry->cc, __entry->slct, __entry->oflw,