Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
A Dice_controlq.c688 bool unloading) in ice_shutdown_ctrlq() argument
696 ice_aq_q_shutdown(hw, unloading); in ice_shutdown_ctrlq()
721 void ice_shutdown_all_ctrlq(struct ice_hw *hw, bool unloading) in ice_shutdown_all_ctrlq() argument
724 ice_shutdown_ctrlq(hw, ICE_CTL_Q_ADMIN, unloading); in ice_shutdown_all_ctrlq()
727 ice_shutdown_ctrlq(hw, ICE_CTL_Q_SB, unloading); in ice_shutdown_all_ctrlq()
729 ice_shutdown_ctrlq(hw, ICE_CTL_Q_MAILBOX, unloading); in ice_shutdown_all_ctrlq()
A Dice_common.h89 void ice_shutdown_all_ctrlq(struct ice_hw *hw, bool unloading);
140 int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
A Dice_common.c1972 int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading) in ice_aq_q_shutdown() argument
1981 if (unloading) in ice_aq_q_shutdown()
/drivers/net/ethernet/intel/iavf/
A Diavf_prototype.h36 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading);
A Diavf_common.c238 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading) in iavf_aq_queue_shutdown() argument
247 if (unloading) in iavf_aq_queue_shutdown()
/drivers/net/ethernet/sfc/
A Def10.c42 static int efx_ef10_set_udp_tnl_ports(struct efx_nic *efx, bool unloading);
3789 static int efx_ef10_set_udp_tnl_ports(struct efx_nic *efx, bool unloading) in efx_ef10_set_udp_tnl_ports() argument
3837 !!unloading, in efx_ef10_set_udp_tnl_ports()
3865 if (unloading) in efx_ef10_set_udp_tnl_ports()
3874 if (!will_reset && !unloading) { in efx_ef10_set_udp_tnl_ports()
/drivers/net/ethernet/intel/i40e/
A Di40e_prototype.h48 int i40e_aq_queue_shutdown(struct i40e_hw *hw, bool unloading);
A Di40e_common.c155 bool unloading) in i40e_aq_queue_shutdown() argument
165 if (unloading) in i40e_aq_queue_shutdown()

Completed in 629 milliseconds