Searched refs:get_mr (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/net/rds/ |
H A D | rdma.c | 192 if (!rs->rs_transport->get_mr) { __rds_rdma_map() 203 rdsdebug("RDS: get_mr addr %llx len %llu nr_pages %u\n", __rds_rdma_map() 264 trans_private = rs->rs_transport->get_mr(sg, nents, rs, __rds_rdma_map() 277 rdsdebug("RDS: get_mr put_user key is %x cookie_addr %p\n", __rds_rdma_map() 301 rdsdebug("RDS: get_mr key is %x\n", mr->r_key); __rds_rdma_map() 342 * Initially, just behave like get_mr(). rds_get_mr_for_dest() 343 * TODO: Implement get_mr as wrapper around this rds_get_mr_for_dest()
|
H A D | ib.c | 59 * because it is used both in the get_mr fast path and while blocking in 389 .get_mr = rds_ib_get_mr,
|
H A D | iw.c | 282 .get_mr = rds_iw_get_mr,
|
H A D | rds.h | 447 void *(*get_mr)(struct scatterlist *sg, unsigned long nr_sg, member in struct:rds_transport
|
/linux-4.1.27/drivers/dma/ |
H A D | fsldma.c | 69 static u32 get_mr(struct fsldma_chan *chan) get_mr() function 192 mode = get_mr(chan); dma_start() 217 mode = get_mr(chan); dma_halt() 262 mode = get_mr(chan); fsl_chan_set_src_loop_size() 294 mode = get_mr(chan); fsl_chan_set_dst_loop_size() 329 mode = get_mr(chan); fsl_chan_set_request_count() 615 mode = get_mr(chan); fsl_chan_xfer_ld_queue() 1462 chan->regs_save.mr = get_mr(chan); fsldma_suspend_late()
|
Completed in 201 milliseconds