Searched refs:set_phy (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_mp.c | 3195 u8 set_phy = 0; in rtw_mp_config_phy() local 3201 set_phy = rtw_atoi(extra); in rtw_mp_config_phy() 3203 if (set_phy < 2) { in rtw_mp_config_phy() 3204 sprintf(extra, "set current phy %d to %d", pmp_priv->rtw_mp_cur_phy, set_phy); in rtw_mp_config_phy() 3205 pmp_priv->rtw_mp_cur_phy = set_phy; in rtw_mp_config_phy() 3208 sprintf(extra, "Not suuport phy %d", set_phy); in rtw_mp_config_phy()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_mp.c | 3237 u8 set_phy = 0; in rtw_mp_config_phy() local 3243 set_phy = rtw_atoi(extra); in rtw_mp_config_phy() 3245 if (set_phy < 2) { in rtw_mp_config_phy() 3246 sprintf(extra, "set current phy %d to %d", pmp_priv->rtw_mp_cur_phy, set_phy); in rtw_mp_config_phy() 3247 pmp_priv->rtw_mp_cur_phy = set_phy; in rtw_mp_config_phy() 3250 sprintf(extra, "Not suuport phy %d", set_phy); in rtw_mp_config_phy()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_adminq_cmd.h | 1859 struct ice_aqc_set_phy_cfg set_phy; member
|
| H A D | ice_common.c | 2632 desc.params.set_phy.lport_num = pi->lport; in ice_aq_set_phy_cfg()
|