Searched refs:pci_id (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpcipsy.h175 #define PCI_ID_TO_IGN(pci_id) ((pci_ign_t)UPAID_TO_IGN(pci_id))
H A Dpcisch.h541 #define PCI_ID_TO_IGN(pci_id) ((pci_ign_t)((pci_id) & 0x1f))
542 #define PCI_ID_TO_NODEID(pci_id) ((cb_nid_t)((pci_id) >> PCI_IGN_BITS))
H A Dpci_var.h145 uint_t pci_id; /* UPA (or Safari) device id */ member in struct:pci
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h76 uint16_t pci_id; /* PCI ID for slot */ member in struct:__anon10038
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h332 struct pci_id { struct
343 struct pci_id *ids;
H A Dpnic.c255 static struct pci_id pnic_nics[] = {
H A D3c595.c519 static struct pci_id t595_nics[] = {
H A Depic100.c508 static struct pci_id epic100_nics[] = {
H A Drtl8139.c527 static struct pci_id rtl8139_nics[] = {
H A Dsis900.c113 static struct pci_id pci_isa_bridge_list[] = {
1239 static struct pci_id sis900_nics[] = {
H A D3c90x.c962 static struct pci_id a3c90x_nics[] = {
H A Ddavicom.c715 static struct pci_id davicom_nics[] = {
H A Deepro100.c767 static struct pci_id eepro100_nics[] = {
H A Dnatsemi.c769 static struct pci_id natsemi_nics[] = {
H A Dr8169.c843 static struct pci_id r8169_nics[] = {
H A Dw89c840.c943 static struct pci_id w89c840_nics[] = {
H A Dforcedeth.c1026 static struct pci_id forcedeth_nics[] = {
H A Dns83820.c1009 static struct pci_id ns83820_nics[] = {
H A Dns8390.c985 static struct pci_id nepci_nics[] = {
H A Dpcnet32.c991 static struct pci_id pcnet32_nics[] = {
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_cb.c120 pci_p->pci_id, ino, cpu_id);
H A Dpcipsy.c77 cmn_p = get_pci_common_soft_state(pci_p->pci_id);
79 uint_t id = pci_p->pci_id;
485 ib_p->ib_ign = PCI_ID_TO_IGN(pci_p->pci_id);
981 l |= (uint64_t)STARFIRE_UPAID2HWIGN(pbm_p->pbm_pci_p->pci_id)
1142 cb_p->cb_ign = PCI_ID_TO_IGN(pci_p->pci_id);
1165 pc_ittrans_init(pci_p->pci_id, &cb_p->cb_ittrans_cookie);
H A Dpci_iommu.c415 if ((tsbc = iommu_tsb_alloc(pci_p->pci_id)) == IOMMU_TSB_COOKIE_NONE) {
H A Dpci_util.c68 if ((pci_p->pci_id = (uint32_t)pci_get_portid(dip)) == -1u) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1938 uint32_t pci_id; local
1959 pci_id =
1962 device_id = (uint16_t)(pci_id >> 16);

Completed in 129 milliseconds

12