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

/freebsd-10-stable/sys/dev/e1000/
H A De1000_82540.c207 mac->ops.check_for_link = e1000_check_for_copper_link_generic;
210 mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
213 mac->ops.check_for_link = e1000_check_for_serdes_link_generic;
H A De1000_vf.h202 s32 (*check_for_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_api.c610 if (hw->mac.ops.check_for_link)
611 return hw->mac.ops.check_for_link(hw);
H A De1000_vf.c126 mac->ops.check_for_link = e1000_check_for_link_vf;
H A De1000_82571.c303 mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
314 mac->ops.check_for_link = e1000_check_for_serdes_link_82571;
322 mac->ops.check_for_link = e1000_check_for_copper_link_generic;
H A De1000_82542.c130 mac->ops.check_for_link = e1000_check_for_fiber_link_generic;
H A De1000_80003es2lan.c206 mac->ops.check_for_link = e1000_check_for_serdes_link_generic;
212 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;
1151 * mac->check_for_link. This routine will force the
1155 ret_val = mac->ops.check_for_link(hw);
H A De1000_82543.c232 mac->ops.check_for_link =
H A De1000_82541.c249 mac->ops.check_for_link = e1000_check_for_link_82541;
H A De1000_hw.h703 s32 (*check_for_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_82575.c272 hw->mac.ops.check_for_link =
477 mac->ops.check_for_link = e1000_check_for_link_82575;
H A De1000_ich8lan.c765 mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan;

Completed in 279 milliseconds