Searched refs:ule_where (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_net.c | 77 static unsigned char *ule_where = ule_hist, ule_dump; variable 321 if (ule_where >= &ule_hist[100*TS_SZ]) in dvb_net_ule_new_ts_cell() 322 ule_where = ule_hist; in dvb_net_ule_new_ts_cell() 323 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell() 325 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell() 328 ule_where += TS_SZ; in dvb_net_ule_new_ts_cell() 664 if (ule_where == ule_hist) { in dvb_net_ule_check_crc() 667 } else if (ule_where == &ule_hist[TS_SZ]) { in dvb_net_ule_check_crc() 671 hexdump(ule_where - TS_SZ - TS_SZ, TS_SZ); in dvb_net_ule_check_crc() 672 hexdump(ule_where in dvb_net_ule_check_crc() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_net.c | 77 static unsigned char *ule_where = ule_hist, ule_dump; variable 321 if (ule_where >= &ule_hist[100*TS_SZ]) in dvb_net_ule_new_ts_cell() 322 ule_where = ule_hist; in dvb_net_ule_new_ts_cell() 323 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell() 325 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell() 328 ule_where += TS_SZ; in dvb_net_ule_new_ts_cell() 664 if (ule_where == ule_hist) { in dvb_net_ule_check_crc() 667 } else if (ule_where == &ule_hist[TS_SZ]) { in dvb_net_ule_check_crc() 671 hexdump(ule_where - TS_SZ - TS_SZ, TS_SZ); in dvb_net_ule_check_crc() 672 hexdump(ule_where in dvb_net_ule_check_crc() [all...] |
Completed in 3 milliseconds