Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c794 io_req->wait_for_cleanup_comp = 1; in bnx2fc_initiate_tmf()
801 io_req->wait_for_cleanup_comp = 0; in bnx2fc_initiate_tmf()
1088 io_req->wait_for_cleanup_comp = 1; in bnx2fc_abts_cleanup()
1111 io_req->wait_for_cleanup_comp = 0; in bnx2fc_abts_cleanup()
1233 io_req->wait_for_cleanup_comp = 1; in bnx2fc_eh_abort()
1238 io_req->wait_for_cleanup_comp = 0; in bnx2fc_eh_abort()
1347 if (io_req->wait_for_cleanup_comp) in bnx2fc_process_cleanup_compl()
1378 if (io_req->wait_for_cleanup_comp) in bnx2fc_process_abts_compl()
H A Dbnx2fc.h437 int wait_for_cleanup_comp; member