Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/rdma/
Dvmw_pvrdma-abi.h229 struct pvrdma_rq_wqe_hdr { struct
/linux-5.19.10/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_qp.c147 qp->rq.wqe_size = roundup_pow_of_two(sizeof(struct pvrdma_rq_wqe_hdr) + in pvrdma_set_rq_size()
887 struct pvrdma_rq_wqe_hdr *wqe_hdr; in pvrdma_post_recv()
930 wqe_hdr = (struct pvrdma_rq_wqe_hdr *)get_rq_wqe(qp, tail); in pvrdma_post_recv()