Home
last modified time | relevance | path

Searched refs:u_wc (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/infiniband/sw/rdmavt/
Dcq.c29 struct rvt_cq_wc *u_wc = NULL; in rvt_cq_enter() local
39 u_wc = cq->queue; in rvt_cq_enter()
40 uqueue = &u_wc->uqueue[0]; in rvt_cq_enter()
41 head = RDMA_READ_UAPI_ATOMIC(u_wc->head); in rvt_cq_enter()
42 tail = RDMA_READ_UAPI_ATOMIC(u_wc->tail); in rvt_cq_enter()
95 RDMA_WRITE_UAPI_ATOMIC(u_wc->head, next); in rvt_cq_enter()
164 struct rvt_cq_wc *u_wc = NULL; in rvt_create_cq() local
191 sz += sizeof(*u_wc); in rvt_create_cq()
192 u_wc = vmalloc_user(sz); in rvt_create_cq()
193 if (!u_wc) in rvt_create_cq()
[all …]