Home | History | Annotate | Download | only in dev

Lines Matching refs:nexus_list

622 		for (acb2 = dev->nexus_list.tqh_first; acb2;
625 TAILQ_REMOVE(&dev->nexus_list, acb, chain);
744 while (acb = dev->nexus_list.tqh_first) {
810 TAILQ_INIT(&dev->nexus_list);
916 TAILQ_INIT(&dev->nexus_list);
932 while (acb = dev->nexus_list.tqh_first) {
1046 if (!sbic_enable_reselect && dev->nexus_list.tqh_first == NULL)
2391 TAILQ_INSERT_HEAD(&dev->nexus_list, acb, chain);
2472 for (acb = dev->nexus_list.tqh_first; acb;
2477 TAILQ_REMOVE(&dev->nexus_list, acb, chain);
2486 printf("%s: reselect %s targ %d not in nexus_list %p\n",
2489 &dev->nexus_list.tqh_first);
2818 if ((acb = dev->nexus_list.tqh_first)) {