Home
last modified time | relevance | path

Searched refs:ide_stream_ids_ida (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/
H A Dide.c49 ret = ida_alloc_range(&hb->ide_stream_ids_ida, id, id, GFP_KERNEL); in reserve_stream_id()
408 if (_T) ida_free(&_T->hb->ide_stream_ids_ida, _T->stream_id))
473 ida_free(&hb->ide_stream_ids_ida, ide->stream_id); in pci_ide_stream_unregister()
737 ida_init(&hb->ide_stream_ids_ida); in pci_ide_init_host_bridge()
/linux/include/linux/
H A Dpci.h640 struct ida ide_stream_ids_ida; /* track unique ids per domain */ member