Home
last modified time | relevance | path

Searched refs:get_link_status (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_vf.c548 mac->get_link_status = TRUE; in e1000_check_for_link_vf()
550 if (!mac->get_link_status) in e1000_check_for_link_vf()
580 mac->get_link_status = FALSE; in e1000_check_for_link_vf()
H A De1000_vf.h225 bool get_link_status; member
H A De1000_82541.c595 if (!mac->get_link_status) { in e1000_check_for_link_82541()
614 mac->get_link_status = FALSE; in e1000_check_for_link_82541()
H A De1000_82543.c1203 if (!mac->get_link_status) { in e1000_check_for_copper_link_82543()
1215 mac->get_link_status = FALSE; in e1000_check_for_copper_link_82543()
H A De1000_mac.c728 if (!mac->get_link_status) in e1000_check_for_copper_link_generic()
742 mac->get_link_status = FALSE; in e1000_check_for_copper_link_generic()
H A De1000_hw.h843 bool get_link_status; member
H A De1000_ich8lan.c1561 if (!mac->get_link_status) in e1000_check_for_copper_link_ich8lan()
1745 mac->get_link_status = FALSE; in e1000_check_for_copper_link_ich8lan()
H A De1000_82575.c1209 hw->mac.get_link_status = !hw->mac.serdes_has_link; in e1000_check_for_link_82575()
H A De1000_phy.c1679 hw->mac.get_link_status = TRUE; in e1000_copper_link_autoneg()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c687 sc->hw.mac.get_link_status = 1; in igb_attach()
1089 sc->hw.mac.get_link_status = 1; in igb_media_status()
1335 if (hw->mac.get_link_status) { in igb_update_link_status()
1338 link_check = !hw->mac.get_link_status; in igb_update_link_status()
1357 link_check = !hw->mac.get_link_status; in igb_update_link_status()
3350 sc->hw.mac.get_link_status = 1; in igb_npoll_status()
3464 sc->hw.mac.get_link_status = 1; in igb_intr()
3523 sc->hw.mac.get_link_status = 1; in igb_intr_shared()
4751 sc->hw.mac.get_link_status = 1; in igb_msix_status()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c961 adapter->hw.mac.get_link_status = 1; in em_attach()
1551 adapter->hw.mac.get_link_status = 1; in em_npoll_compat()
1634 adapter->hw.mac.get_link_status = 1; in em_intr_body()
2252 if (hw->mac.get_link_status) { in em_update_link_status()
2257 link_check = !hw->mac.get_link_status; in em_update_link_status()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c943 sc->hw.mac.get_link_status = 1; in emx_attach()
1535 sc->hw.mac.get_link_status = 1; in emx_intr_body()
1944 if (hw->mac.get_link_status) { in emx_update_link_status()
1949 link_check = !hw->mac.get_link_status; in emx_update_link_status()
4197 sc->hw.mac.get_link_status = 1; in emx_npoll_status()
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_type.h4078 bool get_link_status; member