Lines Matching defs:bytes
1079 config->byte_count = 0x16; /* bytes in this struct */
1080 config->rx_fifo_limit = 0x8; /* bytes in FIFO before DMA */
1090 config->preamble_length = 0x2; /* 0=1, 1=3, 2=7, 3=15 bytes */
1136 config->byte_count = 0x20; /* extended bytes */
1187 * that any frame less than 128 bytes in length will not be bundled,
1190 * bytes or large will be bundled normally. This feature is meant
1198 * This means that any frame which is x7F (127) bytes or smaller
1205 * standard Ethernet frames are <= 2047 bytes in length.
1277 /* Firmware should be precisely UCODE_SIZE (words) plus three bytes
1748 * Use the last 4 bytes of the SKB payload packet as the CRC, used for
2442 * Calculate the total size in bytes.
2531 struct ethtool_eeprom *eeprom, u8 *bytes)
2536 memcpy(bytes, &((u8 *)nic->eeprom)[eeprom->offset], eeprom->len);
2542 struct ethtool_eeprom *eeprom, u8 *bytes)
2549 memcpy(&((u8 *)nic->eeprom)[eeprom->offset], bytes, eeprom->len);