Lines Matching refs:packet

72 	struct pt_packet_tsc packet;  in tsc_null()  local
75 errcode = pt_time_update_tsc(NULL, &packet, &tfix->config); in tsc_null()
86 struct pt_packet_cbr packet; in cbr_null() local
89 errcode = pt_time_update_cbr(NULL, &packet, &tfix->config); in cbr_null()
100 struct pt_packet_tma packet; in tma_null() local
103 errcode = pt_time_update_tma(NULL, &packet, &tfix->config); in tma_null()
109 errcode = pt_time_update_tma(&tfix->time, &packet, NULL); in tma_null()
117 struct pt_packet_mtc packet; in mtc_null() local
120 errcode = pt_time_update_mtc(NULL, &packet, &tfix->config); in mtc_null()
126 errcode = pt_time_update_mtc(&tfix->time, &packet, NULL); in mtc_null()
134 struct pt_packet_cyc packet; in cyc_null() local
137 errcode = pt_time_update_cyc(NULL, &packet, &tfix->config, 0ull); in cyc_null()
143 errcode = pt_time_update_cyc(&tfix->time, &packet, NULL, 0ull); in cyc_null()
201 struct pt_packet_cbr packet; in tcal_cbr_null() local
204 errcode = pt_tcal_update_cbr(NULL, &packet, &tfix->config); in tcal_cbr_null()
212 struct pt_packet_cbr packet; in tcal_cbr_zero() local
218 packet.ratio = 0; in tcal_cbr_zero()
220 errcode = pt_tcal_update_cbr(&tfix->tcal, &packet, &config); in tcal_cbr_zero()
228 struct pt_packet_mtc packet; in tcal_mtc_null() local
231 errcode = pt_tcal_update_mtc(NULL, &packet, &tfix->config); in tcal_mtc_null()
237 errcode = pt_tcal_update_mtc(&tfix->tcal, &packet, NULL); in tcal_mtc_null()
245 struct pt_packet_cyc packet; in tcal_cyc_null() local
248 errcode = pt_tcal_update_cyc(NULL, &packet, &tfix->config); in tcal_cyc_null()
259 struct pt_packet_tsc packet; in tsc() local
264 packet.tsc = 0xdedededeull; in tsc()
266 errcode = pt_time_update_tsc(&tfix->time, &packet, &tfix->config); in tsc()
281 struct pt_packet_cbr packet; in cbr() local
285 packet.ratio = 0x38; in cbr()
287 errcode = pt_time_update_cbr(&tfix->time, &packet, &tfix->config); in cbr()
300 struct pt_packet_cbr packet; in cbr_zero() local
303 packet.ratio = 0; in cbr_zero()
305 errcode = pt_time_update_cbr(&tfix->time, &packet, &tfix->config); in cbr_zero()
313 struct pt_packet_tma packet; in tma() local
316 packet.ctc = 0xdc; in tma()
317 packet.fc = 0xf; in tma()
319 errcode = pt_time_update_tma(&tfix->time, &packet, &tfix->config); in tma()
327 struct pt_packet_mtc packet; in mtc() local
331 packet.ctc = 0xdc; in mtc()
333 errcode = pt_time_update_mtc(&tfix->time, &packet, &tfix->config); in mtc()
344 struct pt_packet_cyc packet; in cyc() local
351 packet.value = 0xdc; in cyc()
353 errcode = pt_time_update_cyc(&tfix->time, &packet, &tfix->config, fcr); in cyc()