Home
last modified time | relevance | path

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

/Linux-v5.10/net/ethtool/
Dlinkmodes.c84 if (lsettings->master_slave_cfg != MASTER_SLAVE_CFG_UNSUPPORTED) in linkmodes_reply_size()
126 if (lsettings->master_slave_cfg != MASTER_SLAVE_CFG_UNSUPPORTED && in linkmodes_fill_reply()
341 if (lsettings->master_slave_cfg == MASTER_SLAVE_CFG_UNSUPPORTED) { in ethnl_update_linkmodes()
Dioctl.c559 link_ksettings.base.master_slave_cfg = MASTER_SLAVE_CFG_UNSUPPORTED; in ethtool_get_link_ksettings()
/Linux-v5.10/drivers/net/phy/
Dnxp-tja11xx.c230 case MASTER_SLAVE_CFG_UNSUPPORTED: in tja11xx_config_aneg()
Dphy_device.c1988 case MASTER_SLAVE_CFG_UNSUPPORTED: in genphy_setup_master_slave()
2006 phydev->master_slave_get = MASTER_SLAVE_CFG_UNSUPPORTED; in genphy_read_master_slave()
/Linux-v5.10/include/uapi/linux/
Dethtool.h1758 #define MASTER_SLAVE_CFG_UNSUPPORTED 0 macro