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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_ethtool.c427 int i, max_len, first_word, last_word; local
447 first_word = eeprom->offset >> 1;
451 (last_word - first_word + 1), GFP_KERNEL);
456 for(i = 0; i <= (last_word - first_word); i++) {
457 eeprom_buff[i] = ixgb_get_eeprom_word(hw, (first_word + i));
476 int max_len, first_word, last_word; local
493 first_word = eeprom->offset >> 1;
504 eeprom_buff[0] = ixgb_read_eeprom(hw, first_word);
510 eeprom_buff[last_word - first_word]
515 for(i = 0; i <= (last_word - first_word);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_ethtool.c489 int first_word, last_word; local
498 first_word = eeprom->offset >> 1;
502 (last_word - first_word + 1), GFP_KERNEL);
507 ret_val = e1000_read_eeprom(hw, first_word,
508 last_word - first_word + 1,
511 for (i = 0; i < last_word - first_word + 1; i++)
512 if ((ret_val = e1000_read_eeprom(hw, first_word + i, 1,
518 for (i = 0; i < last_word - first_word + 1; i++)
536 int max_len, first_word, last_word, ret_val = 0; local
547 first_word
[all...]

Completed in 102 milliseconds