Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlinkmode.h40 static inline bool linkmode_andnot(unsigned long *dst, in linkmode_andnot() function
/linux/drivers/net/phy/
H A Dphy-c45.c1527 linkmode_andnot(data->supported, phydev->supported_eee, in genphy_c45_ethtool_get_eee()
1558 if (linkmode_andnot(tmp, adv, phydev->supported_eee)) { in genphy_c45_ethtool_set_eee()
1563 linkmode_andnot(phydev->advertising_eee, adv, in genphy_c45_ethtool_set_eee()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c1283 linkmode_andnot(req->args.advertising, in otx2_set_link_ksettings()
/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c646 linkmode_andnot(phydev->supported, phydev->supported, mask); in tc_mii_probe()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c3141 if (linkmode_andnot(tmp, edata->advertised, supported)) { in igb_set_eee()