Searched refs:mps_dev (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/mps/
H A Dmps_pci.c191 sc->mps_dev = dev;
246 dev = sc->mps_dev;
269 dev = sc->mps_dev;
338 bus_teardown_intr(sc->mps_dev, sc->mps_irq[i],
340 bus_release_resource(sc->mps_dev, SYS_RES_IRQ,
344 pci_release_msi(sc->mps_dev);
348 bus_teardown_intr(sc->mps_dev, sc->mps_irq[0],
350 bus_release_resource(sc->mps_dev, SYS_RES_IRQ,
355 bus_release_resource(sc->mps_dev, SYS_RES_MEMORY,
379 error = pci_alloc_msix(sc->mps_dev,
[all...]
H A Dmps.c275 device_printf(sc->mps_dev, "IOC is under the control "
308 device_printf(sc->mps_dev, "Cannot transition IOC to ready\n");
602 if (pci_get_device(sc->mps_dev) == MPI2_MFGPAGE_DEVID_SSS6200)
1106 device_printf(sc->mps_dev, "Cannot allocate queues DMA tag\n");
1111 device_printf(sc->mps_dev, "Cannot allocate queues memory\n");
1150 device_printf(sc->mps_dev, "Cannot allocate replies DMA tag\n");
1155 device_printf(sc->mps_dev, "Cannot allocate replies memory\n");
1184 device_printf(sc->mps_dev, "Cannot allocate request DMA tag\n");
1189 device_printf(sc->mps_dev, "Cannot allocate request memory\n");
1208 device_printf(sc->mps_dev, "Canno
[all...]
H A Dmps_user.c198 unit = device_get_unit(sc->mps_dev);
1083 data->PciInformation.u.bits.BusNumber = pci_get_bus(sc->mps_dev);
1084 data->PciInformation.u.bits.DeviceNumber = pci_get_slot(sc->mps_dev);
1086 pci_get_function(sc->mps_dev);
1099 data->PCIDeviceHwId = pci_get_device(sc->mps_dev);
1100 data->PCIDeviceHwRev = pci_read_config(sc->mps_dev, PCIR_REVID, 1);
1101 data->SubSystemId = pci_get_subdevice(sc->mps_dev);
1102 data->SubsystemVendorId = pci_get_subvendor(sc->mps_dev);
1130 data->BusNumber = pci_get_bus(sc->mps_dev);
1131 data->DeviceNumber = pci_get_slot(sc->mps_dev);
[all...]
H A Dmpsvar.h264 device_t mps_dev; member in struct:mps_softc
608 device_printf((sc)->mps_dev, ##args)
622 device_printf((sc)->mps_dev, msg, ##args); \
H A Dmps_sas.c725 device_printf(sc->mps_dev, "Cannot allocate memory %s %d\n",
740 device_printf(sc->mps_dev, "Cannot allocate memory %s %d\n",
754 unit = device_get_unit(sc->mps_dev);
770 device_get_nameunit(sc->mps_dev));
779 if ((error = xpt_bus_register(sassc->sim, sc->mps_dev, 0)) != 0) {
H A Dmps_sas_lsi.c718 device_printf(sc->mps_dev, "Excluding target id %d\n",

Completed in 208 milliseconds