Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_io.c81 if (!(test_and_set_bit(BNX2FC_FLAG_ABTS_DONE, in bnx2fc_cmd_timeout()
153 if (!test_and_set_bit(BNX2FC_FLAG_ABTS_DONE, in bnx2fc_cmd_timeout()
1285 } else if (!(test_and_set_bit(BNX2FC_FLAG_ABTS_DONE, in bnx2fc_eh_abort()
1373 if (test_and_set_bit(BNX2FC_FLAG_ABTS_DONE, in bnx2fc_process_abts_compl()
Dbnx2fc.h445 #define BNX2FC_FLAG_ABTS_DONE 0x3 macro