Searched refs:fm10k_disable_queues_generic (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_common.h | 37 s32 fm10k_disable_queues_generic(struct fm10k_hw *hw, u16 q_cnt);
|
H A D | fm10k_common.c | 180 * fm10k_disable_queues_generic - Stop Tx/Rx queues 185 s32 fm10k_disable_queues_generic(struct fm10k_hw *hw, u16 q_cnt) in fm10k_disable_queues_generic() function 241 return fm10k_disable_queues_generic(hw, hw->mac.max_queues); in fm10k_stop_hw_generic()
|
H A D | fm10k_vf.c | 121 err = fm10k_disable_queues_generic(hw, i); in fm10k_init_hw_vf()
|
H A D | fm10k_pf.c | 36 err = fm10k_disable_queues_generic(hw, FM10K_MAX_QUEUES); in fm10k_reset_hw_pf()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_common.h | 37 s32 fm10k_disable_queues_generic(struct fm10k_hw *hw, u16 q_cnt);
|
H A D | fm10k_common.c | 180 * fm10k_disable_queues_generic - Stop Tx/Rx queues 185 s32 fm10k_disable_queues_generic(struct fm10k_hw *hw, u16 q_cnt) in fm10k_disable_queues_generic() function 241 return fm10k_disable_queues_generic(hw, hw->mac.max_queues); in fm10k_stop_hw_generic()
|
H A D | fm10k_vf.c | 121 err = fm10k_disable_queues_generic(hw, i); in fm10k_init_hw_vf()
|
H A D | fm10k_pf.c | 36 err = fm10k_disable_queues_generic(hw, FM10K_MAX_QUEUES); in fm10k_reset_hw_pf()
|
Completed in 8 milliseconds