Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c281 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_aq()
285 words, I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_read_nvm_aq()
287 != (offset / I40E_SR_SECTOR_SIZE_IN_WORDS)) in i40e_read_nvm_aq()
500 if (offset % I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_buffer_aq()
502 (u16)(I40E_SR_SECTOR_SIZE_IN_WORDS - in i40e_read_nvm_buffer_aq()
503 (offset % I40E_SR_SECTOR_SIZE_IN_WORDS))); in i40e_read_nvm_buffer_aq()
506 I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_read_nvm_buffer_aq()
612 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()
616 != (offset / I40E_SR_SECTOR_SIZE_IN_WORDS)) in i40e_write_nvm_aq()
732 if ((i % I40E_SR_SECTOR_SIZE_IN_WORDS) == 0) { in i40e_calc_nvm_checksum()
[all …]
H A Di40e_type.h1567 #define I40E_SR_SECTOR_SIZE_IN_WORDS 0x800 macro