Searched refs:txuser (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_mp.c | 3113 u32 txuser = 0; in rtw_mp_tx_plcp_tx_user() local 3115 if (sscanf(extra, "txuser=%d", &txuser) > 0) { in rtw_mp_tx_plcp_tx_user() 3116 RTW_INFO("%s: Sel User idx=%d\n", __func__, txuser); in rtw_mp_tx_plcp_tx_user() 3118 sprintf(extra, "config Tx User %d to %d", mpprv->rtw_mp_plcp_tx_user, txuser); in rtw_mp_tx_plcp_tx_user() 3119 mpprv->rtw_mp_plcp_tx_user = txuser; in rtw_mp_tx_plcp_tx_user()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_mp.c | 3155 u32 txuser = 0; in rtw_mp_tx_plcp_tx_user() local 3157 if (sscanf(extra, "txuser=%d", &txuser) > 0) { in rtw_mp_tx_plcp_tx_user() 3158 RTW_INFO("%s: Sel User idx=%d\n", __func__, txuser); in rtw_mp_tx_plcp_tx_user() 3160 sprintf(extra, "config Tx User %d to %d", mpprv->rtw_mp_plcp_tx_user, txuser); in rtw_mp_tx_plcp_tx_user() 3161 mpprv->rtw_mp_plcp_tx_user = txuser; in rtw_mp_tx_plcp_tx_user()
|