Searched refs:BNX2_FLAG_AER_ENABLED (Results 1 – 2 of 2) sorted by relevance
8182 bp->flags |= BNX2_FLAG_AER_ENABLED; in bnx2_init_board()8464 if (bp->flags & BNX2_FLAG_AER_ENABLED) { in bnx2_init_board()8466 bp->flags &= ~BNX2_FLAG_AER_ENABLED; in bnx2_init_board()8635 if (bp->flags & BNX2_FLAG_AER_ENABLED) { in bnx2_remove_one()8637 bp->flags &= ~BNX2_FLAG_AER_ENABLED; in bnx2_remove_one()8765 if (!(bp->flags & BNX2_FLAG_AER_ENABLED)) in bnx2_io_slot_reset()
6811 #define BNX2_FLAG_AER_ENABLED 0x00004000 macro