Home
last modified time | relevance | path

Searched refs:unloading (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/common/iavf/
H A Diavf_prototype.h52 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading);
H A Diavf_common.c348 bool unloading) in iavf_aq_queue_shutdown() argument
358 if (unloading) in iavf_aq_queue_shutdown()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_tunnel.c107 __in boolean_t unloading, in efx_mcdi_set_tunnel_encap_udp_ports() argument
139 (unloading == B_TRUE) ? 1 : 0); in efx_mcdi_set_tunnel_encap_udp_ports()
/dpdk/drivers/net/ice/base/
H A Dice_common.h125 enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
H A Dice_common.c1876 enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading) in ice_aq_q_shutdown() argument
1885 if (unloading) in ice_aq_q_shutdown()
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h58 enum i40e_status_code i40e_aq_queue_shutdown(struct i40e_hw *hw, bool unloading);
H A Di40e_common.c411 bool unloading) in i40e_aq_queue_shutdown() argument
421 if (unloading) in i40e_aq_queue_shutdown()
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst4065 underlying device or unloading the PMD invalidates it.