Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dutil.c57 static int timestamp_dynfield_offset = -1; in get_timestamp() local
59 if (timestamp_dynfield_offset < 0) { in get_timestamp()
60 timestamp_dynfield_offset = rte_mbuf_dynfield_lookup( in get_timestamp()
62 if (timestamp_dynfield_offset < 0) in get_timestamp()
67 timestamp_dynfield_offset, rte_mbuf_timestamp_t *); in get_timestamp()
/dpdk/lib/latencystats/
H A Drte_latencystats.c32 static int timestamp_dynfield_offset = -1; variable
38 timestamp_dynfield_offset, rte_mbuf_timestamp_t *); in timestamp_dynfield()
252 ret = rte_mbuf_dyn_rx_timestamp_register(&timestamp_dynfield_offset, in rte_latencystats_init()
/dpdk/doc/guides/nics/
H A Dark.rst167 int timestamp_dynfield_offset;
191 rte_mbuf_dyn_rx_timestamp_register(&xdata->timestamp_dynfield_offset,
195 xdata->timestamp_dynfield_offset);
214 *RTE_MBUF_DYNFIELD(mbuf, xdata->timestamp_dynfield_offset, uint64_t*) =
/dpdk/drivers/net/pcap/
H A Dpcap_ethdev.c48 static int timestamp_dynfield_offset = -1; variable
324 *RTE_MBUF_DYNFIELD(mbuf, timestamp_dynfield_offset, in eth_pcap_rx()
1421 ret = rte_mbuf_dyn_rx_timestamp_register(&timestamp_dynfield_offset, in pmd_pcap_probe()