Home
last modified time | relevance | path

Searched refs:wait_for_abts_comp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c777 io_req->wait_for_abts_comp = 1; in bnx2fc_initiate_tmf()
787 io_req->wait_for_abts_comp = 0; in bnx2fc_initiate_tmf()
1230 io_req->wait_for_abts_comp = 1; in bnx2fc_eh_abort()
1251 io_req->wait_for_abts_comp = 0; in bnx2fc_eh_abort()
1341 if (io_req->wait_for_abts_comp) in bnx2fc_process_cleanup_compl()
1426 if (io_req->wait_for_abts_comp) { in bnx2fc_process_abts_compl()
1614 if (io_req->wait_for_abts_comp) { in bnx2fc_process_tm_compl()
1962 if (io_req->wait_for_abts_comp) in bnx2fc_process_scsi_cmd_compl()
H A Dbnx2fc_tgt.c213 if (io_req->wait_for_abts_comp) in bnx2fc_flush_active_ios()
254 if (io_req->wait_for_abts_comp) in bnx2fc_flush_active_ios()
H A Dbnx2fc.h436 int wait_for_abts_comp; member