Home
last modified time | relevance | path

Searched defs:tid_rdma_request (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dtid_rdma.h97 struct tid_rdma_request { struct
98 struct rvt_qp *qp;
99 struct hfi1_ctxtdata *rcd;
100 union {
103 } e;
105 struct tid_rdma_flow *flows; /* array of tid flows */
106 struct rvt_sge_state ss; /* SGE state for TID RDMA requests */
107 u16 n_flows; /* size of the flow buffer window */
108 u16 setup_head; /* flow index we are setting up */
109 u16 clear_tail; /* flow index we are clearing */
[all …]