Searched refs:init_hw (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_vf.h206 s32 (*init_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_api.c636 if (hw->mac.ops.init_hw)
637 return hw->mac.ops.init_hw(hw);
H A De1000_vf.c124 mac->ops.init_hw = e1000_init_hw_vf;
H A De1000_82542.c123 mac->ops.init_hw = e1000_init_hw_82542;
H A De1000_82540.c196 mac->ops.init_hw = e1000_init_hw_82540;
H A De1000_80003es2lan.c249 mac->ops.init_hw = e1000_init_hw_80003es2lan;
H A De1000_82541.c248 mac->ops.init_hw = e1000_init_hw_82541;
H A De1000_82543.c224 mac->ops.init_hw = e1000_init_hw_82543;
H A De1000_hw.h679 s32 (*init_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_82571.c344 mac->ops.init_hw = e1000_init_hw_82571;
H A De1000_mac.c55 mac->ops.init_hw = e1000_null_ops_generic;
H A De1000_82575.c420 mac->ops.init_hw = e1000_init_hw_82575;
H A De1000_ich8lan.c644 mac->ops.init_hw = e1000_init_hw_ich8lan;
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_vf.c59 hw->mac.ops.init_hw = ixgbe_init_hw_vf;
H A Dixgbe_api.c180 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw),
H A Dixgbe_common.c96 mac->ops.init_hw = &ixgbe_init_hw_generic;
H A Dixgbe_type.h3043 s32 (*init_hw)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations

Completed in 203 milliseconds