Searched refs:GOOD_FCS (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/net/irda/
H A Dcrc.h21 #define GOOD_FCS 0xf0b8 /* Good final FCS value */ macro
/linux-4.4.14/net/irda/
H A Dwrapper.c355 if (rx_buff->fcs == GOOD_FCS) { async_unwrap_eof()
/linux-4.4.14/drivers/net/irda/
H A Dmcs7780.c387 * should be GOOD_FCS = 0xf0b8. Hands the unwrapped data off to the IrDA
411 if(fcs != GOOD_FCS) { mcs_unwrap_mir()
H A Ddonauboe.c220 return fcs.value == GOOD_FCS; toshoboe_checkfcs()
H A Dvlsi_ir.c565 if (irda_calc_crc16(INIT_FCS,rd->buf,len+crclen) != GOOD_FCS) { vlsi_process_rx()
/linux-4.4.14/drivers/tty/
H A Dn_gsm.c372 #define GOOD_FCS 0xCF macro
1759 if (gsm->fcs != GOOD_FCS) { gsm_queue()

Completed in 121 milliseconds