Home
last modified time | relevance | path

Searched refs:stop_hw (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c28 mac->stop_hw = txgbe_stop_hw_vf; in txgbe_init_ops_vf()
111 hw->mac.stop_hw(hw); in txgbe_reset_hw_vf()
H A Dtxgbe_dummy.h562 hw->mac.stop_hw = txgbe_mac_stop_hw_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h516 s32 (*stop_hw)(struct txgbe_hw *hw); member
H A Dtxgbe_hw.c2656 mac->stop_hw = txgbe_stop_hw; in txgbe_init_ops_pf()
3368 status = hw->mac.stop_hw(hw); in txgbe_reset_hw()
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_api.c126 return fm10k_call_func(hw, hw->mac.ops.stop_hw, (hw), in fm10k_stop_hw()
H A Dfm10k_vf.c625 mac->ops.stop_hw = &fm10k_stop_hw_vf; in fm10k_init_ops_vf()
H A Dfm10k_type.h569 s32 (*stop_hw)(struct fm10k_hw *); member
H A Dfm10k_pf.c2064 mac->ops.stop_hw = &fm10k_stop_hw_generic; in fm10k_init_ops_pf()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_dummy.h297 hw->mac.stop_hw = ngbe_mac_stop_hw_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h267 s32 (*stop_hw)(struct ngbe_hw *hw); member
H A Dngbe_hw.c155 status = hw->mac.stop_hw(hw); in ngbe_reset_hw_em()
1906 mac->stop_hw = ngbe_stop_hw; in ngbe_init_ops_pf()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c726 hw->mac.stop_hw(hw); in txgbevf_dev_stop()