Searched refs:ucaps_list (Results 1 – 1 of 1) sorted by relevance
16 static struct ib_ucap *ucaps_list[RDMA_UCAP_MAX]; variable63 WARN_ON(ucaps_list[i]); in ib_cleanup_ucaps()74 if (ucaps_list[type] && ucaps_list[type]->dev.devt == devt) { in get_ucap_from_devt()156 ucap = ucaps_list[type]; in ib_create_ucap()185 ucaps_list[type] = ucap; in ib_create_ucap()204 if (ucaps_list[type] == ucap) in ib_release_ucap()209 ucaps_list[type] = NULL; in ib_release_ucap()226 ucap = ucaps_list[type]; in ib_remove_ucap()
Completed in 3 milliseconds