Home | History | Annotate | Download | only in maple

Lines Matching defs:u1

519 	struct maple_unit *u1;
557 u1 = &sc->sc_unit[port][i];
558 maple_remove_from_queues(sc, u1);
564 u1->port, u1->subunit));
567 TAILQ_INSERT_HEAD(&sc->sc_probeq, u1, u_q);
568 u1->u_queuestat = MAPLE_QUEUE_PROBE;
569 u1->u_proberetry = 0;
733 struct maple_unit *u1;
794 SIMPLEQ_FOREACH(u1, &sc->sc_retryq, u_dmaq) {
795 if (u1 == u) {