Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dtx.h12 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ macro
H A Dtx.c39 SET_TX_DESC_TXPKTSIZE(txdesc, pkt_info->tx_pkt_size); in rtw_tx_fill_tx_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/
H A Dhalmac_tx_desc_chip.h43 SET_TX_DESC_TXPKTSIZE(txdesc, value)
406 SET_TX_DESC_TXPKTSIZE(txdesc, value)
789 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1162 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1535 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1647 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2027 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2405 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2739 SET_TX_DESC_TXPKTSIZE(txdesc, value)
3137 SET_TX_DESC_TXPKTSIZE(txdesc, value)
H A Dhalmac_tx_desc_nic.h134 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/
H A Dhalmac_tx_desc_chip.h43 SET_TX_DESC_TXPKTSIZE(txdesc, value)
406 SET_TX_DESC_TXPKTSIZE(txdesc, value)
789 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1162 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1535 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1647 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2027 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2405 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2739 SET_TX_DESC_TXPKTSIZE(txdesc, value)
3137 SET_TX_DESC_TXPKTSIZE(txdesc, value)
H A Dhalmac_tx_desc_nic.h134 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ macro
H A Dhalmac_tx_desc_ap.h211 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/
H A Dhalmac_tx_desc_chip.h44 SET_TX_DESC_TXPKTSIZE(txdesc, value)
407 SET_TX_DESC_TXPKTSIZE(txdesc, value)
790 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1163 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1536 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1648 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2028 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2406 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2740 SET_TX_DESC_TXPKTSIZE(txdesc, value)
3138 SET_TX_DESC_TXPKTSIZE(txdesc, value)
H A Dhalmac_tx_desc_nic.h135 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ macro
H A Dhalmac_tx_desc_ap.h212 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/
H A Dhalmac_tx_desc_chip.h43 SET_TX_DESC_TXPKTSIZE(txdesc, value)
406 SET_TX_DESC_TXPKTSIZE(txdesc, value)
789 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1162 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1535 SET_TX_DESC_TXPKTSIZE(txdesc, value)
1647 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2027 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2405 SET_TX_DESC_TXPKTSIZE(txdesc, value)
2739 SET_TX_DESC_TXPKTSIZE(txdesc, value)
3137 SET_TX_DESC_TXPKTSIZE(txdesc, value)
H A Dhalmac_tx_desc_nic.h134 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ macro
H A Dhalmac_tx_desc_ap.h211 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_tx_desc_chip.h24 #define SET_TX_DESC_TXPKTSIZE_8814A(__pTxDesc, __Value) SET_TX_DESC_TXPKTSIZE(__pTxDesc, __Value)
277 #define SET_TX_DESC_TXPKTSIZE_8822B(__pTxDesc, __Value) SET_TX_DESC_TXPKTSIZE(__pTxDesc, __Value)
542 #define SET_TX_DESC_TXPKTSIZE_8197F(__pTxDesc, __Value) SET_TX_DESC_TXPKTSIZE(__pTxDesc, __Value)
807 #define SET_TX_DESC_TXPKTSIZE_8821C(__pTxDesc, __Value) SET_TX_DESC_TXPKTSIZE(__pTxDesc, __Value)
1066 #define SET_TX_DESC_TXPKTSIZE_8188F(__pTxDesc, __Value) SET_TX_DESC_TXPKTSIZE(__pTxDesc, __Value)
H A Dhalmac_tx_desc_nic.h46 #define SET_TX_DESC_TXPKTSIZE(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc + 0x00, 0, 16, … macro
H A Dhalmac_tx_desc_ap.h55 #define SET_TX_DESC_TXPKTSIZE(__pTxDesc, __Value) HALMAC_SET_DESC_FIELD_CLR(((PHALMAC_TX_DESC)__… macro