|
Linux Kernel
3.7.1
|
#include <svc_rdma.h>
Data Fields | |
| struct svc_rdma_op_ctxt * | read_hdr |
| struct svc_rdma_fastreg_mr * | frmr |
| int | hdr_count |
| struct xdr_buf | arg |
| struct list_head | dto_q |
| enum ib_wr_opcode | wr_op |
| enum ib_wc_status | wc_status |
| u32 | byte_len |
| struct svcxprt_rdma * | xprt |
| unsigned long | flags |
| enum dma_data_direction | direction |
| int | count |
| struct ib_sge | sge [RPCSVC_MAXPAGES] |
| struct page * | pages [RPCSVC_MAXPAGES] |
Definition at line 73 of file svc_rdma.h.
| struct xdr_buf arg |
Definition at line 77 of file svc_rdma.h.
| u32 byte_len |
Definition at line 81 of file svc_rdma.h.
| int count |
Definition at line 85 of file svc_rdma.h.
Definition at line 84 of file svc_rdma.h.
Definition at line 78 of file svc_rdma.h.
| unsigned long flags |
Definition at line 83 of file svc_rdma.h.
| struct svc_rdma_fastreg_mr* frmr |
Definition at line 75 of file svc_rdma.h.
| int hdr_count |
Definition at line 76 of file svc_rdma.h.
| struct page* pages[RPCSVC_MAXPAGES] |
Definition at line 87 of file svc_rdma.h.
| struct svc_rdma_op_ctxt* read_hdr |
Definition at line 74 of file svc_rdma.h.
Definition at line 86 of file svc_rdma.h.
| enum ib_wc_status wc_status |
Definition at line 80 of file svc_rdma.h.
| enum ib_wr_opcode wr_op |
Definition at line 79 of file svc_rdma.h.
| struct svcxprt_rdma* xprt |
Definition at line 82 of file svc_rdma.h.
1.8.2