Searched refs:BNX2_FLAG_AER_ENABLED (Results 1 – 2 of 2) sorted by relevance
8183 bp->flags |= BNX2_FLAG_AER_ENABLED; in bnx2_init_board()8463 if (bp->flags & BNX2_FLAG_AER_ENABLED) { in bnx2_init_board()8465 bp->flags &= ~BNX2_FLAG_AER_ENABLED; in bnx2_init_board()8641 if (bp->flags & BNX2_FLAG_AER_ENABLED) { in bnx2_remove_one()8643 bp->flags &= ~BNX2_FLAG_AER_ENABLED; in bnx2_remove_one()8769 if (!(bp->flags & BNX2_FLAG_AER_ENABLED)) in bnx2_io_slot_reset()
6811 #define BNX2_FLAG_AER_ENABLED 0x00004000 macro