Home
last modified time | relevance | path

Searched refs:test_param (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtrx_test.c561 void phl_update_test_param(void *phl, struct rtw_trx_test_param *test_param) in phl_update_test_param() argument
567 _os_mem_cpy(drv_priv, &trx_test->test_param, test_param, sizeof(*test_param)); in phl_update_test_param()
576 struct rtw_trx_test_param *test_param) in _phl_test_add_role() argument
585 if (NULL != test_param) { in _phl_test_add_role()
586 txcap = &test_param->tx_cap; in _phl_test_add_role()
593 test_param->tx_cap.macid = sta_info->macid; in _phl_test_add_role()
595 PHL_INFO("update test param macid to %d\n", test_param->tx_cap.macid); in _phl_test_add_role()
609 struct rtw_trx_test_param *test_param) in _phl_test_remove_role() argument
616 if (NULL != test_param) in _phl_test_remove_role()
675 _os_mem_set(drv_priv, &trx_test->test_param, 0, sizeof(trx_test->test_param)); in phl_trx_test_init()
[all …]
H A Dtrx_test.h117 struct rtw_trx_test_param test_param; member
187 struct rtw_trx_test_param *test_param);
189 struct rtw_trx_test_param *test_param);
194 #define rtw_phl_trx_default_param(phl, test_param) argument
195 #define rtw_phl_trx_testsuite(phl, test_param) RTW_PHL_STATUS_SUCCESS argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtrx_test.c561 void phl_update_test_param(void *phl, struct rtw_trx_test_param *test_param) in phl_update_test_param() argument
567 _os_mem_cpy(drv_priv, &trx_test->test_param, test_param, sizeof(*test_param)); in phl_update_test_param()
576 struct rtw_trx_test_param *test_param) in _phl_test_add_role() argument
585 if (NULL != test_param) { in _phl_test_add_role()
586 txcap = &test_param->tx_cap; in _phl_test_add_role()
593 test_param->tx_cap.macid = sta_info->macid; in _phl_test_add_role()
595 PHL_INFO("update test param macid to %d\n", test_param->tx_cap.macid); in _phl_test_add_role()
609 struct rtw_trx_test_param *test_param) in _phl_test_remove_role() argument
616 if (NULL != test_param) in _phl_test_remove_role()
675 _os_mem_set(drv_priv, &trx_test->test_param, 0, sizeof(trx_test->test_param)); in phl_trx_test_init()
[all …]
H A Dtrx_test.h117 struct rtw_trx_test_param test_param; member
187 struct rtw_trx_test_param *test_param);
189 struct rtw_trx_test_param *test_param);
194 #define rtw_phl_trx_default_param(phl, test_param) argument
195 #define rtw_phl_trx_testsuite(phl, test_param) RTW_PHL_STATUS_SUCCESS argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c60 struct rtw_trx_test_param test_param = { 0 }; in dbcc_tx_tmac() local
62 rtw_phl_trx_default_param(ctx->phl, &test_param); in dbcc_tx_tmac()
64 test_param.tx_cap.f_rate = arg->data_rate; in dbcc_tx_tmac()
66 test_param.tx_cap.macid = arg->macid; in dbcc_tx_tmac()
68 test_param.tx_cap.dma_ch = 4; in dbcc_tx_tmac()
70 test_param.tx_cap.band = 1; in dbcc_tx_tmac()
71 test_param.cur_addr[4] = 0xbb; in dbcc_tx_tmac()
72 test_param.cur_addr[5] = 0xbb; in dbcc_tx_tmac()
74 test_param.tx_cap.dma_ch = 0; in dbcc_tx_tmac()
76 test_param.tx_cap.band = 0; in dbcc_tx_tmac()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c60 struct rtw_trx_test_param test_param = { 0 }; in dbcc_tx_tmac() local
62 rtw_phl_trx_default_param(ctx->phl, &test_param); in dbcc_tx_tmac()
64 test_param.tx_cap.f_rate = arg->data_rate; in dbcc_tx_tmac()
66 test_param.tx_cap.macid = arg->macid; in dbcc_tx_tmac()
68 test_param.tx_cap.dma_ch = 4; in dbcc_tx_tmac()
70 test_param.tx_cap.band = 1; in dbcc_tx_tmac()
71 test_param.cur_addr[4] = 0xbb; in dbcc_tx_tmac()
72 test_param.cur_addr[5] = 0xbb; in dbcc_tx_tmac()
74 test_param.tx_cap.dma_ch = 0; in dbcc_tx_tmac()
76 test_param.tx_cap.band = 0; in dbcc_tx_tmac()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/
H A Dphl_test_mp_tx.c688 struct rtw_trx_test_param test_param = {0}; in phl_mp_tx_tmac() local
698 rtw_phl_trx_default_param(mp->phl, &test_param); in phl_mp_tx_tmac()
699 test_param.tx_cap.f_rate = (u16)data_rate; in phl_mp_tx_tmac()
700 test_param.tx_cap.f_gi_ltf = (u8)gi; in phl_mp_tx_tmac()
701 test_param.tx_cap.f_stbc = (u8)stbc; in phl_mp_tx_tmac()
702 test_param.tx_cap.f_ldpc = (u8)is_ldpc; in phl_mp_tx_tmac()
703 test_param.tx_cap.f_bw = (u8)dbw; in phl_mp_tx_tmac()
704 test_param.tx_cap.f_dcm = (u8)dcm; in phl_mp_tx_tmac()
705 rtw_phl_trx_testsuite(mp->phl, &test_param); in phl_mp_tx_tmac()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp_tx.c688 struct rtw_trx_test_param test_param = {0}; in phl_mp_tx_tmac() local
698 rtw_phl_trx_default_param(mp->phl, &test_param); in phl_mp_tx_tmac()
699 test_param.tx_cap.f_rate = (u16)data_rate; in phl_mp_tx_tmac()
700 test_param.tx_cap.f_gi_ltf = (u8)gi; in phl_mp_tx_tmac()
701 test_param.tx_cap.f_stbc = (u8)stbc; in phl_mp_tx_tmac()
702 test_param.tx_cap.f_ldpc = (u8)is_ldpc; in phl_mp_tx_tmac()
703 test_param.tx_cap.f_bw = (u8)dbw; in phl_mp_tx_tmac()
704 test_param.tx_cap.f_dcm = (u8)dcm; in phl_mp_tx_tmac()
705 rtw_phl_trx_testsuite(mp->phl, &test_param); in phl_mp_tx_tmac()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mp.c1380 struct rtw_trx_test_param test_param = {0}; in mp_xmit_phl_packet_thread() local
1384 rtw_phl_trx_default_param(GET_PHL_INFO(dvobj), &test_param); in mp_xmit_phl_packet_thread()
1386 test_param.tx_cap.f_rate = (u16)pmppriv->rateidx; in mp_xmit_phl_packet_thread()
1387 test_param.tx_payload_size = pattrib->pktlen; in mp_xmit_phl_packet_thread()
1388 test_param.tx_cap.f_gi_ltf = 0; in mp_xmit_phl_packet_thread()
1389 test_param.tx_cap.f_stbc = 0; in mp_xmit_phl_packet_thread()
1390 test_param.tx_cap.f_ldpc = 0; in mp_xmit_phl_packet_thread()
1395 if (rtw_phl_trx_testsuite(GET_PHL_INFO(dvobj), &test_param) == 0) in mp_xmit_phl_packet_thread()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c1426 struct rtw_trx_test_param test_param = {0}; in mp_xmit_phl_packet_thread() local
1430 rtw_phl_trx_default_param(GET_PHL_INFO(dvobj), &test_param); in mp_xmit_phl_packet_thread()
1432 test_param.tx_cap.f_rate = (u16)pmppriv->rateidx; in mp_xmit_phl_packet_thread()
1433 test_param.tx_payload_size = pattrib->pktlen; in mp_xmit_phl_packet_thread()
1434 test_param.tx_cap.f_gi_ltf = 0; in mp_xmit_phl_packet_thread()
1435 test_param.tx_cap.f_stbc = 0; in mp_xmit_phl_packet_thread()
1436 test_param.tx_cap.f_ldpc = 0; in mp_xmit_phl_packet_thread()
1441 if (rtw_phl_trx_testsuite(GET_PHL_INFO(dvobj), &test_param) == 0) in mp_xmit_phl_packet_thread()