Home
last modified time | relevance | path

Searched refs:build_rdma_send (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/cxgb3/
Diwch_qp.c42 static int build_rdma_send(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_send() function
400 err = build_rdma_send(wqe, wr, &t3_wr_flit_cnt); in iwch_post_send()
/drivers/infiniband/hw/cxgb4/
Dqp.c459 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send() function
850 err = build_rdma_send(&qhp->wq.sq, wqe, wr, &len16); in c4iw_post_send()