Home
last modified time | relevance | path

Searched refs:MASTER_SLAVE_CFG_UNSUPPORTED (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/net/ethtool/
Dlinkmodes.c90 if (lsettings->master_slave_cfg != MASTER_SLAVE_CFG_UNSUPPORTED) in linkmodes_reply_size()
136 if (lsettings->master_slave_cfg != MASTER_SLAVE_CFG_UNSUPPORTED && in linkmodes_fill_reply()
254 if (lsettings->master_slave_cfg == MASTER_SLAVE_CFG_UNSUPPORTED) { in ethnl_update_linkmodes()
Dioctl.c561 link_ksettings.base.master_slave_cfg = MASTER_SLAVE_CFG_UNSUPPORTED; in ethtool_get_link_ksettings()
/Linux-v5.15/drivers/net/phy/
Dnxp-tja11xx.c235 case MASTER_SLAVE_CFG_UNSUPPORTED: in tja11xx_config_aneg()
Drealtek.c749 case MASTER_SLAVE_CFG_UNSUPPORTED: in rtl9000a_config_aneg()
Dnxp-c45-tja11xx.c785 case MASTER_SLAVE_CFG_UNSUPPORTED: in nxp_c45_setup_master_slave()
Dphy_device.c2042 case MASTER_SLAVE_CFG_UNSUPPORTED: in genphy_setup_master_slave()
2060 phydev->master_slave_get = MASTER_SLAVE_CFG_UNSUPPORTED; in genphy_read_master_slave()
/Linux-v5.15/include/uapi/linux/
Dethtool.h1800 #define MASTER_SLAVE_CFG_UNSUPPORTED 0 macro