Home
last modified time | relevance | path

Searched refs:on_active_queue (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/scsi/bnx2fc/
Dbnx2fc_els.c51 if (rrq_req->on_active_queue) { in bnx2fc_rrq_compl()
53 rrq_req->on_active_queue = 0; in bnx2fc_rrq_compl()
144 if (els_req->on_active_queue) { in bnx2fc_l2_els_compl()
146 els_req->on_active_queue = 0; in bnx2fc_l2_els_compl()
794 els_req->on_active_queue = 1; in bnx2fc_initiate_els()
830 if (els_req->on_active_queue) { in bnx2fc_process_els_compl()
832 els_req->on_active_queue = 0; in bnx2fc_process_els_compl()
Dbnx2fc_io.c1177 if (io_req->on_active_queue == 0) { in bnx2fc_eh_abort()
1196 io_req->on_active_queue = 0; in bnx2fc_eh_abort()
1440 if (io_req->on_active_queue) { in bnx2fc_process_abts_compl()
1442 io_req->on_active_queue = 0; in bnx2fc_process_abts_compl()
1951 if (io_req->on_active_queue) { in bnx2fc_process_scsi_cmd_compl()
1953 io_req->on_active_queue = 0; in bnx2fc_process_scsi_cmd_compl()
2095 io_req->on_active_queue = 1; in bnx2fc_post_io_req()
Dbnx2fc_tgt.c181 io_req->on_active_queue = 0; in bnx2fc_flush_active_ios()
220 io_req->on_active_queue = 0; in bnx2fc_flush_active_ios()
Dbnx2fc.h415 u8 on_active_queue; member