Searched refs:__tx_bd (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/staging/rtlwifi/halmac/ |
| D | halmac_tx_bd_chip.h | 19 #define SET_TX_BD_OWN_8822B(__tx_bd, __value) SET_TX_BD_OWN(__tx_bd, __value) argument 20 #define GET_TX_BD_OWN_8822B(__tx_bd) GET_TX_BD_OWN(__tx_bd) argument 21 #define SET_TX_BD_PSB_8822B(__tx_bd, __value) SET_TX_BD_PSB(__tx_bd, __value) argument 22 #define GET_TX_BD_PSB_8822B(__tx_bd) GET_TX_BD_PSB(__tx_bd) argument 23 #define SET_TX_BD_TX_BUFF_SIZE0_8822B(__tx_bd, __value) \ argument 24 SET_TX_BD_TX_BUFF_SIZE0(__tx_bd, __value) 25 #define GET_TX_BD_TX_BUFF_SIZE0_8822B(__tx_bd) GET_TX_BD_TX_BUFF_SIZE0(__tx_bd) argument 29 #define SET_TX_BD_PHYSICAL_ADDR0_LOW_8822B(__tx_bd, __value) \ argument 30 SET_TX_BD_PHYSICAL_ADDR0_LOW(__tx_bd, __value) 31 #define GET_TX_BD_PHYSICAL_ADDR0_LOW_8822B(__tx_bd) \ argument [all …]
|
| D | halmac_tx_bd_nic.h | 19 #define SET_TX_BD_OWN(__tx_bd, __value) \ argument 20 SET_BITS_TO_LE_4BYTE(__tx_bd + 0x00, 31, 1, __value) 21 #define GET_TX_BD_OWN(__tx_bd) LE_BITS_TO_4BYTE(__tx_bd + 0x00, 31, 1) argument 22 #define SET_TX_BD_PSB(__tx_bd, __value) \ argument 23 SET_BITS_TO_LE_4BYTE(__tx_bd + 0x00, 16, 8, __value) 24 #define GET_TX_BD_PSB(__tx_bd) LE_BITS_TO_4BYTE(__tx_bd + 0x00, 16, 8) argument 25 #define SET_TX_BD_TX_BUFF_SIZE0(__tx_bd, __value) \ argument 26 SET_BITS_TO_LE_4BYTE(__tx_bd + 0x00, 0, 16, __value) 27 #define GET_TX_BD_TX_BUFF_SIZE0(__tx_bd) LE_BITS_TO_4BYTE(__tx_bd + 0x00, 0, 16) argument 31 #define SET_TX_BD_PHYSICAL_ADDR0_LOW(__tx_bd, __value) \ argument [all …]
|