Searched refs:err_wr (Results 1 – 2 of 2) sorted by relevance
1184 goto err_wr; in fifo_open()1219 err_wr: in fifo_open()
3506 int wq_is_full, err_wr, pbl_is_full; in qedr_can_post_send() local3510 err_wr = wr->num_sge > qp->sq.max_sges; in qedr_can_post_send()3514 if (wq_is_full || err_wr || pbl_is_full) { in qedr_can_post_send()3522 if (err_wr && !(qp->err_bitmap & QEDR_QP_ERR_BAD_SR)) { in qedr_can_post_send()