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

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb.h 134 u32 link_speed; /* For bandwidth allocation validation purpose */ member in struct:ixgbe_dcb_config
ixgbe_82598.c 421 u32 link_speed = 0; local in function:ixgbe_fc_enable_82598
448 * so if it's on turn it off once we know link_speed. For
451 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
452 if (link_up && link_speed == IXGBE_LINK_SPEED_1GB_FULL) {
ixgbe_82599.c 793 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; local in function:ixgbe_setup_mac_link_smartspeed
837 status = ixgbe_check_link(hw, &link_speed, &link_up,
872 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
886 if (link_up && (link_speed == IXGBE_LINK_SPEED_1GB_FULL))
1049 ixgbe_link_speed link_speed; local in function:ixgbe_reset_hw_82599
1101 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
ixgbe_x550.c 1114 switch (hw->mac.dmac_config.link_speed) {
2607 ixgbe_link_speed link_speed; local in function:ixgbe_reset_hw_X550em
2674 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
ixgbe_common.c 5400 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; local in function:ixgbe_setup_mac_link_multispeed_fiber
5410 status = ixgbe_get_link_capabilities(hw, &link_speed, &autoneg);
5414 speed &= link_speed;
5459 status = ixgbe_check_link(hw, &link_speed,
5505 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
ixgbe.h 509 u32 link_speed; member in struct:ixgbe_softc
ixgbe_type.h 731 u32 link_speed; member in struct:ixgbe_dmac_config
  /src/sys/dev/pci/
if_iavfvar.h 204 uint32_t link_speed; member in struct:iavf_vc_pf_event
if_bnxvar.h 157 uint16_t link_speed; /* PCIe link speed */ member in struct:bnx_softc
if_ixlvar.h 362 uint8_t link_speed; member in struct:ixl_aq_phy_abilities
403 uint8_t link_speed; member in struct:ixl_aq_phy_param
683 uint8_t link_speed; member in struct:ixl_aq_link_status
if_ixl.c 1650 uint8_t link_speed, abilities; local in function:ixl_media_change
1668 link_speed = sc->sc_phy_linkspeed;
1671 link_speed = 0;
1675 link_speed = ixl_search_baudrate(
1680 if (ISSET(link_speed, sc->sc_phy_linkspeed) == 0)
1689 return ixl_set_phy_config(sc, link_speed, abilities, false);
4428 sc->sc_phy_linkspeed = phy->link_speed;
4445 uint8_t link_speed, uint8_t abilities, bool polling)
4459 param->link_speed = link_speed;
4489 uint8_t link_speed, abilities; local in function:ixl_set_phy_autoselect
    [all...]
  /src/sys/dev/pci/igc/
if_igc.h 343 uint16_t link_speed; member in struct:igc_softc

Completed in 37 milliseconds