Home
last modified time | relevance | path

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

/linux-4.4.14/net/irda/
Dwrapper.c143 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()
/linux-4.4.14/include/net/irda/
Dcrc.h24 #define irda_fcs(fcs, c) crc_ccitt_byte(fcs, c) macro
/linux-4.4.14/drivers/net/irda/
Ddonauboe.c218 fcs.value = irda_fcs (fcs.value, *(buf++)); in toshoboe_checkfcs()
762 fcs.value = irda_fcs (fcs.value, i); in toshoboe_maketestpacket()