Lines Matching refs:rxwi
256 TP_PROTO(struct mt7601u_dev *dev, struct mt7601u_rxwi *rxwi, u32 f),
257 TP_ARGS(dev, rxwi, f),
260 __field_struct(struct mt7601u_rxwi, rxwi)
265 __entry->rxwi = *rxwi;
272 le32_to_cpu(__entry->rxwi.rxinfo),
273 le32_to_cpu(__entry->rxwi.ctl),
274 le16_to_cpu(__entry->rxwi.frag_sn),
275 le16_to_cpu(__entry->rxwi.rate),
276 __entry->rxwi.unknown,
277 __entry->rxwi.zero[0], __entry->rxwi.zero[1],
278 __entry->rxwi.zero[2],
279 __entry->rxwi.snr, __entry->rxwi.ant,
280 __entry->rxwi.gain, __entry->rxwi.freq_off,
281 __entry->rxwi.resv2, __entry->rxwi.expert_ant,