Searched refs:low_16 (Results 1 – 1 of 1) sorted by relevance
1908 u16 low_16 = (u16)skb_checksum_start_offset(skb); in smsc95xx_calc_csum_preamble() local1909 u16 high_16 = low_16 + skb->csum_offset; in smsc95xx_calc_csum_preamble()1910 return (high_16 << 16) | low_16; in smsc95xx_calc_csum_preamble()