Searched defs:rpcrdma_rep (Results 1 – 1 of 1) sorted by relevance
121 struct rpcrdma_rep { struct125 void (*rr_func)(struct rpcrdma_rep *);/* called by tasklet in softint */ argument126 struct list_head rr_list; /* tasklet list */127 wait_queue_head_t rr_unbind; /* optional unbind wait */128 struct ib_sge rr_iov; /* for posting */129 struct ib_mr *rr_handle; /* handle for mem in rr_iov */130 char rr_base[MAX_RPCRDMAHDR]; /* minimal inline receive buffer */