Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
Diwarp.h167 struct iwarp_rdma_rresp { struct
290 struct iwarp_rdma_rresp rresp;
Dsiw.h358 struct iwarp_rdma_rresp rresp;
374 struct iwarp_rdma_rresp rresp;
Dsiw_qp.c49 .hdr_len = sizeof(struct iwarp_rdma_rresp),
50 .ctrl.mpa_len = htons(sizeof(struct iwarp_rdma_rresp) - 2),
Dsiw_qp_tx.c214 c_tx->ctrl_len = sizeof(struct iwarp_rdma_rresp); in siw_qp_prepare_tx()
Dsiw_qp_rx.c168 struct iwarp_rdma_rresp *rresp = &srx->hdr.rresp; in siw_rresp_check_ntoh()