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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_api.c290 if (hw->mac.ops.check_for_link)
291 return hw->mac.ops.check_for_link(hw);
H A Digc_hw.h348 s32 (*check_for_link)(struct igc_hw *); member in struct:igc_mac_operations
H A Digc_i225.c108 mac->ops.check_for_link = igc_check_for_link_i225;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82540.c208 mac->ops.check_for_link = e1000_check_for_copper_link_generic;
211 mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
214 mac->ops.check_for_link = e1000_check_for_serdes_link_generic;
H A De1000_vf.h203 s32 (*check_for_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_api.c641 if (hw->mac.ops.check_for_link)
642 return hw->mac.ops.check_for_link(hw);
H A De1000_vf.c127 mac->ops.check_for_link = e1000_check_for_link_vf;
H A De1000_82571.c300 mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
311 mac->ops.check_for_link = e1000_check_for_serdes_link_82571;
319 mac->ops.check_for_link = e1000_check_for_copper_link_generic;
H A De1000_82542.c131 mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
H A De1000_80003es2lan.c205 mac->ops.check_for_link = e1000_check_for_serdes_link_generic;
211 mac->ops.check_for_link = e1000_check_for_copper_link_generic;
H A De1000_mac.c72 mac->ops.check_for_link = e1000_null_ops_generic;
1159 * mac->check_for_link. This routine will force the
1163 ret_val = mac->ops.check_for_link(hw);
H A De1000_hw.h728 s32 (*check_for_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_82543.c233 mac->ops.check_for_link =
H A De1000_82541.c250 mac->ops.check_for_link = e1000_check_for_link_82541;
H A De1000_82575.c298 hw->mac.ops.check_for_link =
390 mac->ops.check_for_link = e1000_check_for_link_82575;
H A De1000_ich8lan.c769 mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan;

Completed in 301 milliseconds