Searched refs:wq_is_full (Results 1 – 1 of 1) sorted by relevance
3489 int wq_is_full, err_wr, pbl_is_full; in qedr_can_post_send() local3494 wq_is_full = qedr_wq_is_full(&qp->sq); in qedr_can_post_send()3497 if (wq_is_full || err_wr || pbl_is_full) { in qedr_can_post_send()3498 if (wq_is_full && !(qp->err_bitmap & QEDR_QP_ERR_SQ_FULL)) { in qedr_can_post_send()