Searched refs:active_cmd_queue (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 178 list_for_each_entry_safe(io_req, tmp, &tgt->active_cmd_queue, link) { in bnx2fc_flush_active_ios() 418 INIT_LIST_HEAD(&tgt->active_cmd_queue); in bnx2fc_init_tgt()
|
D | bnx2fc.h | 374 struct list_head active_cmd_queue; member
|
D | bnx2fc_io.c | 1466 list_for_each_entry_safe(cmd, tmp, &tgt->active_cmd_queue, link) { in bnx2fc_lun_reset_cmpl() 1501 list_for_each_entry_safe(cmd, tmp, &tgt->active_cmd_queue, link) { in bnx2fc_tgt_reset_cmpl() 2097 list_add_tail(&io_req->link, &tgt->active_cmd_queue); in bnx2fc_post_io_req()
|