Home
last modified time | relevance | path

Searched refs:RTE_MBUF_DYNFIELD (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/dpdk/drivers/net/ark/
H A Drte_pmd_ark.h49 return *RTE_MBUF_DYNFIELD(mbuf, rte_pmd_ark_tx_userdata_dynfield_offset, in rte_pmd_ark_mbuf_tx_userdata_get()
72 *RTE_MBUF_DYNFIELD(mbuf, rte_pmd_ark_tx_userdata_dynfield_offset, in rte_pmd_ark_mbuf_tx_userdata_set()
94 return *RTE_MBUF_DYNFIELD(mbuf, rte_pmd_ark_rx_userdata_dynfield_offset, in rte_pmd_ark_mbuf_rx_userdata_get()
117 *RTE_MBUF_DYNFIELD(mbuf, rte_pmd_ark_rx_userdata_dynfield_offset, in rte_pmd_ark_mbuf_rx_userdata_set()
H A Dark_ethdev_rx.c277 *RTE_MBUF_DYNFIELD(mbuf, ark_timestamp_dynfield_offset, in eth_ark_recv_pkts()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h339 *RTE_MBUF_DYNFIELD(t_pkt, offs, uint32_t *); in rxq_cq_decompress_v()
345 *RTE_MBUF_DYNFIELD(elts[pos], offs, in rxq_cq_decompress_v()
347 *RTE_MBUF_DYNFIELD(elts[pos + 1], offs, in rxq_cq_decompress_v()
349 *RTE_MBUF_DYNFIELD(elts[pos + 2], offs, in rxq_cq_decompress_v()
351 *RTE_MBUF_DYNFIELD(elts[pos + 3], offs, in rxq_cq_decompress_v()
836 *RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *) = in rxq_cq_process_v()
839 *RTE_MBUF_DYNFIELD(pkts[pos + 1], offs, uint32_t *) = in rxq_cq_process_v()
842 *RTE_MBUF_DYNFIELD(pkts[pos + 2], offs, uint32_t *) = in rxq_cq_process_v()
845 *RTE_MBUF_DYNFIELD(pkts[pos + 3], offs, uint32_t *) = in rxq_cq_process_v()
848 if (*RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *)) in rxq_cq_process_v()
[all …]
H A Dmlx5_rxtx_vec_sse.h329 *RTE_MBUF_DYNFIELD(t_pkt, offs, uint32_t *); in rxq_cq_decompress_v()
335 *RTE_MBUF_DYNFIELD(elts[pos], offs, in rxq_cq_decompress_v()
337 *RTE_MBUF_DYNFIELD(elts[pos + 1], offs, in rxq_cq_decompress_v()
339 *RTE_MBUF_DYNFIELD(elts[pos + 2], offs, in rxq_cq_decompress_v()
341 *RTE_MBUF_DYNFIELD(elts[pos + 3], offs, in rxq_cq_decompress_v()
772 *RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *) = in rxq_cq_process_v()
774 *RTE_MBUF_DYNFIELD(pkts[pos + 1], offs, uint32_t *) = in rxq_cq_process_v()
776 *RTE_MBUF_DYNFIELD(pkts[pos + 2], offs, uint32_t *) = in rxq_cq_process_v()
778 *RTE_MBUF_DYNFIELD(pkts[pos + 3], offs, uint32_t *) = in rxq_cq_process_v()
780 if (*RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *)) in rxq_cq_process_v()
[all …]
H A Dmlx5_rxtx_vec_altivec.h472 *RTE_MBUF_DYNFIELD(t_pkt, offs, uint32_t *); in rxq_cq_decompress_v()
478 *RTE_MBUF_DYNFIELD(elts[pos], offs, in rxq_cq_decompress_v()
480 *RTE_MBUF_DYNFIELD(elts[pos + 1], offs, in rxq_cq_decompress_v()
482 *RTE_MBUF_DYNFIELD(elts[pos + 2], offs, in rxq_cq_decompress_v()
484 *RTE_MBUF_DYNFIELD(elts[pos + 3], offs, in rxq_cq_decompress_v()
1228 *RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *) = in rxq_cq_process_v()
1232 *RTE_MBUF_DYNFIELD(pkts[pos + 1], offs, uint32_t *) = in rxq_cq_process_v()
1236 *RTE_MBUF_DYNFIELD(pkts[pos + 2], offs, uint32_t *) = in rxq_cq_process_v()
1240 *RTE_MBUF_DYNFIELD(pkts[pos + 3], offs, uint32_t *) = in rxq_cq_process_v()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_order_common.h68 event->flow_id = *RTE_MBUF_DYNFIELD(event->mbuf, in order_flow_id_copy_from_mbuf()
76 *RTE_MBUF_DYNFIELD(mbuf, in order_flow_id_save()
85 return RTE_MBUF_DYNFIELD(mbuf, t->seqn_dynfield_offset, seqn_t *); in order_mbuf_seqn()
/f-stack/dpdk/lib/librte_reorder/
H A Drte_reorder.h43 return RTE_MBUF_DYNFIELD(mbuf, rte_reorder_seqn_dynfield_offset, in rte_reorder_seqn()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_dyn.h226 #define RTE_MBUF_DYNFIELD(m, offset, type) ((type)((uintptr_t)(m) + (offset))) macro
/f-stack/dpdk/lib/librte_node/
H A Dnode_private.h70 return RTE_MBUF_DYNFIELD(m, offset, struct node_mbuf_priv1 *); in node_mbuf_priv1()
/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c27 return RTE_MBUF_DYNFIELD(mbuf, in hwts_field()
37 return RTE_MBUF_DYNFIELD(mbuf, tsc_dynfield_offset, tsc_t *); in tsc_field()
/f-stack/dpdk/drivers/bus/fslmc/
H A Drte_fslmc.h60 return RTE_MBUF_DYNFIELD(mbuf, dpaa2_seqn_dynfield_offset, in dpaa2_seqn()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.h102 return RTE_MBUF_DYNFIELD(mbuf, in bnxt_cfa_code_dynfield()
/f-stack/dpdk/drivers/net/nfb/
H A Dnfb_rx.h24 return RTE_MBUF_DYNFIELD(mbuf, in nfb_timestamp_dynfield()
/f-stack/dpdk/drivers/net/iavf/
H A Drte_pmd_iavf.h100 RTE_MBUF_DYNFIELD((m), \
/f-stack/dpdk/drivers/net/ice/
H A Drte_pmd_ice.h100 RTE_MBUF_DYNFIELD((m), \
/f-stack/dpdk/drivers/bus/dpaa/
H A Drte_dpaa_bus.h43 return RTE_MBUF_DYNFIELD(mbuf, dpaa_seqn_dynfield_offset, in dpaa_seqn()
/f-stack/dpdk/app/test-pmd/
H A Dtxonly.c288 *RTE_MBUF_DYNFIELD in pkt_burst_prepare()
295 *RTE_MBUF_DYNFIELD in pkt_burst_prepare()
H A Dutil.c55 return *RTE_MBUF_DYNFIELD(mbuf, in get_timestamp()
/f-stack/dpdk/drivers/net/vmxnet3/
H A Dvmxnet3_ethdev.h203 return RTE_MBUF_DYNFIELD(mbuf, \ in vmxnet3_segs_dynfield()
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h477 return RTE_MBUF_DYNFIELD(mbuf, in rte_security_dynfield()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_eventdev_pmd.h654 return RTE_MBUF_DYNFIELD(mbuf, in rte_event_pmd_selftest_seqn()
/f-stack/dpdk/lib/librte_latencystats/
H A Drte_latencystats.c41 return RTE_MBUF_DYNFIELD(mbuf, in timestamp_dynfield()
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c2662 *RTE_MBUF_DYNFIELD(m, offset, uint8_t *) = 1; in test_mbuf_dyn()
2663 if (*RTE_MBUF_DYNFIELD(m, offset, uint8_t *) != 1) in test_mbuf_dyn()
2665 *RTE_MBUF_DYNFIELD(m, offset2, uint16_t *) = 1000; in test_mbuf_dyn()
2666 if (*RTE_MBUF_DYNFIELD(m, offset2, uint16_t *) != 1000) in test_mbuf_dyn()
H A Dtest_graph.c49 return RTE_MBUF_DYNFIELD(mbuf, \ in graph_field()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rx.h72 return RTE_MBUF_DYNFIELD(mbuf, in otx2_timestamp_dynfield()

12