Home
last modified time | relevance | path

Searched refs:tx_crc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/greybus/
H A Dgb-beagleplay.c79 u16 tx_crc; member
278 bg->tx_crc = 0xFFFF; in hdlc_append_tx_frame()
284 bg->tx_crc = crc_ccitt(bg->tx_crc, &value, 1); in hdlc_append_tx_u8()
298 bg->tx_crc ^= 0xffff; in hdlc_append_tx_crc()
299 hdlc_append_escaped(bg, bg->tx_crc & 0xff); in hdlc_append_tx_crc()
300 hdlc_append_escaped(bg, (bg->tx_crc >> 8) & 0xff); in hdlc_append_tx_crc()
/linux/drivers/scsi/
H A Discsi_tcp.h44 u32 tx_crc; /* CRC32C (Tx) */ member