Searched refs:ule_crc (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/dvb-core/
H A Ddvb_net.c647 u32 ule_crc, u32 expected_crc)
651 if (ule_crc != expected_crc) {
653 h->priv->ts_count, ule_crc, expected_crc,
829 u32 ule_crc = ~0L, expected_crc; local
836 ule_crc = iov_crc32(ule_crc, iov, 3);
843 dvb_net_ule_check_crc(&h, iov, ule_crc, expected_crc);
645 dvb_net_ule_check_crc(struct dvb_net_ule_handle *h, struct kvec iov[3], u32 ule_crc, u32 expected_crc) argument

Completed in 88 milliseconds