Lines Matching refs:TAILQ_FIRST
505 while ((ccb_h = TAILQ_FIRST(&softc->user_ccb_queue)) != NULL) { in targdtor()
509 while ((descr = TAILQ_FIRST(&softc->abort_queue)) != NULL) { in targdtor()
622 descr = TAILQ_FIRST(&softc->work_queue); in targstart()
627 next_descr = TAILQ_FIRST(&softc->work_queue); in targstart()
816 ccb_h = TAILQ_FIRST(user_queue); in targread()
817 user_descr = TAILQ_FIRST(abort_queue); in targread()
822 ccb_h = TAILQ_FIRST(user_queue); in targread()
823 user_descr = TAILQ_FIRST(abort_queue); in targread()
858 ccb_h = TAILQ_FIRST(user_queue); in targread()
881 user_descr = TAILQ_FIRST(abort_queue); in targread()
1034 while ((descr = TAILQ_FIRST(&softc->work_queue)) != NULL) { in abort_all_pending()