Home
last modified time | relevance | path

Searched refs:ice_check_sq_alive (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_common.h51 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
Dice_controlq.c42 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive() function
706 if (ice_check_sq_alive(hw, cq)) in ice_shutdown_ctrlq()
Dice_common.c1305 if (ice_check_sq_alive(hw, &hw->adminq)) in ice_clear_pxe_mode()