Home
last modified time | relevance | path

Searched refs:start_hw (Results 1 – 22 of 22) sorted by relevance

/dpdk/drivers/net/fm10k/base/
H A Dfm10k_api.c139 return fm10k_call_func(hw, hw->mac.ops.start_hw, (hw), in fm10k_start_hw()
H A Dfm10k_vf.c624 mac->ops.start_hw = &fm10k_start_hw_generic; in fm10k_init_ops_vf()
H A Dfm10k_type.h568 s32 (*start_hw)(struct fm10k_hw *); member
H A Dfm10k_pf.c2063 mac->ops.start_hw = &fm10k_start_hw_generic; in fm10k_init_ops_pf()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c27 hw->mac.ops.start_hw = ixgbe_start_hw_vf; in ixgbe_init_ops_vf()
130 s32 status = hw->mac.ops.start_hw(hw); in ixgbe_init_hw_vf()
H A Dixgbe_x540.c65 mac->ops.start_hw = ixgbe_start_hw_X540; in ixgbe_init_ops_X540()
H A Dixgbe_82598.c104 mac->ops.start_hw = ixgbe_start_hw_82598; in ixgbe_init_ops_82598()
H A Dixgbe_api.c261 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw), in ixgbe_start_hw()
H A Dixgbe_82599.c315 mac->ops.start_hw = ixgbe_start_hw_82599; in ixgbe_init_ops_82599()
H A Dixgbe_common.c68 mac->ops.start_hw = ixgbe_start_hw_generic; in ixgbe_init_ops_generic()
468 status = hw->mac.ops.start_hw(hw); in ixgbe_init_hw_generic()
H A Dixgbe_type.h3922 s32 (*start_hw)(struct ixgbe_hw *); member
/dpdk/drivers/net/ngbe/base/
H A Dngbe_dummy.h296 hw->mac.start_hw = ngbe_mac_start_hw_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h266 s32 (*start_hw)(struct ngbe_hw *hw); member
H A Dngbe_hw.c62 status = hw->mac.start_hw(hw); in ngbe_init_hw()
1902 mac->start_hw = ngbe_start_hw; in ngbe_init_ops_pf()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c25 mac->start_hw = txgbe_start_hw_vf; in txgbe_init_ops_vf()
H A Dtxgbe_dummy.h561 hw->mac.start_hw = txgbe_mac_start_hw_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h515 s32 (*start_hw)(struct txgbe_hw *hw); member
H A Dtxgbe_hw.c279 status = hw->mac.start_hw(hw); in txgbe_init_hw()
2652 mac->start_hw = txgbe_start_hw_raptor; in txgbe_init_ops_pf()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c293 err = hw->mac.start_hw(hw); in eth_txgbevf_dev_init()
H A Dtxgbe_ethdev.c1651 hw->mac.start_hw(hw); in txgbe_dev_start()
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c967 hw->mac.start_hw(hw); in ngbe_dev_start()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c1680 diag = hw->mac.ops.start_hw(hw); in eth_ixgbevf_dev_init()
2599 hw->mac.ops.start_hw(hw); in ixgbe_dev_start()