Home | History | Annotate | Download | only in dev

Lines Matching refs:nexus_list

299 	if (sc->nexus_list.tqh_first)
448 for (acb2 = sc->nexus_list.tqh_first; acb2;
451 TAILQ_REMOVE(&sc->nexus_list, acb, chain);
721 TAILQ_INIT(&sc->nexus_list);
736 while ((acb = sc->nexus_list.tqh_first) > 0) {
935 if (sc->nexus_list.tqh_first == NULL) {
1071 if (sc->nexus_list.tqh_first)
1248 if (sc->nexus_list.tqh_first) {
1261 if (sc->nexus_list.tqh_first) {
1285 if (sc->nexus_list.tqh_first) {
1406 TAILQ_INSERT_HEAD(&sc->nexus_list, acb, chain);
1451 for (acb = sc->nexus_list.tqh_first; acb;
1456 TAILQ_REMOVE(&sc->nexus_list, acb, chain);
1473 printf("%s: target ID %02x reselect nexus_list %p\n",
1475 sc->nexus_list.tqh_first);
1870 if ((acb = sc->nexus_list.tqh_first) > 0) {