Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:eeprom

582 	struct ixgbe_bypass_eeprom eeprom[BYPASS_MAX_LOGS];
596 /* Find Current head of the log eeprom offset */
622 eeprom[count].logs = 0;
623 eeprom[count].actions = 0;
633 eeprom[count].logs += data << (8 * i);
638 log_off + i, &eeprom[count].actions);
644 if (!(eeprom[count].logs & BYPASS_LOG_CLEAR_M))
651 eeprom[count].clear_off = log_off;
662 u32 time = eeprom[count].logs & BYPASS_LOG_TIME_M;
663 u32 event = (eeprom[count].logs & BYPASS_LOG_EVENT_M) >>
665 u8 action = eeprom[count].actions & BYPASS_LOG_ACTION_M;
700 cmd |= ((eeprom[count].clear_off + 3)
702 cmd |= ((eeprom[count].logs & ~BYPASS_LOG_CLEAR_M) >> 24);