Home
last modified time | relevance | path

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

12

/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy.c414 hw->phy.init_hw = ngbe_init_phy_rtl; in ngbe_init_phy()
423 hw->phy.init_hw = ngbe_init_phy_mvl; in ngbe_init_phy()
432 hw->phy.init_hw = ngbe_init_phy_yt; in ngbe_init_phy()
H A Dngbe_dummy.h294 hw->mac.init_hw = ngbe_mac_init_hw_dummy; in ngbe_init_ops_dummy()
328 hw->phy.init_hw = ngbe_phy_init_hw_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h264 s32 (*init_hw)(struct ngbe_hw *hw); member
344 s32 (*init_hw)(struct ngbe_hw *hw); member
/dpdk/drivers/net/e1000/base/
H A De1000_vf.h178 s32 (*init_hw)(struct e1000_hw *); member
H A De1000_api.c646 if (hw->mac.ops.init_hw) in e1000_init_hw()
647 return hw->mac.ops.init_hw(hw); in e1000_init_hw()
H A De1000_82542.c93 mac->ops.init_hw = e1000_init_hw_82542; in e1000_init_mac_params_82542()
H A De1000_vf.c94 mac->ops.init_hw = e1000_init_hw_vf; in e1000_init_mac_params_vf()
H A De1000_82540.c166 mac->ops.init_hw = e1000_init_hw_82540; in e1000_init_mac_params_82540()
H A De1000_hw.h690 s32 (*init_hw)(struct e1000_hw *); member
H A De1000_82543.c192 mac->ops.init_hw = e1000_init_hw_82543; in e1000_init_mac_params_82543()
H A De1000_82541.c212 mac->ops.init_hw = e1000_init_hw_82541; in e1000_init_mac_params_82541()
H A De1000_80003es2lan.c209 mac->ops.init_hw = e1000_init_hw_80003es2lan; in e1000_init_mac_params_80003es2lan()
H A De1000_82575.c350 mac->ops.init_hw = e1000_init_hw_i210; in e1000_init_mac_params_82575()
352 mac->ops.init_hw = e1000_init_hw_82575; in e1000_init_mac_params_82575()
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_api.c114 return fm10k_call_func(hw, hw->mac.ops.init_hw, (hw), in fm10k_init_hw()
H A Dfm10k_vf.c623 mac->ops.init_hw = &fm10k_init_hw_vf; in fm10k_init_ops_vf()
H A Dfm10k_type.h567 s32 (*init_hw)(struct fm10k_hw *); member
/dpdk/drivers/net/igc/base/
H A Digc_api.c1127 if (hw->mac.ops.init_hw) in igc_init_hw()
1128 return hw->mac.ops.init_hw(hw); in igc_init_hw()
H A Digc_hw.h702 s32 (*init_hw)(struct igc_hw *hw); member
H A Digc_i225.c101 mac->ops.init_hw = igc_init_hw_i225; in igc_init_mac_params_i225()
H A Digc_mac.c25 mac->ops.init_hw = igc_null_ops_generic; in igc_init_mac_ops_generic()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c25 hw->mac.ops.init_hw = ixgbe_init_hw_vf; in ixgbe_init_ops_vf()
H A Dixgbe_api.c232 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw), in ixgbe_init_hw()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dummy.h559 hw->mac.init_hw = txgbe_mac_init_hw_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h513 s32 (*init_hw)(struct txgbe_hw *hw); member
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c411 err = hw->mac.init_hw(hw); in eth_ngbe_dev_init()
1068 err = hw->phy.init_hw(hw); in ngbe_dev_start()

12