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

/linux-master/drivers/net/ethernet/intel/
H A De100.c473 #define UCODE_SIZE 134 macro
480 __le32 ucode[UCODE_SIZE];
1277 /* Firmware should be precisely UCODE_SIZE (words) plus three bytes
1279 if (fw->size != UCODE_SIZE * 4 + 3) {
1288 timer = fw->data[UCODE_SIZE * 4];
1289 bundle = fw->data[UCODE_SIZE * 4 + 1];
1290 min_size = fw->data[UCODE_SIZE * 4 + 2];
1292 if (timer >= UCODE_SIZE || bundle >= UCODE_SIZE ||
1293 min_size >= UCODE_SIZE) {
[all...]

Completed in 166 milliseconds