Lines Matching refs:schib
25 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
26 TP_ARGS(schid, schib, cc),
32 __field_struct(struct schib, schib)
39 __entry->devno = schib->pmcw.dev;
40 __entry->schib = *schib;
47 __entry->schib.pmcw.ena, __entry->schib.pmcw.st,
48 __entry->schib.pmcw.dnv, __entry->schib.pmcw.dev,
49 __entry->schib.pmcw.lpm, __entry->schib.pmcw.pnom,
50 __entry->schib.pmcw.lpum, __entry->schib.pmcw.pim,
51 __entry->schib.pmcw.pam, __entry->schib.pmcw.pom,
52 *((u64 *) __entry->schib.pmcw.chpid)
63 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
64 TP_ARGS(schid, schib, cc)
74 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
75 TP_ARGS(schid, schib, cc)