Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
Diwarp.h154 struct iwarp_rdma_rresp { struct
277 struct iwarp_rdma_rresp rresp;
Dsiw.h359 struct iwarp_rdma_rresp rresp;
375 struct iwarp_rdma_rresp rresp;
Dsiw_qp.c50 .hdr_len = sizeof(struct iwarp_rdma_rresp),
51 .ctrl.mpa_len = htons(sizeof(struct iwarp_rdma_rresp) - 2),
Dsiw_qp_tx.c213 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()