Lines Matching refs:first_word
901 int first_word, last_word, eeprom_len; in ixgbe_get_eeprom() local
910 first_word = eeprom->offset >> 1; in ixgbe_get_eeprom()
912 eeprom_len = last_word - first_word + 1; in ixgbe_get_eeprom()
918 ret_val = hw->eeprom.ops.read_buffer(hw, first_word, eeprom_len, in ixgbe_get_eeprom()
938 int max_len, first_word, last_word, ret_val = 0; in ixgbe_set_eeprom() local
949 first_word = eeprom->offset >> 1; in ixgbe_set_eeprom()
962 ret_val = hw->eeprom.ops.read(hw, first_word, &eeprom_buff[0]); in ixgbe_set_eeprom()
974 &eeprom_buff[last_word - first_word]); in ixgbe_set_eeprom()
980 for (i = 0; i < last_word - first_word + 1; i++) in ixgbe_set_eeprom()
985 for (i = 0; i < last_word - first_word + 1; i++) in ixgbe_set_eeprom()
988 ret_val = hw->eeprom.ops.write_buffer(hw, first_word, in ixgbe_set_eeprom()
989 last_word - first_word + 1, in ixgbe_set_eeprom()