HomeSort by: relevance | last modified time | path
    Searched refs:sc_nexus (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/arch/amiga/dev/
siop.c 248 if (sc->sc_nexus && flags & XS_CTL_POLL)
281 if (sc->sc_nexus == NULL)
342 if (acb != sc->sc_nexus)
350 siop_scsidone(sc->sc_nexus, status);
370 if (sc->sc_nexus) {
372 device_xname(sc->sc_dev), sc->sc_nexus,
373 sc->sc_nexus->xs->xs_periph->periph_target,
386 sc->sc_nexus = acb;
450 if (acb == sc->sc_nexus) {
451 sc->sc_nexus = NULL
    [all...]
siop2.c 235 if (sc->sc_nexus && flags & XS_CTL_POLL)
267 if (sc->sc_nexus == NULL)
328 if (acb != sc->sc_nexus)
336 siopng_scsidone(sc->sc_nexus, status);
355 if (sc->sc_nexus) {
357 device_xname(sc->sc_dev), sc->sc_nexus,
358 sc->sc_nexus->xs->xs_periph->periph_target,
371 sc->sc_nexus = acb;
435 if (acb == sc->sc_nexus) {
436 sc->sc_nexus = NULL
    [all...]
flsc.c 256 sc->sc_nexus->xs->xs_periph->periph_target];
257 if (sc->sc_nexus->xs->xs_control & XS_CTL_POLL) {
277 sc->sc_nexus->xs->xs_control & XS_CTL_POLL) {
279 sc->sc_nexus->xs->xs_periph->periph_target];
329 if (sc->sc_nexus)
330 ti = &sc->sc_tinfo[sc->sc_nexus->xs->xs_periph->periph_target];
494 if (sc->sc_nexus->xs->xs_control & XS_CTL_POLL) {
632 if (sc->sc_nexus->xs->xs_control & XS_CTL_POLL) {
sbic.c 267 acb = dev->sc_nexus;
326 acb = dev->sc_nexus;
416 if (dev->sc_nexus && flags & XS_CTL_POLL)
450 while (dev->sc_nexus)
452 dev->sc_nexus = acb;
460 } while (dev->sc_nexus != acb);
471 if (dev->sc_nexus) {
511 if (dev->sc_nexus)
522 dev->sc_nexus = acb;
611 if (acb == dev->sc_nexus) {
    [all...]
siopvar.h 144 struct siop_acb *sc_nexus; /* current command */ member in struct:siop_softc
sbicvar.h 121 struct sbic_acb *sc_nexus; /* current command */ member in struct:sbic_softc
  /src/sys/dev/ic/
osiop.c 257 sc->sc_nexus = NULL;
372 if (sc->sc_nexus && flags & XS_CTL_POLL)
421 if (sc->sc_nexus == NULL)
501 if (acb != sc->sc_nexus)
509 osiop_scsidone(sc->sc_nexus, status);
531 if (sc->sc_nexus != NULL) {
533 device_xname(sc->sc_dev), sc->sc_nexus,
534 sc->sc_nexus->xs->xs_periph->periph_target,
547 sc->sc_nexus = acb;
643 if (acb == sc->sc_nexus) {
    [all...]
aic6360.c 396 sc->sc_nexus = NULL;
407 if ((acb = sc->sc_nexus) != NULL) {
770 sc->sc_nexus = acb;
829 sc->sc_nexus = acb;
864 if (acb == sc->sc_nexus) {
926 if (acb == sc->sc_nexus) {
927 sc->sc_nexus = NULL;
1057 AIC_ASSERT(sc->sc_nexus != NULL);
1058 acb = sc->sc_nexus;
1297 AIC_ASSERT(sc->sc_nexus != NULL)
    [all...]
mb89352.c 406 sc->sc_nexus = NULL;
417 if ((acb = sc->sc_nexus) != NULL) {
752 sc->sc_nexus = acb;
807 sc->sc_nexus = acb;
872 if (acb == sc->sc_nexus) {
873 sc->sc_nexus = NULL;
1045 SPC_ASSERT(sc->sc_nexus != NULL);
1046 acb = sc->sc_nexus;
1283 SPC_ASSERT(sc->sc_nexus != NULL);
1285 MSG_IDENTIFY(sc->sc_nexus->xs->xs_periph->periph_lun, 1)
    [all...]
wd33c93.c 258 sc->sc_nexus = NULL;
476 struct wd33c93_acb *acb = sc->sc_nexus;
569 if (sc->sc_nexus && (flags & XS_CTL_POLL))
597 while (sc->sc_nexus)
598 wd33c93_poll(sc, sc->sc_nexus);
674 KASSERT(sc->sc_nexus == NULL);
823 if (sc->sc_nexus == acb) {
825 sc->sc_nexus = NULL;
916 if (sc->sc_nexus == acb) {
1117 if (sc->sc_nexus->tag_type != 0)
    [all...]
ncr53c9x.c 454 ecb = sc->sc_nexus;
511 sc->sc_nexus = NULL;
1146 sc->sc_nexus = ecb;
1153 sc->sc_nexus = ecb;
1192 if (ecb == sc->sc_nexus) {
1261 if (ecb == sc->sc_nexus) {
1262 sc->sc_nexus = NULL;
1505 sc->sc_nexus = ecb;
1634 ecb = sc->sc_nexus;
1953 ecb = sc->sc_nexus;
    [all...]
aic6360var.h 127 struct aic_acb *sc_nexus; /* current command */ member in struct:aic_softc
mb89352var.h 129 struct spc_acb *sc_nexus; /* current command */ member in struct:spc_softc
osiopvar.h 206 struct osiop_acb *sc_nexus; /* current command */ member in struct:osiop_softc
  /src/sys/arch/x68k/dev/
mha.c 442 sc->sc_nexus = NULL;
477 if ((acb = sc->sc_nexus) != NULL) {
639 sc->sc_nexus = acb;
846 sc->sc_nexus = acb;
931 if (acb != sc->sc_nexus) {
934 sc->sc_nexus = NULL;
1071 struct acb *acb = sc->sc_nexus;
1248 sc->sc_nexus = acb;
1335 SPC_ASSERT(sc->sc_nexus != NULL);
1337 MSG_IDENTIFY(sc->sc_nexus->xs->xs_periph->periph_lun, 1)
    [all...]
  /src/sys/arch/newsmips/apbus/
spifi.c 85 struct spifi_scb *sc_nexus; member in struct:spifi_softc
259 if (sc->sc_nexus == NULL) /* IDLE */
309 struct spifi_scb *scb = sc->sc_nexus;
355 if (scb == NULL || sc->sc_nexus != NULL)
376 sc->sc_nexus = scb;
448 scb = sc->sc_nexus;
575 struct spifi_scb *scb = sc->sc_nexus;
600 struct spifi_scb *scb = sc->sc_nexus;
641 struct spifi_scb *scb = sc->sc_nexus;
668 struct spifi_scb *scb = sc->sc_nexus;
    [all...]
  /src/sys/arch/acorn32/podulebus/
sbic.c 291 acb = dev->sc_nexus;
366 if (dev->sc_nexus && (flags & XS_CTL_POLL))
408 while (dev->sc_nexus)
410 dev->sc_nexus = acb;
416 } while (dev->sc_nexus != acb);
427 if (dev->sc_nexus) {
462 if (dev->sc_nexus)
473 dev->sc_nexus = acb;
564 if (acb == dev->sc_nexus) {
565 dev->sc_nexus = NULL
    [all...]
sfas.c 235 sfas_init_nexus(dev, &dev->sc_nexus[i]);
306 (dev->sc_nexus[target].flags & SFAS_NF_UNIT_BUSY)) {
407 if (!(dev->sc_nexus[pendp->xs->xs_periph->periph_target].flags &
441 sfas_init_nexus(dev, &dev->sc_nexus[i]);
457 sfas_init_nexus(dev, &dev->sc_nexus[i]);
648 nexus = &dev->sc_nexus[target];
707 nexus = &dev->sc_nexus[target];
893 if (dev->sc_nexus[i].xs)
894 sfas_scsidone(dev, dev->sc_nexus[i].xs, -2);
896 sfas_init_nexus(dev, &dev->sc_nexus[i])
    [all...]
esc.c 236 esc_init_nexus(dev, &dev->sc_nexus[i]);
304 (dev->sc_nexus[target].flags & ESC_NF_UNIT_BUSY)) {
406 if (!(dev->sc_nexus[pendp->xs->xs_periph->periph_target].flags &
440 esc_init_nexus(dev, &dev->sc_nexus[i]);
457 esc_init_nexus(dev, &dev->sc_nexus[i]);
721 nexus = &dev->sc_nexus[target];
780 nexus = &dev->sc_nexus[target];
966 if (dev->sc_nexus[i].xs)
967 esc_scsidone(dev, dev->sc_nexus[i].xs, -2);
969 esc_init_nexus(dev, &dev->sc_nexus[i])
    [all...]
escvar.h 189 struct nexus sc_nexus[8]; member in struct:esc_softc
sfasvar.h 190 struct nexus sc_nexus[8]; member in struct:sfas_softc
sbicvar.h 107 struct sbic_acb *sc_nexus; /* current command */ member in struct:sbic_softc
  /src/sys/arch/mvme68k/dev/
sbic.c 243 acb = dev->sc_nexus;
304 struct sbic_acb *acb = dev->sc_nexus;
411 if (dev->sc_nexus && (flags & XS_CTL_POLL))
465 * ICMD && sc_nexus(which would
468 while (dev->sc_nexus)
474 dev->sc_nexus = acb;
482 } while (dev->sc_nexus != acb);
497 if (dev->sc_nexus == NULL)
528 * in which sbic_sched() could be called with sc_nexus non NULL
530 if (dev->sc_nexus)
    [all...]
sbicvar.h 110 struct sbic_acb *sc_nexus; /* current command */ member in struct:sbic_softc
  /src/sys/arch/macppc/dev/
mesh.c 118 struct mesh_scb *sc_nexus; /* current command */ member in struct:mesh_softc
351 scb = sc->sc_nexus;
779 struct mesh_scb *scb = sc->sc_nexus;
888 sc->sc_nexus = NULL;
1011 if (sc->sc_nexus == NULL) /* IDLE */
1048 if (sc->sc_nexus == NULL) {
1050 sc->sc_nexus = scb;
1084 sc->sc_nexus = NULL;

Completed in 49 milliseconds

1 2