Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.h102 __le16 tid_sn; member
H A Dmt76x02_mac.c779 u16 tid_sn = le16_to_cpu(rxwi->tid_sn); in mt76x02_mac_process_rx() local
868 status->tid = FIELD_GET(MT_RXWI_TID, tid_sn); in mt76x02_mac_process_rx()
869 status->seqno = FIELD_GET(MT_RXWI_SN, tid_sn); in mt76x02_mac_process_rx()