Searched refs:pci_resource_id (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c137 int pci_resource_id; member in struct:ntb_pci_bar_info
800 ntb->bar_info[NTB_CONFIG_BAR].pci_resource_id = PCIR_BAR(0);
805 ntb->bar_info[NTB_B2B_BAR_1].pci_resource_id = PCIR_BAR(2);
813 ntb->bar_info[NTB_B2B_BAR_2].pci_resource_id = PCIR_BAR(4);
824 ntb->bar_info[NTB_B2B_BAR_3].pci_resource_id = PCIR_BAR(5);
844 PCI_RID2BAR(bar->pci_resource_id), bar->vbase,
855 &bar->pci_resource_id, RF_ACTIVE);
873 &bar->pci_resource_id, RF_ACTIVE);
890 * SYS_RES_MEMORY, &bar->pci_resource_id, 0ul, ~0ul,
896 if (bar->pci_resource_id
[all...]
/freebsd-10-stable/sys/dev/ioat/
H A Dioat_internal.h464 int pci_resource_id; member in struct:ioat_softc
H A Dioat.c335 ioat->pci_resource_id, ioat->pci_resource);
496 ioat->pci_resource_id = PCIR_BAR(0);
498 SYS_RES_MEMORY, &ioat->pci_resource_id, RF_ACTIVE);

Completed in 61 milliseconds