Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtrx_test.c52 enum rtw_phl_status _phl_alloc_rx_req_pool(void *phl, u32 rx_req_num) in _phl_alloc_rx_req_pool() argument
63 if (0 == rx_req_num) in _phl_alloc_rx_req_pool()
66 rx_req_pool->total_cnt = rx_req_num; in _phl_alloc_rx_req_pool()
67 buf_len = sizeof(struct rtw_test_rx) * rx_req_num; in _phl_alloc_rx_req_pool()
78 for (i = 0; i < rx_req_num; i++) { in _phl_alloc_rx_req_pool()
1184 test_param->rx_req_num = 1; in rtw_phl_trx_default_param()
H A Dtrx_test.h92 u32 rx_req_num; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtrx_test.c52 enum rtw_phl_status _phl_alloc_rx_req_pool(void *phl, u32 rx_req_num) in _phl_alloc_rx_req_pool() argument
63 if (0 == rx_req_num) in _phl_alloc_rx_req_pool()
66 rx_req_pool->total_cnt = rx_req_num; in _phl_alloc_rx_req_pool()
67 buf_len = sizeof(struct rtw_test_rx) * rx_req_num; in _phl_alloc_rx_req_pool()
78 for (i = 0; i < rx_req_num; i++) { in _phl_alloc_rx_req_pool()
1184 test_param->rx_req_num = 1; in rtw_phl_trx_default_param()
H A Dtrx_test.h92 u32 rx_req_num; member