Searched refs:err_wr (Results 1 – 1 of 1) sorted by relevance
4199 int wq_is_full, err_wr, pbl_is_full; in qlnxr_can_post_send() local4208 err_wr = wr->num_sge > qp->sq.max_sges; in qlnxr_can_post_send()4212 if (wq_is_full || err_wr || pbl_is_full) { in qlnxr_can_post_send()4224 if (err_wr && in qlnxr_can_post_send()