Searched refs:oreq (Results 1 - 2 of 2) sorted by relevance

/net/sunrpc/xprtrdma/
H A Dtransport.c602 struct rpcrdma_req *oreq = (struct rpcrdma_req *)req->rl_buffer; local
603 oreq->rl_reply = req->rl_reply;
608 req = oreq;
/net/ceph/
H A Dosd_client.c120 #define osd_req_op_data(oreq, whch, typ, fld) \
122 BUG_ON(whch >= (oreq)->r_num_ops); \
123 &(oreq)->r_ops[whch].typ.fld; \

Completed in 50 milliseconds