Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtxonly.c265 } timestamp_mark; in pkt_burst_prepare() local
282 timestamp_mark.pkt_idx = rte_cpu_to_be_16(idx); in pkt_burst_prepare()
283 timestamp_mark.queue_idx = rte_cpu_to_be_16(fs->tx_queue); in pkt_burst_prepare()
284 timestamp_mark.signature = rte_cpu_to_be_32(0xBEEFC0DE); in pkt_burst_prepare()
291 timestamp_mark.ts = rte_cpu_to_be_64(skew); in pkt_burst_prepare()
298 timestamp_mark.ts = rte_cpu_to_be_64(skew); in pkt_burst_prepare()
300 timestamp_mark.ts = RTE_BE64(0); in pkt_burst_prepare()
302 copy_buf_to_pkt(&timestamp_mark, sizeof(timestamp_mark), pkt, in pkt_burst_prepare()