Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dtrx.h228 #define SET_TX_DESC_PKT_SIZE(__txdesc, __value) \ argument
229 SET_BITS_OFFSET_LE(__txdesc, 0, 16, __value)
230 #define SET_TX_DESC_OFFSET(__txdesc, __value) \ argument
231 SET_BITS_OFFSET_LE(__txdesc, 16, 8, __value)
232 #define SET_TX_DESC_BMC(__txdesc, __value) \ argument
233 SET_BITS_OFFSET_LE(__txdesc, 24, 1, __value)
234 #define SET_TX_DESC_HTC(__txdesc, __value) \ argument
235 SET_BITS_OFFSET_LE(__txdesc, 25, 1, __value)
236 #define SET_TX_DESC_LAST_SEG(__txdesc, __value) \ argument
237 SET_BITS_OFFSET_LE(__txdesc, 26, 1, __value)
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.h208 #define SET_TX_DESC_HWSEQ_SEL_8723(__txdesc, __value) \ argument
209 SET_BITS_TO_LE_4BYTE(__txdesc+16, 6, 2, __value)