Home
last modified time | relevance | path

Searched refs:link_speed (Results 1 – 24 of 24) sorted by relevance

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_dcb_82598.c358 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed, in ixgbe_dcb_hw_config_82598() argument
362 UNREFERENCED_1PARAMETER(link_speed); in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb.h132 u32 link_speed; /* For bandwidth allocation validation purpose */ member
H A Dixgbe_dcb_82599.c596 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, in ixgbe_dcb_hw_config_82599() argument
600 UNREFERENCED_1PARAMETER(link_speed); in ixgbe_dcb_hw_config_82599()
H A Dixgbe_82599.c782 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_smartspeed() local
826 status = ixgbe_check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_smartspeed()
861 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_setup_mac_link_smartspeed()
875 if (link_up && (link_speed == IXGBE_LINK_SPEED_1GB_FULL)) in ixgbe_setup_mac_link_smartspeed()
1034 ixgbe_link_speed link_speed; in ixgbe_reset_hw_82599() local
1084 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_reset_hw_82599()
H A Dif_ix.c1259 switch (sc->link_speed) { in ix_media_status()
1275 switch (sc->link_speed) { in ix_media_status()
1281 switch (sc->link_speed) { in ix_media_status()
1290 switch (sc->link_speed) { in ix_media_status()
1300 switch (sc->link_speed) { in ix_media_status()
1309 switch (sc->link_speed) { in ix_media_status()
1319 switch (sc->link_speed) { in ix_media_status()
1337 switch (sc->link_speed) { in ix_media_status()
1700 sc->link_speed == 128 ? 10 : 1, in ix_update_link_status()
5365 (dcfg->link_speed ^ sc->link_speed)) { in ix_config_dmac()
[all …]
H A Dixgbe_dcb.c675 ret = ixgbe_dcb_hw_config_82598(hw, dcb_config->link_speed, in ixgbe_dcb_hw_config_cee()
685 ret = ixgbe_dcb_hw_config_82599(hw, dcb_config->link_speed, in ixgbe_dcb_hw_config_cee()
H A Dif_ix.h327 uint32_t link_speed; member
H A Dixgbe_82598.c415 u32 link_speed = 0; in ixgbe_fc_enable_82598() local
445 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_fc_enable_82598()
446 if (link_up && link_speed == IXGBE_LINK_SPEED_1GB_FULL) { in ixgbe_fc_enable_82598()
H A Dixgbe_common.c5317 ixgbe_link_speed link_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_setup_mac_link_multispeed_fiber() local
5327 status = ixgbe_get_link_capabilities(hw, &link_speed, &autoneg); in ixgbe_setup_mac_link_multispeed_fiber()
5331 speed &= link_speed; in ixgbe_setup_mac_link_multispeed_fiber()
5376 status = ixgbe_check_link(hw, &link_speed, in ixgbe_setup_mac_link_multispeed_fiber()
5422 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_setup_mac_link_multispeed_fiber()
H A Dixgbe_x550.c940 switch (hw->mac.dmac_config.link_speed) { in ixgbe_dmac_config_tcs_X550()
2427 ixgbe_link_speed link_speed; in ixgbe_reset_hw_X550em() local
2493 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_reset_hw_X550em()
H A Dixgbe_type.h696 u32 link_speed; member
/dragonfly/sys/dev/netif/oce/
H A Doce_hw.c488 sc->link_speed = link.mac_speed; in oce_hw_start()
490 sc->link_speed = 0; in oce_hw_start()
H A Doce_if.c774 switch (sc->link_speed) { in oce_media_status()
2072 sc->link_speed = acqe->u0.s.speed; in process_link_state()
H A Doce_if.h830 uint8_t link_speed; member
/dragonfly/sys/dev/netif/em/
H A Dif_em.h297 uint16_t link_speed; member
H A Dif_em.c1696 switch (adapter->link_speed) { in em_media_status()
2283 e1000_get_speed_and_duplex(hw, &adapter->link_speed, in em_update_link_status()
2290 if (adapter->link_speed != SPEED_1000 && in em_update_link_status()
2306 adapter->link_speed, in em_update_link_status()
2315 ifp->if_baudrate = adapter->link_speed * 1000000; in em_update_link_status()
2319 ifp->if_baudrate = adapter->link_speed = 0; in em_update_link_status()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.h394 uint16_t link_speed; member
H A Dif_emx.c1595 switch (sc->link_speed) { in emx_media_status()
1974 e1000_get_speed_and_duplex(hw, &sc->link_speed, in emx_update_link_status()
1981 if (sc->link_speed != SPEED_1000 && in emx_update_link_status()
1997 sc->link_speed, in emx_update_link_status()
2006 ifp->if_baudrate = sc->link_speed * 1000000; in emx_update_link_status()
2010 ifp->if_baudrate = sc->link_speed = 0; in emx_update_link_status()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.h352 uint16_t link_speed; member
H A Dif_igb.c1107 switch (sc->link_speed) { in igb_media_status()
1372 &sc->link_speed, &sc->link_duplex); in igb_update_link_status()
1382 sc->link_speed, in igb_update_link_status()
1391 ifp->if_baudrate = sc->link_speed * 1000000; in igb_update_link_status()
1412 ifp->if_baudrate = sc->link_speed = 0; in igb_update_link_status()
3327 if (sc->link_speed == 0) in igb_update_vf_stats_counters()
/dragonfly/contrib/libpcap/
H A Dpcap-dpdk.c958 portid, link.link_speed, in pcap_dpdk_activate()
/dragonfly/sys/dev/raid/mfi/
H A Dmfireg.h1117 uint8_t link_speed; member
/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c615 switch (sc->link_speed) { in bce_print_adapter_info()
670 sc->link_speed = link_status & 0xf; in bce_probe_pci_caps()
H A Dif_bcereg.h5973 uint16_t link_speed; /* PCIe link speed */ member