Searched refs:MT_RXINFO_PN_LEN (Results 1 – 4 of 4) sorted by relevance
65 #define MT_RXINFO_PN_LEN GENMASK(21, 19) macro
483 if (rxwi->rxinfo & cpu_to_le32(MT_RXINFO_PN_LEN)) in mt76_mac_process_rx()
809 pn_len = FIELD_GET(MT_RXINFO_PN_LEN, rxinfo); in mt76x02_mac_process_rx()