Searched refs:is_direct (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 195 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd, in mthca_buf_alloc() argument 205 *is_direct = 1; in mthca_buf_alloc() 230 *is_direct = 0; in mthca_buf_alloc() 274 mthca_buf_free(dev, size, buf, *is_direct, NULL); in mthca_buf_alloc() 283 int is_direct, struct mthca_mr *mr) in mthca_buf_free() argument 290 if (is_direct) in mthca_buf_free()
|
D | mthca_provider.h | 188 int is_direct; member 237 int is_direct; member 265 int is_direct; member
|
D | mthca_srq.c | 74 if (srq->is_direct) in get_wqe() 143 srq->is_direct, &srq->mr); in mthca_free_srq_buf() 164 &srq->queue, &srq->is_direct, pd, 1, &srq->mr); in mthca_alloc_srq_buf()
|
D | mthca_cq.c | 162 if (buf->is_direct) in get_cqe_from_buf() 360 &buf->queue, &buf->is_direct, in mthca_alloc_cq_buf() 374 buf->is_direct, &buf->mr); in mthca_free_cq_buf()
|
D | mthca_dev.h | 425 union mthca_buf *buf, int *is_direct, struct mthca_pd *pd, 428 int is_direct, struct mthca_mr *mr);
|
D | mthca_qp.c | 209 if (qp->is_direct) in get_recv_wqe() 218 if (qp->is_direct) in get_send_wqe() 1048 &qp->queue, &qp->is_direct, pd, 0, &qp->mr); in mthca_alloc_wqe_buf() 1064 &qp->queue, qp->is_direct, &qp->mr); in mthca_free_wqe_buf()
|
/linux-3.4.99/drivers/infiniband/core/ |
D | mad.c | 1742 static inline int is_direct(u8 class) in is_direct() function 1763 (is_direct(wc->recv_buf.mad->mad_hdr.mgmt_class) || in ib_find_send_mad() 1781 (is_direct(wc->recv_buf.mad->mad_hdr.mgmt_class) || in ib_find_send_mad()
|