Searched refs:crc_ccitt_byte (Results 1 – 4 of 4) sorted by relevance
13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() function
102 crc = crc_ccitt_byte(crc, *buffer++); in crc_ccitt()
284 hdlc->crc = crc_ccitt_byte(hdlc->crc, in isdnhdlc_decode()467 hdlc->crc = crc_ccitt_byte(hdlc->crc, in isdnhdlc_encode()
Completed in 5 milliseconds