Home | Sort by: relevance | last modified time | path |
/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) |