Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c85 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()
316 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()
H A Dsiw.h83 struct xarray qp_xa; member
600 qp = xa_load(&sdev->qp_xa, id); in siw_qp_id2obj()
H A Dsiw_qp.c1284 int rv = xa_alloc(&sdev->qp_xa, &qp->base_qp.qp_num, qp, xa_limit_32b, in siw_qp_add()
1304 found = xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_free_qp()
H A Dsiw_verbs.c494 xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_create_qp()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c1021 old_entry = xa_store(&dev->qp_xa, 1, qp, GFP_KERNEL); in erdma_create_qp()
1027 ret = xa_alloc_cyclic(&dev->qp_xa, &qp->ibqp.qp_num, qp, in erdma_create_qp()
1092 xa_erase(&dev->qp_xa, QP_ID(qp)); in erdma_create_qp()
1395 xa_erase(&dev->qp_xa, QP_ID(qp)); in erdma_destroy_qp()