Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/rdmavt/
Dcq.c30 struct rvt_cq_wc *u_wc = NULL; in rvt_cq_enter() local
40 u_wc = cq->queue; in rvt_cq_enter()
41 uqueue = &u_wc->uqueue[0]; in rvt_cq_enter()
42 head = RDMA_READ_UAPI_ATOMIC(u_wc->head); in rvt_cq_enter()
43 tail = RDMA_READ_UAPI_ATOMIC(u_wc->tail); in rvt_cq_enter()
96 RDMA_WRITE_UAPI_ATOMIC(u_wc->head, next); in rvt_cq_enter()
166 struct rvt_cq_wc *u_wc = NULL; in rvt_create_cq() local
193 sz += sizeof(*u_wc); in rvt_create_cq()
194 u_wc = vmalloc_user(sz); in rvt_create_cq()
195 if (!u_wc) in rvt_create_cq()
[all …]