Searched refs: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];
1305 /* Firmware should be precisely UCODE_SIZE (words) plus three bytes
1307 if (fw->size != UCODE_SIZE * 4 + 3) {
1316 timer = fw->data[UCODE_SIZE * 4];
1317 bundle = fw->data[UCODE_SIZE * 4 + 1];
1318 min_size = fw->data[UCODE_SIZE * 4 + 2];
1320 if (timer >= UCODE_SIZE || bundle >= UCODE_SIZE ||
1321 min_size >= UCODE_SIZE) {
[all...]

Completed in 65 milliseconds