Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c217 list_for_each_entry_safe(io_req, tmp, &tgt->els_queue, link) { in bnx2fc_flush_active_ios()
423 INIT_LIST_HEAD(&tgt->els_queue); in bnx2fc_init_tgt()
H A Dbnx2fc.h375 struct list_head els_queue; member
H A Dbnx2fc_els.c795 list_add_tail(&els_req->link, &tgt->els_queue); in bnx2fc_initiate_els()