Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c185 if (test_and_clear_bit(BNX2FC_FLAG_EH_ABORT, in bnx2fc_flush_active_ios()
249 if (test_and_clear_bit(BNX2FC_FLAG_EH_ABORT, in bnx2fc_flush_active_ios()
Dbnx2fc_io.c68 if (test_and_clear_bit(BNX2FC_FLAG_EH_ABORT, in bnx2fc_cmd_timeout()
1204 set_bit(BNX2FC_FLAG_EH_ABORT, &io_req->req_flags); in bnx2fc_eh_abort()
1364 if (test_and_clear_bit(BNX2FC_FLAG_EH_ABORT, in bnx2fc_process_abts_compl()
1899 if (test_and_clear_bit(BNX2FC_FLAG_EH_ABORT, in bnx2fc_process_scsi_cmd_compl()
Dbnx2fc.h449 #define BNX2FC_FLAG_EH_ABORT 0x8 macro