/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.h | 48 #define SHIFT_AND_MASK_LE(__pdesc, __shift, __mask) \ argument 49 ((le32_to_cpu(*(((__le32 *)(__pdesc)))) >> (__shift)) & \ 59 #define SET_BITS_OFFSET_LE(__pdesc, __shift, __len, __val) \ argument 60 (*(__le32 *)(__pdesc) = \ 61 (cpu_to_le32((le32_to_cpu(*((__le32 *)(__pdesc))) & \ 67 #define SET_TX_DESC_PKT_SIZE(__pdesc, __val) \ argument 68 SET_BITS_OFFSET_LE(__pdesc, 0, 16, __val) 69 #define SET_TX_DESC_OFFSET(__pdesc, __val) \ argument 70 SET_BITS_OFFSET_LE(__pdesc, 16, 8, __val) 71 #define SET_TX_DESC_BMC(__pdesc, __val) \ argument [all …]
|
D | def.h | 76 #define GET_RX_STATUS_DESC_BUFF_ADDR(__pdesc) \ argument 77 SHIFT_AND_MASK_LE(__pdesc + 24, 0, 32)
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.h | 48 #define SHIFT_AND_MASK_LE(__pdesc, __shift, __mask) \ argument 49 ((le32_to_cpu(*(((__le32 *)(__pdesc)))) >> (__shift)) & \ 59 #define SET_BITS_OFFSET_LE(__pdesc, __shift, __len, __val) \ argument 60 (*(__le32 *)(__pdesc) = \ 61 (cpu_to_le32((le32_to_cpu(*((__le32 *)(__pdesc))) & \ 67 #define SET_TX_DESC_PKT_SIZE(__pdesc, __val) \ argument 68 SET_BITS_OFFSET_LE(__pdesc, 0, 16, __val) 69 #define SET_TX_DESC_OFFSET(__pdesc, __val) \ argument 70 SET_BITS_OFFSET_LE(__pdesc, 16, 8, __val) 71 #define SET_TX_DESC_BMC(__pdesc, __val) \ argument [all …]
|
D | fw.h | 50 #define SHIFT_AND_MASK_LE(__pdesc, __shift, __mask) \ argument 51 ((le32_to_cpu(*(((__le32 *)(__pdesc)))) >> (__shift)) & \
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.h | 39 #define SET_TX_DESC_PKT_SIZE(__pdesc, __val) \ argument 40 SET_BITS_TO_LE_4BYTE(__pdesc, 0, 16, __val) 41 #define SET_TX_DESC_OFFSET(__pdesc, __val) \ argument 42 SET_BITS_TO_LE_4BYTE(__pdesc, 16, 8, __val) 43 #define SET_TX_DESC_BMC(__pdesc, __val) \ argument 44 SET_BITS_TO_LE_4BYTE(__pdesc, 24, 1, __val) 45 #define SET_TX_DESC_HTC(__pdesc, __val) \ argument 46 SET_BITS_TO_LE_4BYTE(__pdesc, 25, 1, __val) 47 #define SET_TX_DESC_LAST_SEG(__pdesc, __val) \ argument 48 SET_BITS_TO_LE_4BYTE(__pdesc, 26, 1, __val) [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | def.h | 57 #define SHIFT_AND_MASK_LE(__pdesc, __shift, __mask) \ argument 58 ((le32_to_cpu(*(((__le32 *)(__pdesc)))) >> (__shift)) & \ 68 #define SET_BITS_OFFSET_LE(__pdesc, __shift, __len, __val) \ argument 69 (*(__le32 *)(__pdesc) = \ 70 (cpu_to_le32((le32_to_cpu(*((__le32 *)(__pdesc))) & \ 77 #define SET_TX_DESC_PKT_SIZE(__pdesc, __val) \ argument 78 SET_BITS_OFFSET_LE(__pdesc, 0, 16, __val) 79 #define SET_TX_DESC_OFFSET(__pdesc, __val) \ argument 80 SET_BITS_OFFSET_LE(__pdesc, 16, 8, __val) 81 #define SET_TX_DESC_TYPE(__pdesc, __val) \ argument [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.h | 39 #define SET_TX_DESC_PKT_SIZE(__pdesc, __val) \ argument 40 SET_BITS_TO_LE_4BYTE(__pdesc, 0, 16, __val) 41 #define SET_TX_DESC_OFFSET(__pdesc, __val) \ argument 42 SET_BITS_TO_LE_4BYTE(__pdesc, 16, 8, __val) 43 #define SET_TX_DESC_BMC(__pdesc, __val) \ argument 44 SET_BITS_TO_LE_4BYTE(__pdesc, 24, 1, __val) 45 #define SET_TX_DESC_HTC(__pdesc, __val) \ argument 46 SET_BITS_TO_LE_4BYTE(__pdesc, 25, 1, __val) 47 #define SET_TX_DESC_LAST_SEG(__pdesc, __val) \ argument 48 SET_BITS_TO_LE_4BYTE(__pdesc, 26, 1, __val) [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.h | 57 #define SET_TX_DESC_PKT_SIZE(__pdesc, __val) \ argument 58 SET_BITS_TO_LE_4BYTE(__pdesc, 0, 16, __val) 59 #define SET_TX_DESC_OFFSET(__pdesc, __val) \ argument 60 SET_BITS_TO_LE_4BYTE(__pdesc, 16, 8, __val) 61 #define SET_TX_DESC_BMC(__pdesc, __val) \ argument 62 SET_BITS_TO_LE_4BYTE(__pdesc, 24, 1, __val) 63 #define SET_TX_DESC_HTC(__pdesc, __val) \ argument 64 SET_BITS_TO_LE_4BYTE(__pdesc, 25, 1, __val) 65 #define SET_TX_DESC_LAST_SEG(__pdesc, __val) \ argument 66 SET_BITS_TO_LE_4BYTE(__pdesc, 26, 1, __val) [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.h | 39 #define SET_TX_DESC_PKT_SIZE(__pdesc, __val) \ argument 40 SET_BITS_TO_LE_4BYTE(__pdesc, 0, 16, __val) 41 #define SET_TX_DESC_OFFSET(__pdesc, __val) \ argument 42 SET_BITS_TO_LE_4BYTE(__pdesc, 16, 8, __val) 43 #define SET_TX_DESC_BMC(__pdesc, __val) \ argument 44 SET_BITS_TO_LE_4BYTE(__pdesc, 24, 1, __val) 45 #define SET_TX_DESC_HTC(__pdesc, __val) \ argument 46 SET_BITS_TO_LE_4BYTE(__pdesc, 25, 1, __val) 47 #define SET_TX_DESC_LAST_SEG(__pdesc, __val) \ argument 48 SET_BITS_TO_LE_4BYTE(__pdesc, 26, 1, __val) [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.h | 39 #define SET_TX_DESC_PKT_SIZE(__pdesc, __val) \ argument 40 SET_BITS_TO_LE_4BYTE(__pdesc, 0, 16, __val) 41 #define SET_TX_DESC_OFFSET(__pdesc, __val) \ argument 42 SET_BITS_TO_LE_4BYTE(__pdesc, 16, 8, __val) 43 #define SET_TX_DESC_BMC(__pdesc, __val) \ argument 44 SET_BITS_TO_LE_4BYTE(__pdesc, 24, 1, __val) 45 #define SET_TX_DESC_HTC(__pdesc, __val) \ argument 46 SET_BITS_TO_LE_4BYTE(__pdesc, 25, 1, __val) 47 #define SET_TX_DESC_LAST_SEG(__pdesc, __val) \ argument 48 SET_BITS_TO_LE_4BYTE(__pdesc, 26, 1, __val) [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | trx.h | 104 #define SHIFT_AND_MASK_LE(__pdesc, __shift, __bits) \ argument 105 ((le32_to_cpu(*(((__le32 *)(__pdesc)))) >> (__shift)) & \ 115 #define SET_BITS_OFFSET_LE(__pdesc, __shift, __len, __val) \ argument 116 (*(__le32 *)(__pdesc) = \ 117 (cpu_to_le32((le32_to_cpu(*((__le32 *)(__pdesc))) & \ 359 #define SET_TX_DESC_TX_RATE(__pdesc, __val) \ argument 360 SET_BITS_OFFSET_LE(__pdesc+20, 0, 6, __val) 361 #define SET_TX_DESC_DATA_SHORTGI(__pdesc, __val) \ argument 362 SET_BITS_OFFSET_LE(__pdesc+20, 6, 1, __val) 363 #define SET_TX_DESC_CCX_TAG(__pdesc, __val) \ argument [all …]
|