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

/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dlwiplib.h244 u32_t autoneg; member in struct:cpsw_phy_param
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dphy.h155 /* forced speed & duplex (no autoneg)
156 * partner speed & duplex & pause (autoneg)
170 int autoneg; member in struct:phy_device
H A Dethtool.h31 uint8_t autoneg; /* Enable or disable autonegotiation */ member in struct:ethtool_cmd
235 /* If the link is being auto-negotiated (via ethtool_cmd.autoneg
241 * If 'autoneg' is zero or the link is not being auto-negotiated,
245 uint32_t autoneg; member in struct:ethtool_pauseparam
H A Dphy.c181 if (AUTONEG_ENABLE != phydev->autoneg)
229 * we don't need to wait for autoneg again
490 dev->autoneg = AUTONEG_ENABLE;
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dphy.c183 if (AUTONEG_ENABLE != phydev->autoneg)
231 * we don't need to wait for autoneg again
236 if ((phydev->autoneg == AUTONEG_ENABLE) &&
287 if (phydev->autoneg == AUTONEG_ENABLE) {
618 dev->autoneg = AUTONEG_ENABLE;
H A Dethtool.h32 uint8_t autoneg; /* Enable or disable autonegotiation */ member in struct:ethtool_cmd
236 /* If the link is being auto-negotiated (via ethtool_cmd.autoneg
242 * If 'autoneg' is zero or the link is not being auto-negotiated,
246 uint32_t autoneg; member in struct:ethtool_pauseparam
H A Dphy.h164 /* forced speed & duplex (no autoneg)
165 * partner speed & duplex & pause (autoneg)
179 int autoneg; member in struct:phy_device
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dphy.c201 if (AUTONEG_ENABLE != phydev->autoneg) {
254 * we don't need to wait for autoneg again
260 if ((phydev->autoneg == AUTONEG_ENABLE) &&
313 if (phydev->autoneg == AUTONEG_ENABLE) {
666 dev->autoneg = AUTONEG_ENABLE;
H A Dethtool.h31 uint8_t autoneg; /* Enable or disable autonegotiation */ member in struct:ethtool_cmd
235 /* If the link is being auto-negotiated (via ethtool_cmd.autoneg
241 * If 'autoneg' is zero or the link is not being auto-negotiated,
245 uint32_t autoneg; member in struct:ethtool_pauseparam
H A Dphy.h167 /* forced speed & duplex (no autoneg)
168 * partner speed & duplex & pause (autoneg)
182 int autoneg; member in struct:phy_device
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.c975 if (!check_valid(cpsw_phy_param->autoneg, MIN_AUTONEG, MAX_AUTONEG)) {
980 if (TRUE == cpsw_phy_param->autoneg) {
998 if (cpsw_phy_param->autoneg)

Completed in 118 milliseconds