HomeSort by: relevance | last modified time | path
    Searched refs:link_speed (Results 1 - 20 of 20) 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_dcb_82598.c 346 * @link_speed: unused
354 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed,
358 UNREFERENCED_1PARAMETER(link_speed);
ixgbe_dcb_82599.c 591 * @link_speed: unused
600 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed,
604 UNREFERENCED_1PARAMETER(link_speed);
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_dcb.c 667 ret = ixgbe_dcb_hw_config_82598(hw, dcb_config->link_speed,
676 ret = ixgbe_dcb_hw_config_82599(hw, dcb_config->link_speed,
ixgbe.c 1590 err = ixgbe_check_link(hw, &sc->link_speed,
1694 && (sc->link_speed == IXGBE_LINK_SPEED_10GB_FULL)) {
2881 if ((sc->link_speed != IXGBE_LINK_SPEED_100_FULL)
2882 && (sc->link_speed != IXGBE_LINK_SPEED_10_FULL))
2934 switch (sc->link_speed) {
2956 switch (sc->link_speed) {
2962 switch (sc->link_speed) {
2971 switch (sc->link_speed) {
2981 switch (sc->link_speed) {
2990 switch (sc->link_speed) {
    [all...]
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.h 509 u32 link_speed; member in struct:ixgbe_softc
ixv.c 803 hw->mac.ops.check_link(hw, &sc->link_speed, &sc->link_up,
945 if ((sc->link_speed != IXGBE_LINK_SPEED_100_FULL)
946 && (sc->link_speed != IXGBE_LINK_SPEED_10_FULL)) {
1027 switch (sc->link_speed) {
1402 switch (sc->link_speed) {
2512 if ((sc->link_speed != IXGBE_LINK_SPEED_100_FULL)
2513 && (sc->link_speed != IXGBE_LINK_SPEED_10_FULL)) {
3582 sc->hw.mac.ops.check_link(&sc->hw, &sc->link_speed,
3608 &sc->link_speed, &sc->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_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_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...]
if_iavf.c 1478 iavf_find_link_speed(struct iavf_softc *sc, uint32_t link_speed)
1483 if (link_speed & (1 << i))
4443 speed = iavf_find_link_speed(sc, event->link_speed);
if_bnx.c 476 switch (sc->link_speed) {
544 sc->link_speed = (link_status & PCIE_LCSR_LINKSPEED) >> 16;
  /src/sys/dev/pci/igc/
if_igc.h 343 uint16_t link_speed; member in struct:igc_softc
if_igc.c 2339 switch (sc->link_speed) {
2551 igc_get_speed_and_duplex(hw, &sc->link_speed,
2554 ifp->if_baudrate = IF_Mbps(sc->link_speed);
2559 ifp->if_baudrate = sc->link_speed = 0;

Completed in 57 milliseconds