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

/freebsd-12-stable/sys/cam/ctl/
H A Dscsi_ctl.c458 struct ctlfe_softc *bus_softc; local
465 bus_softc = softc->parent_softc;
474 if (bus_softc->sim->max_tagged_dev_openings >
475 bus_softc->sim->max_dev_openings) {
478 /*openings*/bus_softc->sim->max_tagged_dev_openings,
509 new_io = ctl_alloc_io_nowait(bus_softc->port.ctl_pool_ref);
565 new_io = ctl_alloc_io_nowait(bus_softc->port.ctl_pool_ref);
601 mtx_lock(&bus_softc->lun_softc_mtx);
602 STAILQ_INSERT_TAIL(&bus_softc->lun_softc_list, softc, links);
603 mtx_unlock(&bus_softc
611 struct ctlfe_softc *bus_softc; local
673 struct ctlfe_softc *bus_softc; local
1085 struct ctlfe_softc *bus_softc; local
1528 struct ctlfe_softc *bus_softc = arg; local
1642 struct ctlfe_softc *bus_softc; local
1705 struct ctlfe_softc *bus_softc; local
1740 struct ctlfe_softc *bus_softc; local
1988 struct ctlfe_softc *bus_softc; local
[all...]
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7770.c244 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH;
245 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;
277 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
278 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
H A Daic7xxx_pci.c1012 ahc->bus_softc.pci_softc.devconfig =
1014 ahc->bus_softc.pci_softc.command =
1016 ahc->bus_softc.pci_softc.csize_lattime =
1018 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
1019 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
1025 ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
1026 ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
1028 ahc->bus_softc.pci_softc.crccontrol1 =
1032 ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
1035 ahc->bus_softc
[all...]
H A Daic7xxx.h974 union ahc_bus_softc bus_softc; member in struct:ahc_softc

Completed in 175 milliseconds