Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c866 RTE_SIZEOF_FIELD(struct rte_flow_item_eth, type),
871 RTE_SIZEOF_FIELD(struct rte_flow_item_eth, dst),
876 RTE_SIZEOF_FIELD(struct rte_flow_item_eth, src),
932 RTE_SIZEOF_FIELD(struct rte_flow_item_vlan, tci),
941 RTE_SIZEOF_FIELD(struct rte_flow_item_vlan, inner_type),
948 RTE_SIZEOF_FIELD(struct rte_flow_item_vlan, tci),
957 RTE_SIZEOF_FIELD(struct rte_flow_item_vlan, inner_type),
1046 RTE_SIZEOF_FIELD(struct rte_flow_item_ipv4,
1118 RTE_SIZEOF_FIELD(struct rte_flow_item_ipv6, hdr.proto),
1204 RTE_SIZEOF_FIELD(struct rte_flow_item_tcp, hdr.src_port),
[all …]
H A Dsfc.c1264 char board_sn[RTE_SIZEOF_FIELD(efx_nic_board_info_t, enbi_serial)];
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_osdep.h61 #define FIELD_SIZEOF(t, f) RTE_SIZEOF_FIELD(t, f)
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h750 #define RTE_SIZEOF_FIELD(type, field) (sizeof(((type *)0)->field)) macro
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h789 #define RTE_SIZEOF_FIELD(type, field) (sizeof(((type *)0)->field)) macro
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h68 #define FIELD_SIZEOF(t, f) RTE_SIZEOF_FIELD(t, f)
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_dyn.c499 if (req >= RTE_SIZEOF_FIELD(struct rte_mbuf, ol_flags) * CHAR_BIT && in rte_mbuf_dynflag_register_bitnum()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c66 .l_len = RTE_SIZEOF_FIELD(struct rte_mem_config, memsegs),
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c79 .l_len = RTE_SIZEOF_FIELD(struct rte_mem_config, memsegs),
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c2090 n_headers_max = RTE_SIZEOF_FIELD(struct thread, valid_headers) * 8; in rte_swx_pipeline_packet_header_register()