Searched refs:checksum_local (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c603 u16 checksum_local = 0; local
661 checksum_local += data[i % I40E_SR_SECTOR_SIZE_IN_WORDS];
664 *checksum = (u16)I40E_SR_SW_CHECKSUM_BASE - checksum_local;
706 u16 checksum_local = 0; local
718 ret_code = i40e_calc_nvm_checksum(hw, &checksum_local);
727 if (checksum_local != checksum_sr)
732 *checksum = checksum_local;

Completed in 147 milliseconds