msix_ida 407 drivers/thunderbolt/nhi.c ret = ida_simple_get(&nhi->msix_ida, 0, MSIX_MAX_VECS, GFP_KERNEL); msix_ida 427 drivers/thunderbolt/nhi.c ida_simple_remove(&ring->nhi->msix_ida, ring->vector); msix_ida 1036 drivers/thunderbolt/nhi.c ida_destroy(&nhi->msix_ida); msix_ida 1052 drivers/thunderbolt/nhi.c ida_init(&nhi->msix_ida); msix_ida 450 include/linux/thunderbolt.h struct ida msix_ida;