Searched refs:crc_ccitt_byte (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ |
D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
|
D | crc-ccitt.h | 13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() function
|
/Linux-v6.6/drivers/net/mctp/ |
D | mctp-serial.c | 164 dev->txfcs = crc_ccitt_byte(dev->txfcs, c); in mctp_serial_tx_work() 308 dev->rxfcs = crc_ccitt_byte(FCS_INIT, c); in mctp_serial_push_header() 320 dev->rxfcs = crc_ccitt_byte(dev->rxfcs, c); in mctp_serial_push_header() 367 dev->rxfcs = crc_ccitt_byte(dev->rxfcs, c); in mctp_serial_push()
|
/Linux-v6.6/lib/ |
D | crc-ccitt.c | 102 crc = crc_ccitt_byte(crc, *buffer++); in crc_ccitt()
|
/Linux-v6.6/drivers/isdn/hardware/mISDN/ |
D | isdnhdlc.c | 284 hdlc->crc = crc_ccitt_byte(hdlc->crc, in isdnhdlc_decode() 467 hdlc->crc = crc_ccitt_byte(hdlc->crc, in isdnhdlc_encode()
|