Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c790 io_req->wait_for_cleanup_comp = 1; in bnx2fc_initiate_tmf()
797 io_req->wait_for_cleanup_comp = 0; in bnx2fc_initiate_tmf()
1091 io_req->wait_for_cleanup_comp = 1; in bnx2fc_abts_cleanup()
1114 io_req->wait_for_cleanup_comp = 0; in bnx2fc_abts_cleanup()
1236 io_req->wait_for_cleanup_comp = 1; in bnx2fc_eh_abort()
1241 io_req->wait_for_cleanup_comp = 0; in bnx2fc_eh_abort()
1350 if (io_req->wait_for_cleanup_comp) in bnx2fc_process_cleanup_compl()
1381 if (io_req->wait_for_cleanup_comp) in bnx2fc_process_abts_compl()
H A Dbnx2fc.h432 int wait_for_cleanup_comp; member