Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_main.c87 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()
394 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()
Dsiw.h84 struct xarray qp_xa; member
602 qp = xa_load(&sdev->qp_xa, id); in siw_qp_id2obj()
Dsiw_qp.c1300 int rv = xa_alloc(&sdev->qp_xa, &qp->base_qp.qp_num, qp, xa_limit_32b, in siw_qp_add()
1320 found = xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_free_qp()
Dsiw_verbs.c480 xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_create_qp()