Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/iavf/
Diavf_prototype.h39 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading);
Diavf_common.c330 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading) in iavf_aq_queue_shutdown() argument
339 if (unloading) in iavf_aq_queue_shutdown()
/drivers/net/ethernet/intel/ice/
Dice_common.h70 enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
Dice_common.c1581 enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading) in ice_aq_q_shutdown() argument
1590 if (unloading) in ice_aq_q_shutdown()
/drivers/net/ethernet/sfc/
Def10.c42 static int efx_ef10_set_udp_tnl_ports(struct efx_nic *efx, bool unloading);
3771 static int efx_ef10_set_udp_tnl_ports(struct efx_nic *efx, bool unloading) in efx_ef10_set_udp_tnl_ports() argument
3819 !!unloading, in efx_ef10_set_udp_tnl_ports()
3847 if (unloading) in efx_ef10_set_udp_tnl_ports()
3856 if (!will_reset && !unloading) { in efx_ef10_set_udp_tnl_ports()
/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h37 int i40e_aq_queue_shutdown(struct i40e_hw *hw, bool unloading);
Di40e_common.c209 bool unloading) in i40e_aq_queue_shutdown() argument
219 if (unloading) in i40e_aq_queue_shutdown()