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

/freebsd-13-stable/sys/dev/ixl/
H A Di40e_nvm.c281 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS)
285 words, I40E_SR_SECTOR_SIZE_IN_WORDS);
286 else if (((offset + (words - 1)) / I40E_SR_SECTOR_SIZE_IN_WORDS)
287 != (offset / I40E_SR_SECTOR_SIZE_IN_WORDS))
500 if (offset % I40E_SR_SECTOR_SIZE_IN_WORDS)
502 (u16)(I40E_SR_SECTOR_SIZE_IN_WORDS -
503 (offset % I40E_SR_SECTOR_SIZE_IN_WORDS)));
506 I40E_SR_SECTOR_SIZE_IN_WORDS);
612 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS)
615 else if (((offset + (words - 1)) / I40E_SR_SECTOR_SIZE_IN_WORDS)
[all...]
H A Di40e_type.h1567 #define I40E_SR_SECTOR_SIZE_IN_WORDS 0x800 macro

Completed in 112 milliseconds