Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dbnx2.c8279 if (reg & BNX2_CONDITION_MFW_RUN_MASK) in bnx2_init_board()
8285 reg &= BNX2_CONDITION_MFW_RUN_MASK; in bnx2_init_board()
Dbnx2.h7410 #define BNX2_CONDITION_MFW_RUN_MASK 0x0000e000 macro