Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dctl.c302 static __be32 tb_crc(const void *data, size_t len) in tb_crc() function
370 *(__be32 *) (pkg->buffer + len) = tb_crc(pkg->buffer, len); in tb_ctl_tx()
435 crc32 = tb_crc(pkg->buffer, frame->size); in tb_ctl_rx_callback()