Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c771 io_req->wait_for_abts_comp = 1; in bnx2fc_initiate_tmf()
781 io_req->wait_for_abts_comp = 0; in bnx2fc_initiate_tmf()
1231 io_req->wait_for_abts_comp = 1; in bnx2fc_eh_abort()
1252 io_req->wait_for_abts_comp = 0; in bnx2fc_eh_abort()
1342 if (io_req->wait_for_abts_comp) in bnx2fc_process_cleanup_compl()
1427 if (io_req->wait_for_abts_comp) { in bnx2fc_process_abts_compl()
1618 if (io_req->wait_for_abts_comp) { in bnx2fc_process_tm_compl()
1960 if (io_req->wait_for_abts_comp) in bnx2fc_process_scsi_cmd_compl()
H A Dbnx2fc_tgt.c211 if (io_req->wait_for_abts_comp) in bnx2fc_flush_active_ios()
252 if (io_req->wait_for_abts_comp) in bnx2fc_flush_active_ios()
H A Dbnx2fc.h431 int wait_for_abts_comp; member