Searched refs:__txdesc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | trx.h | 202 #define SET_TX_DESC_PKT_SIZE(__txdesc, __value) \ argument 203 SET_BITS_TO_LE_4BYTE(__txdesc, 0, 16, __value) 204 #define SET_TX_DESC_OFFSET(__txdesc, __value) \ argument 205 SET_BITS_TO_LE_4BYTE(__txdesc, 16, 8, __value) 206 #define SET_TX_DESC_BMC(__txdesc, __value) \ argument 207 SET_BITS_TO_LE_4BYTE(__txdesc, 24, 1, __value) 208 #define SET_TX_DESC_HTC(__txdesc, __value) \ argument 209 SET_BITS_TO_LE_4BYTE(__txdesc, 25, 1, __value) 210 #define SET_TX_DESC_LAST_SEG(__txdesc, __value) \ argument 211 SET_BITS_TO_LE_4BYTE(__txdesc, 26, 1, __value) [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.h | 208 #define SET_TX_DESC_HWSEQ_SEL_8723(__txdesc, __value) \ argument 209 SET_BITS_TO_LE_4BYTE(__txdesc+16, 6, 2, __value)
|