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

/drivers/net/ethernet/intel/
H A De100.c501 #define UCODE_SIZE 134 macro
508 __le32 ucode[UCODE_SIZE];
1282 /* Firmware should be precisely UCODE_SIZE (words) plus three bytes
1284 if (fw->size != UCODE_SIZE * 4 + 3) {
1293 timer = fw->data[UCODE_SIZE * 4];
1294 bundle = fw->data[UCODE_SIZE * 4 + 1];
1295 min_size = fw->data[UCODE_SIZE * 4 + 2];
1297 if (timer >= UCODE_SIZE || bundle >= UCODE_SIZE ||
1298 min_size >= UCODE_SIZE) {
[all...]

Completed in 31 milliseconds