Home
last modified time | relevance | path

Searched refs:h2c_pool (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c1194 struct phl_h2c_pkt_pool *h2c_pool = NULL; in phl_tx_reset_pcie() local
1199 h2c_pool = (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_tx_reset_pcie()
1211 phl_release_busy_h2c_pkt(phl_info, h2c_pool, in phl_tx_reset_pcie()
1212 (u16)h2c_pool->busy_h2c_pkt_list.cnt); in phl_tx_reset_pcie()
1214 phl_dump_h2c_pool_stats(phl_info->h2c_pool); in phl_tx_reset_pcie()
2908 struct phl_h2c_pkt_pool *h2c_pool, u16 hw_idx) in phl_handle_busy_h2c() argument
2913 struct phl_queue *queue = &h2c_pool->busy_h2c_pkt_list; in phl_handle_busy_h2c()
2914 _os_list *list = &h2c_pool->busy_h2c_pkt_list.queue; in phl_handle_busy_h2c()
2935 pstatus = phl_release_busy_h2c_pkt(phl_info, h2c_pool, in phl_handle_busy_h2c()
2956 pstatus = phl_release_busy_h2c_pkt(phl_info, h2c_pool, in phl_handle_busy_h2c()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_tx.c900 (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_enqueue_busy_h2c_pkt()
912 (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_enqueue_idle_h2c_pkt()
962 h2c_pkt_pool = (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_query_busy_h2c_pkt()
978 h2c_pkt_pool = (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_query_idle_h2c_pkt()
1052 struct phl_h2c_pkt_pool *h2c_pool) in _phl_alloc_h2c_pkt() argument
1058 struct phl_h2c_pkt_pool *h2c_pkt_pool = h2c_pool; in _phl_alloc_h2c_pkt()
1116 h2c_pkt_pool = phl_info->h2c_pool; in _phl_free_h2c_pool()
1200 phl_info->h2c_pool = h2c_pkt_pool; in _phl_alloc_h2c_pool()
H A Dphl_api_drv.c41 phl_dump_h2c_pool_stats(phl_info->h2c_pool); in rtw_phl_query_h2c_pkt()
H A Dphl_struct.h303 struct phl_h2c_pkt_pool *h2c_pool; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_tx.c927 (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_enqueue_busy_h2c_pkt()
939 (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_enqueue_idle_h2c_pkt()
989 h2c_pkt_pool = (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_query_busy_h2c_pkt()
1005 h2c_pkt_pool = (struct phl_h2c_pkt_pool *)phl_info->h2c_pool; in phl_query_idle_h2c_pkt()
1079 struct phl_h2c_pkt_pool *h2c_pool) in _phl_alloc_h2c_pkt() argument
1085 struct phl_h2c_pkt_pool *h2c_pkt_pool = h2c_pool; in _phl_alloc_h2c_pkt()
1143 h2c_pkt_pool = phl_info->h2c_pool; in _phl_free_h2c_pool()
1227 phl_info->h2c_pool = h2c_pkt_pool; in _phl_alloc_h2c_pool()
H A Dphl_api_drv.c41 phl_dump_h2c_pool_stats(phl_info->h2c_pool); in rtw_phl_query_h2c_pkt()
H A Dphl_struct.h298 struct phl_h2c_pkt_pool *h2c_pool; member