Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h445 s32 (*stop_hw)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h557 hw->mac.stop_hw = txgbe_mac_stop_hw_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2803 mac->stop_hw = txgbe_stop_hw; in txgbe_init_ops_pf()
3536 status = hw->mac.stop_hw(hw); in txgbe_reset_hw()