Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_vf.h208 s32 (*init_hw)(struct e1000_hw *); member
H A De1000_api.c653 if (hw->mac.ops.init_hw) in e1000_init_hw()
654 return hw->mac.ops.init_hw(hw); in e1000_init_hw()
H A De1000_vf.c124 mac->ops.init_hw = e1000_init_hw_vf; in e1000_init_mac_params_vf()
H A De1000_82542.c123 mac->ops.init_hw = e1000_init_hw_82542; in e1000_init_mac_params_82542()
H A De1000_82540.c196 mac->ops.init_hw = e1000_init_hw_82540; in e1000_init_mac_params_82540()
H A De1000_hw.h701 s32 (*init_hw)(struct e1000_hw *); member
H A De1000_82541.c243 mac->ops.init_hw = e1000_init_hw_82541; in e1000_init_mac_params_82541()
H A De1000_82543.c224 mac->ops.init_hw = e1000_init_hw_82543; in e1000_init_mac_params_82543()
H A De1000_80003es2lan.c239 mac->ops.init_hw = e1000_init_hw_80003es2lan; in e1000_init_mac_params_80003es2lan()
H A De1000_82575.c464 mac->ops.init_hw = e1000_init_hw_i210; in e1000_init_mac_params_82575()
466 mac->ops.init_hw = e1000_init_hw_82575; in e1000_init_mac_params_82575()
H A De1000_82571.c344 mac->ops.init_hw = e1000_init_hw_82571; in e1000_init_mac_params_82571()
H A De1000_mac.c55 mac->ops.init_hw = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
H A De1000_ich8lan.c758 mac->ops.init_hw = e1000_init_hw_ich8lan; in e1000_init_mac_params_ich8lan()
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c59 hw->mac.ops.init_hw = ixgbe_init_hw_vf; in ixgbe_init_ops_vf()
H A Dixgbe_api.c236 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw), in ixgbe_init_hw()
H A Dixgbe_type.h3655 s32 (*init_hw)(struct ixgbe_hw *); member
H A Dixgbe_common.c96 mac->ops.init_hw = ixgbe_init_hw_generic; in ixgbe_init_ops_generic()