| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf_ptype.c | 11 const char *rte_get_ptype_l2_name(uint32_t ptype) in rte_get_ptype_l2_name() 29 const char *rte_get_ptype_l3_name(uint32_t ptype) in rte_get_ptype_l3_name() 43 const char *rte_get_ptype_l4_name(uint32_t ptype) in rte_get_ptype_l4_name() 58 const char *rte_get_ptype_tunnel_name(uint32_t ptype) in rte_get_ptype_tunnel_name() 79 const char *rte_get_ptype_inner_l2_name(uint32_t ptype) in rte_get_ptype_inner_l2_name() 90 const char *rte_get_ptype_inner_l3_name(uint32_t ptype) in rte_get_ptype_inner_l3_name() 106 const char *rte_get_ptype_inner_l4_name(uint32_t ptype) in rte_get_ptype_inner_l4_name() 120 int rte_get_ptype_name(uint32_t ptype, char *buf, size_t buflen) in rte_get_ptype_name()
|
| H A D | rte_mbuf_ptype.h | 675 #define RTE_ETH_IS_IPV4_HDR(ptype) ((ptype) & RTE_PTYPE_L3_IPV4) argument 682 #define RTE_ETH_IS_IPV6_HDR(ptype) ((ptype) & RTE_PTYPE_L3_IPV6) argument 685 #define RTE_ETH_IS_TUNNEL_PKT(ptype) ((ptype) & \ argument
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ptypes.c | 215 txgbe_encode_ptype_fcoe(u32 ptype) in txgbe_encode_ptype_fcoe() 226 txgbe_encode_ptype_mac(u32 ptype) in txgbe_encode_ptype_mac() 256 txgbe_encode_ptype_ip(u32 ptype) in txgbe_encode_ptype_ip() 298 txgbe_encode_ptype_tunnel(u32 ptype) in txgbe_encode_ptype_tunnel() 392 u8 txgbe_encode_ptype(u32 ptype) in txgbe_encode_ptype()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ptypes.c | 121 ngbe_encode_ptype_mac(u32 ptype) in ngbe_encode_ptype_mac() 148 ngbe_encode_ptype_ip(u32 ptype) in ngbe_encode_ptype_ip() 190 ngbe_encode_ptype_tunnel(u32 ptype) in ngbe_encode_ptype_tunnel() 285 u8 ngbe_encode_ptype(u32 ptype) in ngbe_encode_ptype()
|
| /dpdk/lib/gro/ |
| H A D | rte_gro.c | 33 #define IS_IPV4_TCP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument 37 #define IS_IPV4_UDP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument 41 #define IS_IPV4_VXLAN_TCP4_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument 54 #define IS_IPV4_VXLAN_UDP4_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_common.h | 31 rfc1812_process(struct rte_ipv4_hdr *ipv4_hdr, uint16_t *dp, uint32_t ptype) in rfc1812_process() 50 #define rfc1812_process(mb, dp, ptype) do { } while (0) argument
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_lookup.c | 71 nix_create_non_tunnel_ptype_array(uint16_t *ptype) in nix_create_non_tunnel_ptype_array() 180 nix_create_tunnel_ptype_array(uint16_t *ptype) in nix_create_tunnel_ptype_array()
|
| H A D | cn9k_rx.h | 70 const uint16_t *const ptype = lookup_mem; in nix_ptype_get() local 703 const uint32x4_t ptype = {RTE_PTYPE_L2_ETHER_TIMESYNC, in cn9k_nix_recv_pkts_vector() local
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_prototype.h | 72 STATIC INLINE struct iavf_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype) in decode_rx_desc_ptype()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_fdir_filter.c | 164 enum ice_fltr_ptype ptype, fltr_ptype; in ice_fdir_prof_alloc() local 556 enum ice_fltr_ptype ptype; in ice_fdir_prof_free() local 571 ice_fdir_prof_rm(struct ice_pf *pf, enum ice_fltr_ptype ptype, bool is_tunnel) in ice_fdir_prof_rm() 609 enum ice_fltr_ptype ptype; in ice_fdir_prof_rm_all() local 670 enum ice_fltr_ptype ptype, in ice_fdir_cur_prof_conflict() 707 enum ice_fltr_ptype ptype, in ice_fdir_prof_resolve_conflict() 733 enum ice_fltr_ptype ptype, in ice_fdir_cross_prof_conflict() 844 enum ice_fltr_ptype ptype, in ice_fdir_hw_tbl_conf() 1132 ice_fdir_cnt_update(struct ice_pf *pf, enum ice_fltr_ptype ptype, in ice_fdir_cnt_update()
|
| H A D | ice_acl_filter.c | 62 enum ice_fltr_ptype ptype, fltr_ptype; in ice_acl_prof_alloc() local 1026 enum ice_fltr_ptype ptype; in ice_acl_prof_free() local
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptype_mk.h | 10 u16 ptype; member
|
| H A D | ice_parser.h | 74 u16 ptype; /* 16 bits hardware PTYPE */ member
|
| H A D | ice_flex_pipe.c | 332 bool ice_hw_ptype_ena(struct ice_hw *hw, u16 ptype) in ice_hw_ptype_ena() 2600 ice_ptg_find_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 *ptg) in ice_ptg_find_ptype() 2634 ice_ptg_remove_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) in ice_ptg_remove_ptype() 2681 ice_ptg_add_mv_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) in ice_ptg_add_mv_ptype() 4929 ice_add_prof_attrib(struct ice_prof_map *prof, u8 ptg, u16 ptype, in ice_add_prof_attrib() 5079 u16 ptype; in ice_add_prof() local
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_prototype.h | 508 STATIC INLINE struct i40e_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype) in decode_rx_desc_ptype()
|
| /dpdk/lib/node/ |
| H A D | ethdev_rx.c | 55 l3_ptype(uint16_t etype, uint32_t ptype) in l3_ptype()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx_packed.h | 160 uint32_t hdrlen, ptype; in virtio_vec_rx_offload() local
|
| /dpdk/lib/eal/windows/ |
| H A D | eal.c | 45 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; in eal_proc_type_detect() local
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkivf.h | 301 pki_port_type_t ptype; in octeontx_pki_port_close() local 323 pki_port_type_t ptype; in octeontx_pki_port_start() local 345 pki_port_type_t ptype; in octeontx_pki_port_stop() local
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_rxtx_vec_avx2.c | 612 __m256i ptype = _mm256_or_si256(nonfrag_ptype, frag_ptype); in enic_noscatter_vec_recv_pkts() local
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 227 uint32_t ptype = mb[j]->packet_type; in prep_process_group() local
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_altivec.h | 531 __vector unsigned char pinfo, ptype; in rxq_cq_to_ptype_oflags_v() local
|
| H A D | mlx5_rxtx_vec_sse.h | 383 __m128i pinfo, ptype; in rxq_cq_to_ptype_oflags_v() local
|
| H A D | mlx5_rxtx_vec_neon.h | 396 uint16x4_t ptype; in rxq_cq_to_ptype_oflags_v() local
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx_vec_neon.c | 90 uint8x16_t ptype, udp_csum_skip; in desc_to_olflags_v() local
|