Lines Matching refs:rxwi
248 TP_PROTO(struct mt7601u_dev *dev, struct mt7601u_rxwi *rxwi, u32 f),
249 TP_ARGS(dev, rxwi, f),
252 __field_struct(struct mt7601u_rxwi, rxwi)
257 __entry->rxwi = *rxwi;
264 le32_to_cpu(__entry->rxwi.rxinfo),
265 le32_to_cpu(__entry->rxwi.ctl),
266 le16_to_cpu(__entry->rxwi.frag_sn),
267 le16_to_cpu(__entry->rxwi.rate),
268 __entry->rxwi.unknown,
269 __entry->rxwi.zero[0], __entry->rxwi.zero[1],
270 __entry->rxwi.zero[2],
271 __entry->rxwi.snr, __entry->rxwi.ant,
272 __entry->rxwi.gain, __entry->rxwi.freq_off,
273 __entry->rxwi.resv2, __entry->rxwi.expert_ant,