Searched refs:bus_softc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/cam/ctl/
H A Dscsi_ctl.c445 struct ctlfe_softc *bus_softc; local
452 bus_softc = softc->parent_softc;
461 if (bus_softc->sim->max_tagged_dev_openings >
462 bus_softc->sim->max_dev_openings) {
465 /*openings*/bus_softc->sim->max_tagged_dev_openings,
496 new_io = ctl_alloc_io_nowait(bus_softc->port.ctl_pool_ref);
552 new_io = ctl_alloc_io_nowait(bus_softc->port.ctl_pool_ref);
588 mtx_lock(&bus_softc->lun_softc_mtx);
589 STAILQ_INSERT_TAIL(&bus_softc->lun_softc_list, softc, links);
590 mtx_unlock(&bus_softc
598 struct ctlfe_softc *bus_softc; local
660 struct ctlfe_softc *bus_softc; local
1074 struct ctlfe_softc *bus_softc; local
1515 struct ctlfe_softc *bus_softc = arg; local
1629 struct ctlfe_softc *bus_softc; local
1692 struct ctlfe_softc *bus_softc; local
1727 struct ctlfe_softc *bus_softc; local
1975 struct ctlfe_softc *bus_softc; local
[all...]
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7770.c242 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH;
243 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;
275 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
276 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
H A Daic7xxx_pci.c1010 ahc->bus_softc.pci_softc.devconfig =
1012 ahc->bus_softc.pci_softc.command =
1014 ahc->bus_softc.pci_softc.csize_lattime =
1016 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
1017 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
1023 ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
1024 ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
1026 ahc->bus_softc.pci_softc.crccontrol1 =
1030 ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
1033 ahc->bus_softc
[all...]
H A Daic7xxx.h972 union ahc_bus_softc bus_softc; member in struct:ahc_softc

Completed in 306 milliseconds