Home
last modified time | relevance | path

Searched refs:query_tx_res (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/sdio/
H A Drtl8852bs_ops.c122 .query_tx_res = hal_get_avail_page_8852bs,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_struct.h53 u16 (*query_tx_res)(struct rtw_hal_com_t *hal_com, u8 dma_ch, member
138 u16 (*query_tx_res)(struct rtw_hal_com_t *hal_com, u8 dma_ch, member
H A Dhal_tx.c178 res_num = trx_ops->query_tx_res(hal_info->hal_com, dma_ch, host_idx, in rtw_hal_tx_res_query()
H A Dhal_init.c563 if (!trx_ops->query_tx_res) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_struct.h53 u16 (*query_tx_res)(struct rtw_hal_com_t *hal_com, u8 dma_ch, member
139 u16 (*query_tx_res)(struct rtw_hal_com_t *hal_com, u8 dma_ch, member
H A Dhal_tx.c178 res_num = trx_ops->query_tx_res(hal_info->hal_com, dma_ch, host_idx, in rtw_hal_tx_res_query()
H A Dhal_init.c563 if (!trx_ops->query_tx_res) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1393 ops.query_tx_res = hal_get_avail_txbd_8852be; in hal_trx_ops_init_8852be()