Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c440 if (offset % I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_buffer_aq()
442 (u16)(I40E_SR_SECTOR_SIZE_IN_WORDS - in i40e_read_nvm_buffer_aq()
443 (offset % I40E_SR_SECTOR_SIZE_IN_WORDS))); in i40e_read_nvm_buffer_aq()
446 I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_read_nvm_buffer_aq()
504 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_aq()
508 words, I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_read_nvm_aq()
509 else if (((offset + (words - 1)) / I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_aq()
510 != (offset / I40E_SR_SECTOR_SIZE_IN_WORDS)) in i40e_read_nvm_aq()
554 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()
557 else if (((offset + (words - 1)) / I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()
[all …]
H A Di40e_type.h1467 #define I40E_SR_SECTOR_SIZE_IN_WORDS 0x800 macro