Searched refs:tx_crc (Results 1 – 4 of 4) sorted by relevance
53 * @tx_crc: hdlc transmit crc-ccitt fcs79 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()
44 u32 tx_crc; /* CRC32C (Tx) */ member
508 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()
201 __be16 tx_crc; /* temp transmit CRC */ member