Home | History | Annotate | Download | only in dev

Lines Matching refs:nexus_list

313 	if (sc->nexus_list.tqh_first)
463 for (acb2 = sc->nexus_list.tqh_first; acb2;
466 TAILQ_REMOVE(&sc->nexus_list, acb, chain);
694 TAILQ_INIT(&sc->nexus_list);
709 while ((acb = sc->nexus_list.tqh_first) > 0) {
875 if (sc->nexus_list.tqh_first == NULL) {
983 if (sc->nexus_list.tqh_first)
1121 if (sc->nexus_list.tqh_first)
1132 if (sc->nexus_list.tqh_first)
1152 if (sc->nexus_list.tqh_first)
1274 TAILQ_INSERT_HEAD(&sc->nexus_list, acb, chain);
1313 for (acb = sc->nexus_list.tqh_first; acb;
1318 TAILQ_REMOVE(&sc->nexus_list, acb, chain);
1331 printf("%s: target ID %02x reselect nexus_list %p\n",
1333 sc->nexus_list.tqh_first);
1682 if ((acb = sc->nexus_list.tqh_first) > 0) {