Home
last modified time | relevance | path

Searched refs:check_for_link (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/e1000/
H A De1000_82540.c207 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82540()
210 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82540()
213 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_82540()
H A De1000_vf.h202 s32 (*check_for_link)(struct e1000_hw *); member
H A De1000_82571.c299 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82571()
310 mac->ops.check_for_link = e1000_check_for_serdes_link_82571; in e1000_init_mac_params_82571()
318 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82571()
H A De1000_api.c659 if (hw->mac.ops.check_for_link) in e1000_check_for_link()
660 return hw->mac.ops.check_for_link(hw); in e1000_check_for_link()
H A De1000_vf.c126 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
H A De1000_82542.c130 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82542()
H A De1000_80003es2lan.c204 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_80003es2lan()
210 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_mac.c71 mac->ops.check_for_link = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
1162 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
H A De1000_hw.h744 s32 (*check_for_link)(struct e1000_hw *); member
H A De1000_82541.c249 mac->ops.check_for_link = e1000_check_for_link_82541; in e1000_init_mac_params_82541()
H A De1000_82543.c232 mac->ops.check_for_link = in e1000_init_mac_params_82543()
H A De1000_82575.c297 hw->mac.ops.check_for_link = in e1000_init_phy_params_82575()
389 mac->ops.check_for_link = e1000_check_for_link_82575; in e1000_init_mac_params_82575()
H A De1000_ich8lan.c773 mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan; in e1000_init_mac_params_ich8lan()
/freebsd/sys/dev/igc/
H A Digc_api.c288 if (hw->mac.ops.check_for_link) in igc_check_for_link()
289 return hw->mac.ops.check_for_link(hw); in igc_check_for_link()
H A Digc_hw.h346 s32 (*check_for_link)(struct igc_hw *); member
H A Digc_i225.c106 mac->ops.check_for_link = igc_check_for_link_i225; in igc_init_mac_params_i225()