Searched defs:WPL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c53 #define WPL 8 /* 8 16-bit words per line */ macro
167 uint16_t eeprom[WPL], size_field;
199 lines = ee_size[size] / WPL / 2;
201 "dump eeprom %d lines of %d words per line\n", lines, WPL);
204 if (ret = e1000_read_nvm(hw, offset, WPL, eeprom)) {
215 offset += WPL;

Completed in 133 milliseconds