Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/hamradio/
Dhdlcdrv.c98 static inline int check_crc_ccitt(const unsigned char *buf, int cnt) in check_crc_ccitt() function
152 if (!check_crc_ccitt(s->hdlcrx.buffer, s->hdlcrx.len)) in hdlc_rx_flag()
Dbaycom_epp.c261 static inline int check_crc_ccitt(const unsigned char *buf, int cnt) in check_crc_ccitt() function
545 if (!check_crc_ccitt(bc->hdlcrx.buf, bc->hdlcrx.bufcnt)) in do_rxpacket()