Searched refs:unloading (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_controlq.c | 688 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 D | ice_common.h | 89 void ice_shutdown_all_ctrlq(struct ice_hw *hw, bool unloading); 140 int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
|
| A D | ice_common.c | 1972 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 D | iavf_prototype.h | 36 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading);
|
| A D | iavf_common.c | 238 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 D | ef10.c | 42 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 D | i40e_prototype.h | 48 int i40e_aq_queue_shutdown(struct i40e_hw *hw, bool unloading);
|
| A D | i40e_common.c | 155 bool unloading) in i40e_aq_queue_shutdown() argument 165 if (unloading) in i40e_aq_queue_shutdown()
|
Completed in 629 milliseconds