Home
last modified time | relevance | path

Searched refs:tid_sn (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mac.h102 __le16 tid_sn; member
Dmt76x02_mac.c778 u16 tid_sn = le16_to_cpu(rxwi->tid_sn); in mt76x02_mac_process_rx() local
867 status->tid = FIELD_GET(MT_RXWI_TID, tid_sn); in mt76x02_mac_process_rx()
868 status->seqno = FIELD_GET(MT_RXWI_SN, tid_sn); in mt76x02_mac_process_rx()