Searched refs:dmasync (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/rdma/ |
D | ib_umem.h | 85 size_t size, int access, int dmasync); 97 int access, int dmasync) { in ib_umem_get() argument
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_uiom.h | 93 int access, int dmasync);
|
D | usnic_uiom.c | 102 int dmasync, struct list_head *chunk_list) in usnic_uiom_get_pages() argument 348 int writable, int dmasync) in usnic_uiom_reg_get() argument 381 err = usnic_uiom_get_pages(addr, size, writable, dmasync, in usnic_uiom_reg_get()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | umem.c | 82 size_t size, int access, int dmasync) in ib_umem_get() argument 96 if (dmasync) in ib_umem_get()
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | dma.rst | 134 they don't have current users. See the source code. Other than the dmasync
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | verbs.c | 755 int access, int dmasync, in qedr_init_user_queue() argument 763 q->umem = ib_umem_get(ib_ctx, q->buf_addr, q->buf_len, access, dmasync); in qedr_init_user_queue() 1361 int access, int dmasync) in qedr_init_srq_user_params() argument 1367 ureq->srq_len, access, dmasync, 1); in qedr_init_srq_user_params() 1373 access, dmasync); in qedr_init_srq_user_params()
|