Searched refs:rx_fcs (Results 1 – 4 of 4) sorted by relevance
503 bcs->rx_fcs = crc_ccitt_byte(bcs->rx_fcs, c); in hdlc_putbyte()529 bcs->rx_fcs = PPP_INITFCS; in hdlc_flush()557 } else if (bcs->rx_fcs != PPP_GOODFCS) { in hdlc_done()572 bcs->rx_fcs = PPP_INITFCS; in hdlc_done()590 bcs->rx_fcs = PPP_INITFCS; in hdlc_frag()
143 __u16 fcs = bcs->rx_fcs; in hdlc_loop()274 bcs->rx_fcs = fcs; in hdlc_loop()
630 bcs->rx_fcs = PPP_INITFCS; in gigaset_initbcs()808 bcs->rx_fcs = PPP_INITFCS; in gigaset_bcs_reinit()
375 __u16 rx_fcs; member