Searched refs:BNX2_FLAG_AER_ENABLED (Results 1 – 2 of 2) sorted by relevance
8178 bp->flags |= BNX2_FLAG_AER_ENABLED; in bnx2_init_board()8458 if (bp->flags & BNX2_FLAG_AER_ENABLED) { in bnx2_init_board()8460 bp->flags &= ~BNX2_FLAG_AER_ENABLED; in bnx2_init_board()8636 if (bp->flags & BNX2_FLAG_AER_ENABLED) { in bnx2_remove_one()8638 bp->flags &= ~BNX2_FLAG_AER_ENABLED; in bnx2_remove_one()8764 if (!(bp->flags & BNX2_FLAG_AER_ENABLED)) in bnx2_io_slot_reset()
6811 #define BNX2_FLAG_AER_ENABLED 0x00004000 macro