Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c206 list_for_each_entry_safe(io_req, tmp, &tgt->active_tm_queue, link) { in bnx2fc_flush_active_ios()
424 INIT_LIST_HEAD(&tgt->active_tm_queue); in bnx2fc_init_tgt()
H A Dbnx2fc.h371 struct list_head active_tm_queue; member
H A Dbnx2fc_io.c770 list_add_tail(&io_req->link, &tgt->active_tm_queue); in bnx2fc_initiate_tmf()