Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dwd719x.c173 WARN_ON_ONCE(!list_empty(&wd->active_scbs)); in wd719x_destroy()
280 list_add(&scb->list, &wd->active_scbs); in wd719x_queuecommand()
501 list_for_each_entry_safe(scb, tmp, &wd->active_scbs, list) { in wd719x_reset()
539 list_for_each_entry_safe(scb, tmp, &wd->active_scbs, list) in wd719x_host_reset()
688 list_for_each_entry(scb, &wd->active_scbs, list) in wd719x_interrupt()
818 INIT_LIST_HEAD(&wd->active_scbs); in wd719x_board_found()
H A Dwd719x.h77 struct list_head active_scbs; member