Searched refs:sc_link (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/dev/ppbus/
H A Dppbus_conf.c70 struct parport_adapter *sc_link = aux; local
75 sc_link->parport_io == NULL ||
76 sc_link->parport_exec_microseq == NULL ||
77 sc_link->parport_setmode == NULL ||
78 sc_link->parport_getmode == NULL ||
79 sc_link->parport_read == NULL ||
80 sc_link->parport_write == NULL ||
81 sc_link->parport_read_ivar == NULL ||
82 sc_link->parport_write_ivar == NULL ||
84 ((sc_link
111 struct parport_adapter *sc_link = aux; local
[all...]
/netbsd-current/sys/arch/arc/dti/
H A Dbtl.c129 struct scsipi_link sc_link; /* prototype for devs */ member in struct:bt_softc
397 sc->sc_link.scsipi_scsi.channel = SCSI_CHANNEL_ONLY_ONE;
398 sc->sc_link.adapter_softc = sc;
399 sc->sc_link.scsipi_scsi.adapter_target = sc->sc_scsi_dev;
400 sc->sc_link.adapter = &sc->sc_adapter;
401 sc->sc_link.device = &bt_dev;
402 sc->sc_link.openings = 1;
403 sc->sc_link.scsipi_scsi.max_target = 7;
404 sc->sc_link.scsipi_scsi.max_lun = 7;
405 sc->sc_link
1213 struct scsipi_link *sc_link = xs->sc_link; local
1375 struct scsipi_link *sc_link = xs->sc_link; local
[all...]
/netbsd-current/sys/dev/
H A Dccdvar.h184 LIST_ENTRY(ccd_softc) sc_link; member in struct:ccd_softc
H A Dsequencervar.h107 LIST_ENTRY(sequencer_softc) sc_link; member in struct:sequencer_softc
H A Dccd.c262 LIST_FOREACH(sc, &ccds, sc_link) {
274 LIST_INSERT_HEAD(&ccds, sc, sc_link);
282 LIST_REMOVE(sc, sc_link);
1741 LIST_FOREACH(sc, &ccds, sc_link)
1750 LIST_FOREACH(sc, &ccds, sc_link) {
1788 LIST_FOREACH(sc, &ccds, sc_link) {
1827 LIST_FOREACH(sc, &ccds, sc_link)
1841 LIST_FOREACH(sc, &ccds, sc_link)
H A Dsequencer.c250 LIST_FOREACH(sc, &sequencers, sc_link) {
266 LIST_INSERT_HEAD(&sequencers, sc, sc_link);
278 LIST_REMOVE(sc, sc_link);
/netbsd-current/sys/arch/mips/cavium/dev/
H A Docteon_gmxvar.h62 uint64_t sc_link; member in struct:octgmx_port_softc
H A Docteon_gmx.c779 if (sc->sc_link == newlink) {
782 sc->sc_link = newlink;
784 switch (__SHIFTOUT(sc->sc_link, RXN_RX_INBND_SPEED)) {
837 switch (__SHIFTOUT(sc->sc_link, RXN_RX_INBND_SPEED)) {
947 if (__SHIFTOUT(sc->sc_link, RXN_RX_INBND_DUPLEX)) {
/netbsd-current/sys/dev/fdt/
H A Dausoc.c69 struct ausoc_link *sc_link; member in struct:ausoc_softc
532 sc->sc_link = kmem_zalloc(sizeof(*sc->sc_link), KM_SLEEP);
533 sc->sc_link[0].link_name = sc->sc_name;
534 ausoc_attach_link(sc, &sc->sc_link[0], phandle, phandle);
545 sc->sc_link = kmem_zalloc(sizeof(*sc->sc_link) * sc->sc_nlink,
552 sc->sc_link[n].link_name = sc->sc_name;
553 ausoc_attach_link(sc, &sc->sc_link[n], phandle, child);
/netbsd-current/sys/dev/raidframe/
H A Drf_raid.h322 LIST_ENTRY(raid_softc) sc_link; member in struct:raid_softc
H A Drf_netbsdkintf.c360 LIST_FOREACH(sc, &raids, sc_link) {
371 LIST_INSERT_HEAD(&raids, sc, sc_link);
379 LIST_REMOVE(sc, sc_link);
772 LIST_FOREACH(sc, &raids, sc_link) {
/netbsd-current/sys/dev/pci/
H A Dif_vge.c206 int sc_link; member in struct:vge_softc
1430 if (sc->sc_link) {
1432 sc->sc_link = 0;
1436 sc->sc_link = 1;
1644 if (!sc->sc_link ||
1916 sc->sc_link = 0;
H A Dmfii.c2522 struct scsi_link *link = xs->sc_link;
2586 struct scsi_link *link = xs->sc_link;
/netbsd-current/sys/dev/ic/
H A Dciss.c487 sc->sc_link.openings = sc->sc_channel.chan_openings;

Completed in 371 milliseconds