Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/dvb-core/
Ddvb_net.c76 static unsigned char *ule_where = ule_hist, ule_dump; variable
320 if (ule_where >= &ule_hist[100*TS_SZ]) in dvb_net_ule_new_ts_cell()
321 ule_where = ule_hist; in dvb_net_ule_new_ts_cell()
322 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell()
324 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell()
327 ule_where += TS_SZ; in dvb_net_ule_new_ts_cell()
663 if (ule_where == ule_hist) { in dvb_net_ule_check_crc()
666 } else if (ule_where == &ule_hist[TS_SZ]) { in dvb_net_ule_check_crc()
670 hexdump(ule_where - TS_SZ - TS_SZ, TS_SZ); in dvb_net_ule_check_crc()
671 hexdump(ule_where - TS_SZ, TS_SZ); in dvb_net_ule_check_crc()