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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c580 u16 checksum_local = 0; local
639 checksum_local += data[i % I40E_SR_SECTOR_SIZE_IN_WORDS];
642 *checksum = (u16)I40E_SR_SW_CHECKSUM_BASE - checksum_local;
687 u16 checksum_local = 0; local
691 ret_code = i40e_calc_nvm_checksum(hw, &checksum_local);
703 if (checksum_local != checksum_sr)
708 *checksum = checksum_local;

Completed in 571 milliseconds