Searched refs:BNX2_FLAG_AER_ENABLED (Results 1 – 2 of 2) sorted by relevance
7972 bp->flags |= BNX2_FLAG_AER_ENABLED; in bnx2_init_board()8235 if (bp->flags & BNX2_FLAG_AER_ENABLED) { in bnx2_init_board()8237 bp->flags &= ~BNX2_FLAG_AER_ENABLED; in bnx2_init_board()8428 if (bp->flags & BNX2_FLAG_AER_ENABLED) { in bnx2_remove_one()8430 bp->flags &= ~BNX2_FLAG_AER_ENABLED; in bnx2_remove_one()8547 if (!(bp->flags & BNX2_FLAG_AER_ENABLED)) in bnx2_io_slot_reset()
6746 #define BNX2_FLAG_AER_ENABLED 0x00004000 macro