Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_bypass.c559 struct ixgbe_bypass_eeprom eeprom[BYPASS_MAX_LOGS]; in ixgbe_bp_log()
597 while (count < BYPASS_MAX_LOGS) { in ixgbe_bp_log()
630 head = head ? head - 1 : BYPASS_MAX_LOGS; in ixgbe_bp_log()
H A Dixgbe_type.h4356 #define BYPASS_MAX_LOGS 43 macro