Home
last modified time | relevance | path

Searched refs:nda_op (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_wqe.h58 __be32 nda_op; /* [31:6] next WQE [4:0] next opcode */ member
108 __be32 nda_op; member
Dmthca_srq.c182 next->nda_op = htonl(((i + 1) << srq->wqe_shift) | 1); in mthca_alloc_srq_buf()
185 next->nda_op = 0; in mthca_alloc_srq_buf()
468 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe()
Dmthca_qp.c1196 next->nda_op = cpu_to_be32(((i + 1) & (qp->rq.max - 1)) << in mthca_alloc_qp_common()
1208 next->nda_op = cpu_to_be32((((i + 1) & (qp->sq.max - 1)) << in mthca_alloc_qp_common()
1215 next->nda_op = htonl((((i + 1) % qp->rq.max) << in mthca_alloc_qp_common()
1644 ((struct mthca_next_seg *) wqe)->nda_op = 0; in mthca_tavor_post_send()
1757 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_tavor_post_send()
2098 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_arbel_post_send()
2245 *new_wqe = (next->nda_op & cpu_to_be32(~0x3f)) | in mthca_free_err_wqe()