Searched refs:ule_where (Results 1 – 1 of 1) sorted by relevance
87 static unsigned char *ule_where = ule_hist, ule_dump; variable331 if (ule_where >= &ule_hist[100*TS_SZ]) in dvb_net_ule_new_ts_cell()332 ule_where = ule_hist; in dvb_net_ule_new_ts_cell()333 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell()335 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell()338 ule_where += TS_SZ; in dvb_net_ule_new_ts_cell()674 if (ule_where == ule_hist) { in dvb_net_ule_check_crc()677 } else if (ule_where == &ule_hist[TS_SZ]) { in dvb_net_ule_check_crc()681 hexdump(ule_where - TS_SZ - TS_SZ, TS_SZ); in dvb_net_ule_check_crc()682 hexdump(ule_where - TS_SZ, TS_SZ); in dvb_net_ule_check_crc()