Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_mp.c3195 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 Dioctl_mp.c3237 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 Dice_adminq_cmd.h1859 struct ice_aqc_set_phy_cfg set_phy; member
H A Dice_common.c2632 desc.params.set_phy.lport_num = pi->lport; in ice_aq_set_phy_cfg()