Searched refs:rdmab_to_ia (Results 1 – 2 of 2) sorted by relevance
294 ib_dma_sync_single_for_cpu(rdmab_to_ia(rep->rr_buffer)->ri_id->device, in rpcrdma_recvcq_process_wc()1158 struct rpcrdma_ia *ia = rdmab_to_ia(buf); in rpcrdma_buffer_destroy()1259 struct rpcrdma_ia *ia = rdmab_to_ia(buf); in rpcrdma_retry_flushed_linv()1335 struct rpcrdma_ia *ia = rdmab_to_ia(buffers); in rpcrdma_buffer_get()1384 struct rpcrdma_ia *ia = rdmab_to_ia(buffers); in rpcrdma_buffer_put()
294 #define rdmab_to_ia(b) (&container_of((b), struct rpcrdma_xprt, rx_buf)->rx_ia) macro