Searched refs:ice_check_sq_alive (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 66 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
|
H A D | ice_controlq.c | 55 * ice_check_sq_alive 61 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive() function 662 if (ice_check_sq_alive(hw, cq)) in ice_shutdown_ctrlq()
|
H A D | ice_common.c | 689 (!hw->fw_log.actv_evnts || !ice_check_sq_alive(hw, &hw->adminq))) in ice_cfg_fw_log() 2420 if (ice_check_sq_alive(hw, &hw->adminq)) in ice_clear_pxe_mode()
|
H A D | ice_main.c | 466 if (ice_check_sq_alive(hw, &hw->mailboxq)) in ice_prepare_for_reset() 4473 if (ice_check_sq_alive(hw, &hw->mailboxq)) in ice_prepare_for_shutdown()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 70 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq);
|
H A D | ice_controlq.c | 68 * ice_check_sq_alive 74 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive() function 697 if (ice_check_sq_alive(hw, cq)) in ice_shutdown_ctrlq()
|
H A D | ice_common.c | 916 (!hw->fw_log.actv_evnts || !ice_check_sq_alive(hw, &hw->adminq))) in ice_cfg_fw_log() 2962 if (ice_check_sq_alive(hw, &hw->adminq)) in ice_clear_pxe_mode()
|
H A D | ice_main.c | 563 if (ice_check_sq_alive(hw, &hw->mailboxq)) in ice_prepare_for_reset() 5253 if (ice_check_sq_alive(hw, &hw->mailboxq)) in ice_prepare_for_shutdown()
|
Completed in 33 milliseconds