Home
last modified time | relevance | path

Searched refs:wait_for_cleanup_comp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_io.c796 io_req->wait_for_cleanup_comp = 1; in bnx2fc_initiate_tmf()
803 io_req->wait_for_cleanup_comp = 0; in bnx2fc_initiate_tmf()
1090 io_req->wait_for_cleanup_comp = 1; in bnx2fc_abts_cleanup()
1113 io_req->wait_for_cleanup_comp = 0; in bnx2fc_abts_cleanup()
1234 io_req->wait_for_cleanup_comp = 1; in bnx2fc_eh_abort()
1239 io_req->wait_for_cleanup_comp = 0; in bnx2fc_eh_abort()
1348 if (io_req->wait_for_cleanup_comp) in bnx2fc_process_cleanup_compl()
1379 if (io_req->wait_for_cleanup_comp) in bnx2fc_process_abts_compl()
Dbnx2fc.h440 int wait_for_cleanup_comp; member