Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
A Dsiw_main.c87 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()
349 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()
A Dsiw.h83 struct xarray qp_xa; member
601 qp = xa_load(&sdev->qp_xa, id); in siw_qp_id2obj()
A Dsiw_qp.c1313 int rv = xa_alloc(&sdev->qp_xa, &qp->base_qp.qp_num, qp, xa_limit_32b, in siw_qp_add()
1333 found = xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_free_qp()
A Dsiw_verbs.c483 xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_create_qp()

Completed in 12 milliseconds