Searched refs:err_wr (Results 1 – 2 of 2) sorted by relevance
1166 goto err_wr; in fifo_open()1201 err_wr: in fifo_open()
3489 int wq_is_full, err_wr, pbl_is_full; in qedr_can_post_send() local3493 err_wr = wr->num_sge > qp->sq.max_sges; in qedr_can_post_send()3497 if (wq_is_full || err_wr || pbl_is_full) { in qedr_can_post_send()3505 if (err_wr && !(qp->err_bitmap & QEDR_QP_ERR_BAD_SR)) { in qedr_can_post_send()