Searched refs:link_speed (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_dcb.h134 u32 link_speed; /* For bandwidth allocation validation purpose */ member in struct:ixgbe_dcb_config
H A Dixgbe_dcb_82598.c346 * @link_speed: unused
354 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed, argument
358 UNREFERENCED_1PARAMETER(link_speed);
H A Dixgbe_dcb_82599.c591 * @link_speed: unused
600 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, argument
604 UNREFERENCED_1PARAMETER(link_speed);
H A Dixgbe_82599.c793 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; local
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
1101 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_dcb.c667 ret = ixgbe_dcb_hw_config_82598(hw, dcb_config->link_speed,
676 ret = ixgbe_dcb_hw_config_82599(hw, dcb_config->link_speed,
H A Dixgbe.c1608 err = ixgbe_check_link(hw, &sc->link_speed,
1712 && (sc->link_speed == IXGBE_LINK_SPEED_10GB_FULL)) {
2899 if ((sc->link_speed != IXGBE_LINK_SPEED_100_FULL)
2900 && (sc->link_speed != IXGBE_LINK_SPEED_10_FULL))
2952 switch (sc->link_speed) {
2974 switch (sc->link_speed) {
2980 switch (sc->link_speed) {
2989 switch (sc->link_speed) {
2999 switch (sc->link_speed) {
3008 switch (sc->link_speed) {
[all...]
H A Dixgbe_82598.c421 u32 link_speed = 0; local
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) {
H A Dixv.c817 hw->mac.ops.check_link(hw, &sc->link_speed, &sc->link_up,
959 if ((sc->link_speed != IXGBE_LINK_SPEED_100_FULL)
960 && (sc->link_speed != IXGBE_LINK_SPEED_10_FULL)) {
1041 switch (sc->link_speed) {
1416 switch (sc->link_speed) {
2528 if ((sc->link_speed != IXGBE_LINK_SPEED_100_FULL)
2529 && (sc->link_speed != IXGBE_LINK_SPEED_10_FULL)) {
3602 sc->hw.mac.ops.check_link(&sc->hw, &sc->link_speed,
3628 &sc->link_speed, &sc->link_up, FALSE);
H A Dixgbe.h509 u32 link_speed; member in struct:ixgbe_softc
H A Dixgbe_common.c5400 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; local
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);
H A Dixgbe_x550.c1114 switch (hw->mac.dmac_config.link_speed) {
2607 ixgbe_link_speed link_speed; local
2674 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_type.h731 u32 link_speed; member in struct:ixgbe_dmac_config
/netbsd-current/sys/dev/pci/
H A Dif_iavfvar.h204 uint32_t link_speed; member in struct:iavf_vc_pf_event
H A Dif_bnxvar.h157 uint16_t link_speed; /* PCIe link speed */ member in struct:bnx_softc
H A Dif_ixlvar.h362 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
H A Dif_ixl.c1650 uint8_t link_speed, abilities; local
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;
4444 ixl_set_phy_config(struct ixl_softc *sc, uint8_t link_speed, uint8_t abilities, bool polling) argument
4489 uint8_t link_speed, abilities; local
4911 ixl_search_link_speed(uint8_t link_speed) argument
[all...]
H A Dif_iavf.c1478 iavf_find_link_speed(struct iavf_softc *sc, uint32_t link_speed) argument
1483 if (link_speed & (1 << i))
4439 speed = iavf_find_link_speed(sc, event->link_speed);
H A Dif_bnx.c476 switch (sc->link_speed) {
544 sc->link_speed = (link_status & PCIE_LCSR_LINKSPEED) >> 16;
/netbsd-current/sys/dev/pci/igc/
H A Dif_igc.h343 uint16_t link_speed; member in struct:igc_softc
H A Dif_igc.c2344 switch (sc->link_speed) {
2556 igc_get_speed_and_duplex(hw, &sc->link_speed,
2559 ifp->if_baudrate = IF_Mbps(sc->link_speed);
2564 ifp->if_baudrate = sc->link_speed = 0;
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-dpdk.c974 portid, link.link_speed,

Completed in 270 milliseconds