Home
last modified time | relevance | path

Searched refs:ice_sq_done (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c879 * ice_sq_done - check if FW has processed the Admin Send Queue (ATQ)
886 static bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_sq_done() function
1014 if (ice_sq_done(hw, cq)) in ice_sq_send_cmd()
1022 if (ice_sq_done(hw, cq)) { in ice_sq_send_cmd()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c930 * ice_sq_done - check if FW has processed the Admin Send Queue (ATQ)
937 static bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_sq_done() function
1060 /* Wait a short time before initial ice_sq_done() check, to allow in ice_sq_send_cmd()
1067 if (ice_sq_done(hw, cq)) in ice_sq_send_cmd()
1074 if (ice_sq_done(hw, cq)) { in ice_sq_send_cmd()

Completed in 4 milliseconds