Searched refs:BYPASS_LOG_CLEAR_M (Results 1 – 2 of 2) sorted by relevance
618 if (!(eeprom[count].logs & BYPASS_LOG_CLEAR_M)) in ixgbe_bp_log()678 cmd |= ((eeprom[count].logs & ~BYPASS_LOG_CLEAR_M) >> 24); in ixgbe_bp_log()
4401 #define BYPASS_LOG_CLEAR_M 0x08000000 macro