Searched refs:advertising (Results 1 - 11 of 11) sorted by relevance

/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dmicrel.c85 phydev->advertising = phydev->supported = features;
H A Dphy.c58 /* Only allow advertising what
60 phydev->advertising &= phydev->supported;
61 advertise = phydev->advertising;
174 * advertising, and then restart auto-negotiation. If it is not
201 /* Only restart aneg if we are advertising something different
388 phydev->advertising = features;
433 phydev->advertising = phydev->supported = phydev->drv->features;
H A Dphy.h166 uint32_t advertising; member in struct:phy_device
H A Dethtool.h25 uint32_t advertising; /* Features this interface advertises */ member in struct:ethtool_cmd
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dphy.c42 /* Only allow advertising what this PHY supports */
43 phydev->advertising &= phydev->supported;
44 advertise = phydev->advertising;
176 * advertising, and then restart auto-negotiation. If it is not
203 /* Only restart aneg if we are advertising something different
417 phydev->advertising &= features;
561 phydev->advertising = phydev->supported = phydev->drv->features;
H A Dphy.h175 uint32_t advertising; member in struct:phy_device
H A Dethtool.h26 uint32_t advertising; /* Features this interface advertises */ member in struct:ethtool_cmd
H A Dzynq_gem.c290 phydev->advertising = phydev->supported;
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dphy.c43 /* Only allow advertising what this PHY supports */
44 phydev->advertising &= phydev->supported;
45 advertise = phydev->advertising;
194 * advertising, and then restart auto-negotiation. If it is not
225 /* Only restart aneg if we are advertising something different
457 phydev->advertising &= features;
607 phydev->advertising = phydev->supported = phydev->drv->features;
H A Dphy.h178 uint32_t advertising; member in struct:phy_device
H A Dethtool.h25 uint32_t advertising; /* Features this interface advertises */ member in struct:ethtool_cmd

Completed in 173 milliseconds