Home
last modified time | relevance | path

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

12

/titanic_50/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)) argument
H A Dpcisch.h541 #define PCI_ID_TO_IGN(pci_id) ((pci_ign_t)((pci_id) & 0x1f)) argument
542 #define PCI_ID_TO_NODEID(pci_id) ((cb_nid_t)((pci_id) >> PCI_IGN_BITS)) argument
H A Dpci_var.h145 uint_t pci_id; /* UPA (or Safari) device id */ member
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dpci.h332 struct pci_id { struct
343 struct pci_id *ids; argument
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 Dsis900.c113 static struct pci_id pci_isa_bridge_list[] = {
1239 static struct pci_id sis900_nics[] = {
H A Drtl8139.c527 static struct pci_id rtl8139_nics[] = {
H A Ddavicom.c704 static struct pci_id davicom_nics[] = {
H A Dnatsemi.c769 static struct pci_id natsemi_nics[] = {
H A Deepro100.c767 static struct pci_id eepro100_nics[] = {
H A Dr8169.c843 static struct pci_id r8169_nics[] = {
H A D3c90x.c962 static struct pci_id a3c90x_nics[] = {
H A Dw89c840.c943 static struct pci_id w89c840_nics[] = {
H A Dsundance.c884 static struct pci_id sundance_nics[] = {
/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h76 uint16_t pci_id; /* PCI ID for slot */ member
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c77 cmn_p = get_pci_common_soft_state(pci_p->pci_id); in pci_obj_setup()
79 uint_t id = pci_p->pci_id; in pci_obj_setup()
485 ib_p->ib_ign = PCI_ID_TO_IGN(pci_p->pci_id); in pci_ib_setup()
981 l |= (uint64_t)STARFIRE_UPAID2HWIGN(pbm_p->pbm_pci_p->pci_id) in pbm_configure()
1142 cb_p->cb_ign = PCI_ID_TO_IGN(pci_p->pci_id); in pci_cb_setup()
1165 pc_ittrans_init(pci_p->pci_id, &cb_p->cb_ittrans_cookie); in pci_cb_setup()
H A Dpci_cb.c120 pci_p->pci_id, ino, cpu_id); in cb_enable_nintr()
H A Dpci_iommu.c415 if ((tsbc = iommu_tsb_alloc(pci_p->pci_id)) == IOMMU_TSB_COOKIE_NONE) { in pci_alloc_tsb()
H A Dpci_util.c68 if ((pci_p->pci_id = (uint32_t)pci_get_portid(dip)) == -1u) { in get_pci_properties()
H A Dpcisch.c95 uint32_t cmn_id = PCI_CMN_ID(ID_CHIP_TYPE(chip_id), pci_p->pci_id); in pci_obj_setup()
1131 cb_p->cb_node_id = PCI_ID_TO_NODEID(pci_p->pci_id); in pci_cb_setup()
1132 cb_p->cb_ign = PCI_ID_TO_IGN(pci_p->pci_id); in pci_cb_setup()
1392 ib_p->ib_ign = PCI_ID_TO_IGN(pci_p->pci_id); in pci_ib_setup()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Ddev_info.h317 u32 pci_id; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1938 uint32_t pci_id; in emlxs_init_adapter_info() local
1959 pci_id = in emlxs_init_adapter_info()
1962 device_id = (uint16_t)(pci_id >> 16); in emlxs_init_adapter_info()
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c3611 schpc_p->schpc_slot[slot].pci_id = 1; in schpc_add_pci()
3673 schpc_p->schpc_slot[slot].pci_id; in schpc_add_pci()
3889 while (schpc_p->schpc_slot[slot].pci_id in schpc_buildapid()
3901 if (schpc_p->schpc_slot[slot].pci_id != in schpc_buildapid()

12