Home
last modified time | relevance | path

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

/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.c69 if (test_and_clear_bit(BNX2FC_FLAG_EH_ABORT, in bnx2fc_cmd_timeout()
1229 set_bit(BNX2FC_FLAG_EH_ABORT, &io_req->req_flags); in bnx2fc_eh_abort()
1427 if (test_and_clear_bit(BNX2FC_FLAG_EH_ABORT, in bnx2fc_process_abts_compl()
1972 if (test_and_clear_bit(BNX2FC_FLAG_EH_ABORT, in bnx2fc_process_scsi_cmd_compl()
Dbnx2fc.h455 #define BNX2FC_FLAG_EH_ABORT 0x8 macro