Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c562 int trans_device; in pcicfg_configure() local
603 trans_device = func >> 3; in pcicfg_configure()
605 trans_device = device; in pcicfg_configure()
608 bus, trans_device, func & 7, &highest_bus, in pcicfg_configure()
613 "[0x%x]\n", bus, trans_device); in pcicfg_configure()
618 bus, trans_device, func &7); in pcicfg_configure()
635 bus, trans_device, func & 7); in pcicfg_configure()
643 trans_device, func & 7)) == NULL) { in pcicfg_configure()
676 trans_device); in pcicfg_configure()
1487 int max_function, trans_device; in pcicfg_unconfigure() local
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c718 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 …]