Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
DHal8188ERateAdaptive.h27 #define GET_TX_RPT2_DESC_PKT_LEN_88E(__pRxStatusDesc) \ argument
28 LE_BITS_TO_4BYTE(__pRxStatusDesc, 0, 9)
29 #define GET_TX_RPT2_DESC_MACID_VALID_1_88E(__pRxStatusDesc) \ argument
30 LE_BITS_TO_4BYTE(__pRxStatusDesc+16, 0, 32)
31 #define GET_TX_RPT2_DESC_MACID_VALID_2_88E(__pRxStatusDesc) \ argument
32 LE_BITS_TO_4BYTE(__pRxStatusDesc+20, 0, 32)