Searched refs:rpcrdma_mr_seg (Results 1 – 3 of 3) sorted by relevance
/net/sunrpc/xprtrdma/ |
D | xprt_rdma.h | 157 struct rpcrdma_mr_seg { /* chunk descriptors */ struct 190 struct rpcrdma_mr_seg rl_segments[RPCRDMA_MAX_SEGS];/* chunk segments */ argument 329 int rpcrdma_register_external(struct rpcrdma_mr_seg *, 331 int rpcrdma_deregister_external(struct rpcrdma_mr_seg *,
|
D | verbs.c | 1428 rpcrdma_map_one(struct rpcrdma_ia *ia, struct rpcrdma_mr_seg *seg, int writing) in rpcrdma_map_one() 1443 rpcrdma_unmap_one(struct rpcrdma_ia *ia, struct rpcrdma_mr_seg *seg) in rpcrdma_unmap_one() 1454 rpcrdma_register_frmr_external(struct rpcrdma_mr_seg *seg, in rpcrdma_register_frmr_external() 1458 struct rpcrdma_mr_seg *seg1 = seg; in rpcrdma_register_frmr_external() 1520 rpcrdma_deregister_frmr_external(struct rpcrdma_mr_seg *seg, in rpcrdma_deregister_frmr_external() 1523 struct rpcrdma_mr_seg *seg1 = seg; in rpcrdma_deregister_frmr_external() 1544 rpcrdma_register_fmr_external(struct rpcrdma_mr_seg *seg, in rpcrdma_register_fmr_external() 1547 struct rpcrdma_mr_seg *seg1 = seg; in rpcrdma_register_fmr_external() 1588 rpcrdma_deregister_fmr_external(struct rpcrdma_mr_seg *seg, in rpcrdma_deregister_fmr_external() 1591 struct rpcrdma_mr_seg *seg1 = seg; in rpcrdma_deregister_fmr_external() [all …]
|
D | rpc_rdma.c | 87 enum rpcrdma_chunktype type, struct rpcrdma_mr_seg *seg, int nsegs) in rpcrdma_convert_iovs() 177 struct rpcrdma_mr_seg *seg = req->rl_segments; in rpcrdma_create_chunks()
|