Searched refs:is_direct (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.h190 int is_direct; member in struct:mthca_cq_buf
239 int is_direct; member in struct:mthca_srq
267 int is_direct; member in struct:mthca_qp
H A Dmthca_allocator.c195 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd,
205 *is_direct = 1;
230 *is_direct = 0;
274 mthca_buf_free(dev, size, buf, *is_direct, NULL);
283 int is_direct, struct mthca_mr *mr)
290 if (is_direct)
194 mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct, union mthca_buf *buf, int *is_direct, struct mthca_pd *pd, int hca_write, struct mthca_mr *mr) argument
282 mthca_buf_free(struct mthca_dev *dev, int size, union mthca_buf *buf, int is_direct, struct mthca_mr *mr) argument
H A Dmthca_srq.c74 if (srq->is_direct)
143 srq->is_direct, &srq->mr);
164 &srq->queue, &srq->is_direct, pd, 1, &srq->mr);
H A Dmthca_dev.h427 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd,
430 int is_direct, struct mthca_mr *mr);
H A Dmthca_cq.c162 if (buf->is_direct)
360 &buf->queue, &buf->is_direct,
374 buf->is_direct, &buf->mr);
H A Dmthca_qp.c209 if (qp->is_direct)
218 if (qp->is_direct)
967 * sq.wqe_shift (as well as send_wqe_offset, is_direct, and
1051 &qp->queue, &qp->is_direct, pd, 0, &qp->mr);
1067 &qp->queue, qp->is_direct, &qp->mr);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c1907 static inline int is_direct(u8 class) function
1928 (is_direct(mad_hdr->mgmt_class) ||
1946 (is_direct(mad_hdr->mgmt_class) ||

Completed in 139 milliseconds