Home
last modified time | relevance | path

Searched refs:crc_res (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c5382 uint8_t crc_res; in ecore_calc_crc8() local
5420 crc_res = 0; in ecore_calc_crc8()
5422 crc_res |= (NewCRC[i] << i); in ecore_calc_crc8()
5425 return crc_res; in ecore_calc_crc8()