Home
last modified time | relevance | path

Searched refs:I40E_SR_SECTOR_SIZE_IN_WORDS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_nvm.c302 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()
306 words, I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_write_nvm_aq()
307 else if (((offset + (words - 1)) / I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()
308 != (offset / I40E_SR_SECTOR_SIZE_IN_WORDS)) in i40e_write_nvm_aq()
344 I40E_SR_SECTOR_SIZE_IN_WORDS * sizeof(u16)); in i40e_calc_nvm_checksum()
369 if ((i % I40E_SR_SECTOR_SIZE_IN_WORDS) == 0) { in i40e_calc_nvm_checksum()
370 u16 words = I40E_SR_SECTOR_SIZE_IN_WORDS; in i40e_calc_nvm_checksum()
395 checksum_local += data[i % I40E_SR_SECTOR_SIZE_IN_WORDS]; in i40e_calc_nvm_checksum()
Di40e_type.h1164 #define I40E_SR_SECTOR_SIZE_IN_WORDS 0x800 macro
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_type.h1137 #define I40E_SR_SECTOR_SIZE_IN_WORDS 0x800 macro