Searched defs:svc_rdma_recv_ctxt (Results 1 – 1 of 1) sorted by relevance
127 struct svc_rdma_recv_ctxt { struct128 struct llist_node rc_node;129 struct list_head rc_list;130 struct ib_recv_wr rc_recv_wr;131 struct ib_cqe rc_cqe;132 struct ib_sge rc_recv_sge;133 void *rc_recv_buf;134 struct xdr_buf rc_arg;135 bool rc_temp;136 u32 rc_byte_len;[all …]