Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/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
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h444 s32 (*start_hw)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h556 hw->mac.start_hw = txgbe_mac_start_hw_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c329 status = hw->mac.start_hw(hw); in txgbe_init_hw()
2799 mac->start_hw = txgbe_start_hw_raptor; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c1666 diag = hw->mac.ops.start_hw(hw); in eth_ixgbevf_dev_init()
2577 hw->mac.ops.start_hw(hw); in ixgbe_dev_start()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c1427 hw->mac.start_hw(hw); in txgbe_dev_start()