Searched refs:t3_wr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| D | iw_cxgb_qp.c | 92 static int build_rdma_send(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_send() 139 static int build_rdma_write(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_write() 181 static int build_rdma_read(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_read() 246 static int build_rdma_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_rdma_recv() 290 static int build_zero_stag_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_zero_stag_recv() 362 union t3_wr *wqe; in iwch_post_send() 386 wqe = (union t3_wr *) (qhp->wq.queue + idx); in iwch_post_send() 458 union t3_wr *wqe; in iwch_post_receive() 483 wqe = (union t3_wr *) (qhp->wq.queue + idx); in iwch_post_receive() 520 union t3_wr *wqe; in iwch_bind_mw() [all …]
|
| D | iw_cxgb_hal.c | 315 wq->queue = contigmalloc(depth *sizeof(union t3_wr), in cxio_create_qp() 322 memset(wq->queue, 0, depth * sizeof(union t3_wr)); in cxio_create_qp() 369 * sizeof(union t3_wr), wq->queue, in cxio_destroy_qp() 373 * sizeof(union t3_wr), M_DEVBUF); in cxio_destroy_qp() 565 *sizeof(union t3_wr), M_DEVBUF, M_NOWAIT, 0ul, ~0ul, 4096, 0); in cxio_hal_init_ctrl_qp() 576 (1 << T3_CTRL_QP_SIZE_LOG2) * sizeof(union t3_wr)); in cxio_hal_init_ctrl_qp() 617 * sizeof(union t3_wr), rdev_p->ctrl_qp.workq, in cxio_hal_destroy_ctrl_qp() 621 * sizeof(union t3_wr), M_DEVBUF); in cxio_hal_destroy_ctrl_qp()
|
| D | iw_cxgb_hal.h | 62 union t3_wr *workq; /* the work request queue */ 181 void cxio_dump_wqe(union t3_wr *wqe);
|
| D | iw_cxgb_wr.h | 347 union t3_wr { union 384 ((union t3_wr *)wqe)->genbit.genbit = htobe64(genbit); in build_fw_riwrh() 636 union t3_wr *queue; /* DMA accessable memory */
|
| D | iw_cxgb_dbg.c | 176 void cxio_dump_wqe(union t3_wr *wqe) in cxio_dump_wqe()
|
| D | iw_cxgb_provider.c | 892 mm1->len = PAGE_ALIGN(wqsize * sizeof (union t3_wr)); in iwch_create_qp()
|