X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=net%2F9p%2Ftrans_rdma.c;h=af0a8a6cd3fd8f7aa280ca70b81e3c0ab861568d;hb=e994cc240a3b75744c33ca9b8d74f71f0fcd8852;hp=2885ff9c76f07054a2e6317db45fa40b3423dc5e;hpb=d4f3a651ab82685c63e6fb38bec20b3ccf08c085;p=linux-2.6-microblaze.git diff --git a/net/9p/trans_rdma.c b/net/9p/trans_rdma.c index 2885ff9c76f0..af0a8a6cd3fd 100644 --- a/net/9p/trans_rdma.c +++ b/net/9p/trans_rdma.c @@ -99,6 +99,7 @@ struct p9_rdma_req; /** * struct p9_rdma_context - Keeps track of in-process WR * + * @cqe: completion queue entry * @busa: Bus address to unmap when the WR completes * @req: Keeps track of requests (send) * @rc: Keepts track of replies (receive) @@ -115,6 +116,7 @@ struct p9_rdma_context { /** * struct p9_rdma_opts - Collection of mount options * @port: port of connection + * @privport: Whether a privileged port may be used * @sq_depth: The requested depth of the SQ. This really doesn't need * to be any deeper than the number of threads used in the client * @rq_depth: The depth of the RQ. Should be greater than or equal to SQ depth