Searched refs:RTE_SIZEOF_FIELD (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_mae.c | 866 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 D | sfc.c | 1264 char board_sn[RTE_SIZEOF_FIELD(efx_nic_board_info_t, enbi_serial)];
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_osdep.h | 61 #define FIELD_SIZEOF(t, f) RTE_SIZEOF_FIELD(t, f)
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 750 #define RTE_SIZEOF_FIELD(type, field) (sizeof(((type *)0)->field)) macro
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 789 #define RTE_SIZEOF_FIELD(type, field) (sizeof(((type *)0)->field)) macro
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 68 #define FIELD_SIZEOF(t, f) RTE_SIZEOF_FIELD(t, f)
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf_dyn.c | 499 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 D | eal.c | 66 .l_len = RTE_SIZEOF_FIELD(struct rte_mem_config, memsegs),
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 79 .l_len = RTE_SIZEOF_FIELD(struct rte_mem_config, memsegs),
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_swx_pipeline.c | 2090 n_headers_max = RTE_SIZEOF_FIELD(struct thread, valid_headers) * 8; in rte_swx_pipeline_packet_header_register()
|