Searched refs:cnt_words (Results 1 – 1 of 1) sorted by relevance
11202 uint16_t offset, length, cnt_words; in i40e_get_eeprom() local11207 cnt_words = length; in i40e_get_eeprom()11217 ret_code = i40e_read_nvm_buffer(hw, offset, &cnt_words, data); in i40e_get_eeprom()11218 if (ret_code != I40E_SUCCESS || cnt_words != length) { in i40e_get_eeprom()