Searched refs:qp_xa (Results 1 – 4 of 4) sorted by relevance
87 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()370 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()
83 struct xarray qp_xa; member601 qp = xa_load(&sdev->qp_xa, id); in siw_qp_id2obj()
1313 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()
485 xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_create_qp()