Searched refs:qp_xa (Results 1 – 4 of 4) sorted by relevance
85 xa_destroy(&sdev->qp_xa); in siw_device_cleanup()429 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()
84 struct xarray qp_xa; member615 qp = xa_load(&sdev->qp_xa, id); in siw_qp_id2obj()
1300 int rv = xa_alloc(&sdev->qp_xa, &qp->ib_qp->qp_num, qp, xa_limit_32b, in siw_qp_add()1322 found = xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_free_qp()
499 xa_erase(&sdev->qp_xa, qp_id(qp)); in siw_create_qp()