Home
last modified time | relevance | path

Searched refs:tx_req_num (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtrx_test.c199 enum rtw_phl_status _phl_alloc_tx_req_pool(void *phl, u32 tx_req_num) in _phl_alloc_tx_req_pool() argument
211 if (0 == tx_req_num) in _phl_alloc_tx_req_pool()
214 tx_req_pool->total_cnt = tx_req_num; in _phl_alloc_tx_req_pool()
215 buf_len = sizeof(struct rtw_xmit_req) * tx_req_num; in _phl_alloc_tx_req_pool()
226 for (i = 0; i < tx_req_num; i++) { in _phl_alloc_tx_req_pool()
917 for (tx_cnt = 0; tx_cnt < test_param->tx_req_num; tx_cnt++) { in phl_tx_ring_test()
1183 test_param->tx_req_num = 1; in rtw_phl_trx_default_param()
H A Dtrx_test.h91 u32 tx_req_num; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtrx_test.c199 enum rtw_phl_status _phl_alloc_tx_req_pool(void *phl, u32 tx_req_num) in _phl_alloc_tx_req_pool() argument
211 if (0 == tx_req_num) in _phl_alloc_tx_req_pool()
214 tx_req_pool->total_cnt = tx_req_num; in _phl_alloc_tx_req_pool()
215 buf_len = sizeof(struct rtw_xmit_req) * tx_req_num; in _phl_alloc_tx_req_pool()
226 for (i = 0; i < tx_req_num; i++) { in _phl_alloc_tx_req_pool()
917 for (tx_cnt = 0; tx_cnt < test_param->tx_req_num; tx_cnt++) { in phl_tx_ring_test()
1183 test_param->tx_req_num = 1; in rtw_phl_trx_default_param()
H A Dtrx_test.h91 u32 tx_req_num; member