Home
last modified time | relevance | path

Searched refs:txbd_buf (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1194 static void _hal_trx_init_bd_8852be(struct hal_info_t *hal, u8 *txbd_buf, u8 *rxbd_buf) in _hal_trx_init_bd_8852be() argument
1201 if (NULL != txbd_buf && NULL != rxbd_buf) { in _hal_trx_init_bd_8852be()
1202 txbd = (struct tx_base_desc *)txbd_buf; in _hal_trx_init_bd_8852be()
1237 static void _hal_tx_enable_truncate_mode(struct hal_info_t *hal, u8 *txbd_buf, in _hal_tx_enable_truncate_mode() argument
1244 txbd = (struct tx_base_desc *)txbd_buf; in _hal_tx_enable_truncate_mode()
1379 static enum rtw_hal_status hal_trx_init_8852be(struct hal_info_t *hal, u8 *txbd_buf, u8 *rxbd_buf) in hal_trx_init_8852be() argument
H A Drtl8852be_halinit.c181 void *txbd_buf = NULL; in _hal_pre_init_8852be() local
223 txbd_buf = rtw_phl_get_txbd_buf(phl_com); in _hal_pre_init_8852be()
237 intf_info->txbd_buf = txbd_buf; in _hal_pre_init_8852be()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_tx.c201 enum rtw_hal_status rtw_hal_trx_init(void *hal, u8 *txbd_buf, u8 *rxbd_buf) in rtw_hal_trx_init() argument
207 hstatus = trx_ops->init(hal_info, txbd_buf, rxbd_buf); in rtw_hal_trx_init()
H A Dhal_struct.h50 enum rtw_hal_status (*init)(struct hal_info_t *hal, u8 *txbd_buf, u8 *rxbd_buf);
H A Dhal_api.h151 enum rtw_hal_status rtw_hal_trx_init(void *hal, u8 *txbd_buf, u8 *rxbd_buf);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_tx.c201 enum rtw_hal_status rtw_hal_trx_init(void *hal, u8 *txbd_buf, u8 *rxbd_buf) in rtw_hal_trx_init() argument
207 hstatus = trx_ops->init(hal_info, txbd_buf, rxbd_buf); in rtw_hal_trx_init()
H A Dhal_struct.h50 enum rtw_hal_status (*init)(struct hal_info_t *hal, u8 *txbd_buf, u8 *rxbd_buf);
H A Dhal_api.h151 enum rtw_hal_status rtw_hal_trx_init(void *hal, u8 *txbd_buf, u8 *rxbd_buf);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c1197 txbd = (struct tx_base_desc *)hci_info->txbd_buf; in phl_tx_reset_pcie()
1957 static void _phl_free_txbd_pcie(struct phl_info_t *phl_info, u8 *txbd_buf, in _phl_free_txbd_pcie() argument
1960 struct tx_base_desc *txbd = (struct tx_base_desc *)txbd_buf; in _phl_free_txbd_pcie()
2031 phl_info->hci->txbd_buf = (u8 *)txbd; in _phl_alloc_txbd_pcie()
2406 _phl_free_txbd_pcie(phl_info, hci_info->txbd_buf, in phl_trx_deinit_pcie()
2408 hci_info->txbd_buf = NULL; in phl_trx_deinit_pcie()
2516 hstatus = rtw_hal_trx_init(phl_info->hal, hci_info->txbd_buf, in phl_trx_config_pcie()
2784 txbd = (struct tx_base_desc *)hci_info->txbd_buf; in phl_handle_pending_wd()
3645 txbd = (struct tx_base_desc *)phl_info->hci->txbd_buf; in phl_pltfm_tx_pcie()
3688 return hci_info->txbd_buf; in phl_get_txbd_buf_pcie()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h29 u8 *txbd_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h29 u8 *txbd_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A D_pcie.c2226 struct tx_base_desc *txbd = (struct tx_base_desc *)intf_info->txbd_buf; in mode_op()
2395 struct tx_base_desc *txbd = (struct tx_base_desc *)intf_info->txbd_buf; in trx_init_bd()
3336 if (!intf_info->txbd_buf || !intf_info->rxbd_buf || in pcie_pre_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h5133 u8 *txbd_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h5133 u8 *txbd_buf; member