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