Home
last modified time | relevance | path

Searched refs:user_queue (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_target.c803 struct ccb_queue *user_queue; in targread() local
811 user_queue = &softc->user_ccb_queue; in targread()
817 ccb_h = TAILQ_FIRST(user_queue); in targread()
821 error = cam_periph_sleep(softc->periph, user_queue, in targread()
823 ccb_h = TAILQ_FIRST(user_queue); in targread()
844 TAILQ_REMOVE(user_queue, ccb_h, periph_links.tqe); in targread()
859 ccb_h = TAILQ_FIRST(user_queue); in targread()