Searched refs:tx_crc (Results 1 – 2 of 2) sorted by relevance
79 u16 tx_crc; member282 bg->tx_crc = 0xFFFF; in hdlc_append_tx_frame()288 bg->tx_crc = crc_ccitt(bg->tx_crc, &value, 1); in hdlc_append_tx_u8()302 bg->tx_crc ^= 0xffff; in hdlc_append_tx_crc()303 hdlc_append_escaped(bg, bg->tx_crc & 0xff); in hdlc_append_tx_crc()304 hdlc_append_escaped(bg, (bg->tx_crc >> 8) & 0xff); in hdlc_append_tx_crc()
201 __be16 tx_crc; /* temp transmit CRC */ member