Searched refs:resize_buf (Results 1 – 3 of 3) sorted by relevance
656 cq->resize_buf = NULL; in mthca_alloc_resize_buf() 679 if (cq->resize_buf) { in mthca_alloc_resize_buf() 684 cq->resize_buf = kmalloc_obj(*cq->resize_buf, GFP_ATOMIC); in mthca_alloc_resize_buf() 685 if (!cq->resize_buf) { in mthca_alloc_resize_buf() 690 cq->resize_buf->state = CQ_RESIZE_ALLOC; in mthca_alloc_resize_buf() 700 ret = mthca_alloc_cq_buf(dev, &cq->resize_buf->buf, entries);703 kfree(cq->resize_buf); in mthca_resize_cq() 704 cq->resize_buf = NULL; in mthca_resize_cq() 709 cq->resize_buf in mthca_resize_cq() [all...]
336 cq->ibcq.cqe < cq->resize_buf->cqe) { in mthca_cq_resize_copy_cqes()343 memcpy(get_cqe_from_buf(&cq->resize_buf->buf, in mthca_cq_resize_copy_cqes()344 i & cq->resize_buf->cqe), in mthca_cq_resize_copy_cqes()688 if (unlikely(err == -EAGAIN && cq->resize_buf && in mthca_poll_cq()689 cq->resize_buf->state == CQ_RESIZE_READY)) { in mthca_poll_cq()700 if (cqe_sw(get_cqe_from_buf(&cq->resize_buf->buf, in mthca_poll_cq()701 cq->cons_index & cq->resize_buf->cqe))) { in mthca_poll_cq()707 cq->buf = cq->resize_buf->buf; in mthca_poll_cq()708 cq->ibcq.cqe = cq->resize_buf->cqe; in mthca_poll_cq()710 cq->resize_buf->buf = tbuf; in mthca_poll_cq()[all …]
190 struct mthca_cq_resize *resize_buf; member