Searched refs:trans_device (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 563 int trans_device; in pcicfg_configure() local 594 trans_device = func >> 3; in pcicfg_configure() 596 trans_device = device; in pcicfg_configure() 599 bus, trans_device, func & 7, &highest_bus, in pcicfg_configure() 604 "[0x%x]\n", bus, trans_device); in pcicfg_configure() 609 bus, trans_device, func &7); in pcicfg_configure() 626 bus, trans_device, func & 7); in pcicfg_configure() 634 trans_device, func & 7)) == NULL) { in pcicfg_configure() 667 trans_device); in pcicfg_configure() 1459 int max_function, trans_device; in pcicfg_unconfigure() local [all …]
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 717 int trans_device; in pcicfg_configure() local 751 trans_device = func >> 3; in pcicfg_configure() 753 trans_device = device; in pcicfg_configure() 756 bus, trans_device, func & 7); in pcicfg_configure() 761 switch (rv = pcicfg_fcode_probe(devi, bus, trans_device, in pcicfg_configure() 766 bus, trans_device); in pcicfg_configure() 771 bus, trans_device, func & 7); in pcicfg_configure() 788 bus, trans_device, func & 7); in pcicfg_configure() 796 trans_device, (func & 7))) == NULL) { in pcicfg_configure() 865 trans_device = func >> 3; /* ARI Device */ in pcicfg_configure() [all …]
|