HomeSort by: relevance | last modified time | path
    Searched defs:speed_ability (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 952 u16 speed_ability; local in function:ixgbe_get_copper_speeds_supported
956 &speed_ability);
960 if (speed_ability & IXGBE_MDIO_PHY_SPEED_10G)
962 if (speed_ability & IXGBE_MDIO_PHY_SPEED_1G)
964 if (speed_ability & IXGBE_MDIO_PHY_SPEED_100M)
ixgbe_phy.c 952 u16 speed_ability; local in function:ixgbe_get_copper_speeds_supported
956 &speed_ability);
960 if (speed_ability & IXGBE_MDIO_PHY_SPEED_10G)
962 if (speed_ability & IXGBE_MDIO_PHY_SPEED_1G)
964 if (speed_ability & IXGBE_MDIO_PHY_SPEED_100M)
ixgbe_phy.c 952 u16 speed_ability; local in function:ixgbe_get_copper_speeds_supported
956 &speed_ability);
960 if (speed_ability & IXGBE_MDIO_PHY_SPEED_10G)
962 if (speed_ability & IXGBE_MDIO_PHY_SPEED_1G)
964 if (speed_ability & IXGBE_MDIO_PHY_SPEED_100M)

Completed in 37 milliseconds