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

/freebsd-current/sys/dev/ice/
H A Dice_controlq.c919 * ice_sq_done - check if the last send on a control queue has completed
926 bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq) function
1042 /* Wait a short time before initial ice_sq_done() check, to allow
1048 if (ice_sq_done(hw, cq))
1056 if (ice_sq_done(hw, cq)) {
H A Dice_common.h52 bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq);

Completed in 201 milliseconds