Searched refs:active_cmd_queue (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/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 | 376 	struct list_head active_cmd_queue;  member
 | 
| D | bnx2fc_io.c | 1468 	list_for_each_entry_safe(cmd, tmp, &tgt->active_cmd_queue, link) {  in bnx2fc_lun_reset_cmpl()1503 	list_for_each_entry_safe(cmd, tmp, &tgt->active_cmd_queue, link) {  in bnx2fc_tgt_reset_cmpl()
 2103 	list_add_tail(&io_req->link, &tgt->active_cmd_queue);  in bnx2fc_post_io_req()
 
 |