Searched refs:irda_fcs (Results 1 – 3 of 3) sorted by relevance
143 fcs.value = irda_fcs(fcs.value, skb->data[i]); in async_wrap_skb()350 rx_buff->fcs = irda_fcs(rx_buff->fcs, in async_unwrap_eof()420 rx_buff->fcs = irda_fcs(rx_buff->fcs, byte); in async_unwrap_other()438 rx_buff->fcs = irda_fcs(rx_buff->fcs, byte); in async_unwrap_other()458 rx_buff->fcs = irda_fcs(rx_buff->fcs, byte); in async_unwrap_other()
24 #define irda_fcs(fcs, c) crc_ccitt_byte(fcs, c) macro
218 fcs.value = irda_fcs (fcs.value, *(buf++)); in toshoboe_checkfcs()762 fcs.value = irda_fcs (fcs.value, i); in toshoboe_maketestpacket()