Lines Matching refs:first_word
1005 int first_word, last_word, eeprom_len; in ixgbe_get_eeprom() local
1014 first_word = eeprom->offset >> 1; in ixgbe_get_eeprom()
1016 eeprom_len = last_word - first_word + 1; in ixgbe_get_eeprom()
1022 ret_val = hw->eeprom.ops.read_buffer(hw, first_word, eeprom_len, in ixgbe_get_eeprom()
1042 int max_len, first_word, last_word, ret_val = 0; in ixgbe_set_eeprom() local
1053 first_word = eeprom->offset >> 1; in ixgbe_set_eeprom()
1066 ret_val = hw->eeprom.ops.read(hw, first_word, &eeprom_buff[0]); in ixgbe_set_eeprom()
1078 &eeprom_buff[last_word - first_word]); in ixgbe_set_eeprom()
1084 for (i = 0; i < last_word - first_word + 1; i++) in ixgbe_set_eeprom()
1089 for (i = 0; i < last_word - first_word + 1; i++) in ixgbe_set_eeprom()
1092 ret_val = hw->eeprom.ops.write_buffer(hw, first_word, in ixgbe_set_eeprom()
1093 last_word - first_word + 1, in ixgbe_set_eeprom()