Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dcdp.c48 static ushort cdp_compute_csum(const uchar *buff, ushort len) in cdp_compute_csum() function
212 chksum = cdp_compute_csum((uchar *)net_tx_packet + len, in cdp_send_trigger()
269 if (cdp_compute_csum(pkt, len) != 0) in cdp_receive()