Searched refs:t3_wr (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 42 static int build_rdma_send(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_send() 87 static int build_rdma_write(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_write() 128 static int build_rdma_read(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_read() 149 static int build_memreg(union t3_wr *wqe, struct ib_reg_wr *wr, in build_memreg() 175 wqe = (union t3_wr *)(wq->queue + in build_memreg() 192 static int build_inv_stag(union t3_wr *wqe, struct ib_send_wr *wr, in build_inv_stag() 248 static int build_rdma_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_rdma_recv() 288 static int build_zero_stag_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_zero_stag_recv() 360 union t3_wr *wqe; in iwch_post_send() 386 wqe = (union t3_wr *) (qhp->wq.queue + idx); in iwch_post_send() [all …]
|
D | cxio_hal.h | 72 union t3_wr *workq; /* the work request queue */ 205 void cxio_dump_wqe(union t3_wr *wqe);
|
D | cxio_hal.c | 297 depth * sizeof(union t3_wr), in cxio_create_qp() 302 memset(wq->queue, 0, depth * sizeof(union t3_wr)); in cxio_create_qp() 341 * sizeof(union t3_wr), wq->queue, in cxio_destroy_qp() 535 sizeof(union t3_wr), in cxio_hal_init_ctrl_qp() 547 (1 << T3_CTRL_QP_SIZE_LOG2) * sizeof(union t3_wr)); in cxio_hal_init_ctrl_qp() 588 * sizeof(union t3_wr), rdev_p->ctrl_qp.workq, in cxio_hal_destroy_ctrl_qp()
|
D | cxio_wr.h | 393 union t3_wr { union 439 ((union t3_wr *)wqe)->genbit.genbit = cpu_to_be64(genbit); in build_fw_riwrh() 692 union t3_wr *queue; /* DMA accessible memory */
|
D | cxio_dbg.c | 111 void cxio_dump_wqe(union t3_wr *wqe) in cxio_dump_wqe()
|
D | iwch_provider.c | 967 mm1->len = PAGE_ALIGN(wqsize * sizeof (union t3_wr)); in iwch_create_qp()
|