Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c49 static int siw_try_1seg(struct siw_iwarp_tx *c_tx, void *paddr) in siw_try_1seg() argument
51 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_try_1seg()
69 } else if (c_tx->in_syscall) { in siw_try_1seg()
117 static int siw_qp_prepare_tx(struct siw_iwarp_tx *c_tx) in siw_qp_prepare_tx() argument
119 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_qp_prepare_tx()
126 memcpy(&c_tx->pkt.ctrl, in siw_qp_prepare_tx()
130 c_tx->pkt.rreq.rsvd = 0; in siw_qp_prepare_tx()
131 c_tx->pkt.rreq.ddp_qn = htonl(RDMAP_UNTAGGED_QN_RDMA_READ); in siw_qp_prepare_tx()
132 c_tx->pkt.rreq.ddp_msn = in siw_qp_prepare_tx()
133 htonl(++c_tx->ddp_msn[RDMAP_UNTAGGED_QN_RDMA_READ]); in siw_qp_prepare_tx()
[all …]