Home
last modified time | relevance | path

Searched refs:tx_method (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c103 if (arg->tx_method == 0) { in dbcc_tx()
105 } else if (arg->tx_method == 1) { in dbcc_tx()
H A Dphl_test_dbcc_def.h91 u8 tx_method; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c103 if (arg->tx_method == 0) { in dbcc_tx()
105 } else if (arg->tx_method == 1) { in dbcc_tx()
H A Dphl_test_dbcc_def.h91 u8 tx_method; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/
H A Dphl_test_mp_tx.c738 if (arg->tx_method == MP_PMACT_TX) { in phl_mp_tx_packet()
742 } else if (arg->tx_method == MP_TMACT_TX) { in phl_mp_tx_packet()
747 else if(arg->tx_method == MP_SW_TX) { in phl_mp_tx_packet()
753 else if(arg->tx_method == MP_FW_PMAC_TX){ in phl_mp_tx_packet()
777 if (arg->tx_method == MP_PMACT_TX) { in phl_mp_tx_continuous_packet()
780 } else if (arg->tx_method == MP_TMACT_TX) { in phl_mp_tx_continuous_packet()
H A Dphl_test_mp_def.h282 u8 tx_method; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp_tx.c738 if (arg->tx_method == MP_PMACT_TX) { in phl_mp_tx_packet()
742 } else if (arg->tx_method == MP_TMACT_TX) { in phl_mp_tx_packet()
747 else if(arg->tx_method == MP_SW_TX) { in phl_mp_tx_packet()
753 else if(arg->tx_method == MP_FW_PMAC_TX){ in phl_mp_tx_packet()
777 if (arg->tx_method == MP_PMACT_TX) { in phl_mp_tx_continuous_packet()
780 } else if (arg->tx_method == MP_TMACT_TX) { in phl_mp_tx_continuous_packet()
H A Dphl_test_mp_def.h287 u8 tx_method; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c1252 enum rtw_mp_tx_method tx_method, boolean bstart) in rtw_phl_mp_tx_cmd() argument
1262 tx_arg.tx_method = tx_method; in rtw_phl_mp_tx_cmd()
1278 RTW_INFO("%s,SET MP_TX_PACKETS tx_method %d\n", __func__, tx_arg.tx_method); in rtw_phl_mp_tx_cmd()
1279 if (tx_method == RTW_MP_PMACT_TX) { in rtw_phl_mp_tx_cmd()
1284 } else if (tx_method == RTW_MP_FW_PMACT_TX) { in rtw_phl_mp_tx_cmd()
1378 if (tx_method == RTW_MP_TMACT_TX) in rtw_phl_mp_tx_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mp.c1213 enum rtw_mp_tx_method tx_method, boolean bstart) in rtw_phl_mp_tx_cmd() argument
1223 tx_arg.tx_method = tx_method; in rtw_phl_mp_tx_cmd()
1238 RTW_INFO("%s,SET MP_TX_PACKETS tx_method %d\n", __func__, tx_arg.tx_method); in rtw_phl_mp_tx_cmd()
1239 if (tx_method == RTW_MP_PMACT_TX) { in rtw_phl_mp_tx_cmd()
1243 } else if (tx_method == RTW_MP_FW_PMACT_TX) { in rtw_phl_mp_tx_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_mp.h912 u8 tx_method; member
1527 enum rtw_mp_tx_method tx_method, boolean bstart);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_mp.h925 u8 tx_method; member
1544 enum rtw_mp_tx_method tx_method, boolean bstart);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h1052 HAL_SECURITY_METHOD tx_method; member