Searched defs:speeds_supported (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3478 ixgbe_link_speed speeds_supported = 0; local
3487 * hw->phy.speeds_supported (and hw->phy.autoneg_advertised) are not
3494 speeds_supported = hw->phy.speeds_supported;
3496 if (speeds_supported == 0) {
3497 if (ixgbe_get_link_capabilities(hw, &speeds_supported,
3500 speeds_supported =
3503 speeds_supported =
3508 ixgbe->speeds_supported = speeds_supported;
[all...]
H A Dixgbe_sw.h649 ixgbe_link_speed speeds_supported; member in struct:ixgbe
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3841 ixgbe_link_speed speeds_supported; member in struct:ixgbe_phy_info

Completed in 169 milliseconds