Home
last modified time | relevance | path

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

/linux/drivers/greybus/
H A Dgb-beagleplay.c53 * @tx_crc: hdlc transmit crc-ccitt fcs
79 u16 tx_crc; member
282 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()
/linux/drivers/scsi/
H A Discsi_tcp.h44 u32 tx_crc; /* CRC32C (Tx) */ member
H A Discsi_tcp.c508 tx_crcp = &tcp_sw_conn->tx_crc; in iscsi_sw_tcp_send_data_prep()
532 tx_crcp = &tcp_sw_conn->tx_crc; in iscsi_sw_tcp_send_linear_data_prep()
/linux/drivers/usb/host/
H A Dfhci.h201 __be16 tx_crc; /* temp transmit CRC */ member