Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_bypass.c618 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()
H A Dixgbe_type.h4401 #define BYPASS_LOG_CLEAR_M 0x08000000 macro