Searched refs:I40E_SR_SECTOR_SIZE_IN_WORDS (Results 1 – 2 of 2) sorted by relevance
288 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()291 else if (((offset + (words - 1)) / I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()292 != (offset / I40E_SR_SECTOR_SIZE_IN_WORDS)) in i40e_write_nvm_aq()
1295 #define I40E_SR_SECTOR_SIZE_IN_WORDS 0x800 macro