Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c240 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_aq()
244 words, I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_read_nvm_aq()
246 != (offset / I40E_SR_SECTOR_SIZE_IN_WORDS)) in i40e_read_nvm_aq()
455 if (offset % I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_buffer_aq()
457 (u16)(I40E_SR_SECTOR_SIZE_IN_WORDS - in i40e_read_nvm_buffer_aq()
461 I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_read_nvm_buffer_aq()
567 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()
571 words, I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_write_nvm_aq()
573 != (offset / I40E_SR_SECTOR_SIZE_IN_WORDS)) in i40e_write_nvm_aq()
635 if ((i % I40E_SR_SECTOR_SIZE_IN_WORDS) == 0) { in i40e_calc_nvm_checksum()
[all …]
H A Di40e_type.h1153 #define I40E_SR_SECTOR_SIZE_IN_WORDS 0x800 macro