Home
last modified time | relevance | path

Searched defs:ptype (Results 1 – 25 of 54) sorted by relevance

123

/dpdk/lib/mbuf/
H A Drte_mbuf_ptype.c11 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 Drte_mbuf_ptype.h675 #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 Dtxgbe_ptypes.c215 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 Dngbe_ptypes.c121 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 Drte_gro.c33 #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 Dl3fwd_common.h31 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 Dcnxk_lookup.c71 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 Dcn9k_rx.h70 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 Diavf_prototype.h72 STATIC INLINE struct iavf_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype) in decode_rx_desc_ptype()
/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c164 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 Dice_acl_filter.c62 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 Dice_ptype_mk.h10 u16 ptype; member
H A Dice_parser.h74 u16 ptype; /* 16 bits hardware PTYPE */ member
H A Dice_flex_pipe.c332 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 Di40e_prototype.h508 STATIC INLINE struct i40e_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype) in decode_rx_desc_ptype()
/dpdk/lib/node/
H A Dethdev_rx.c55 l3_ptype(uint16_t etype, uint32_t ptype) in l3_ptype()
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed.h160 uint32_t hdrlen, ptype; in virtio_vec_rx_offload() local
/dpdk/lib/eal/windows/
H A Deal.c45 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; in eal_proc_type_detect() local
/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkivf.h301 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 Denic_rxtx_vec_avx2.c612 __m256i ptype = _mm256_or_si256(nonfrag_ptype, frag_ptype); in enic_noscatter_vec_recv_pkts() local
/dpdk/examples/ipsec-secgw/
H A Dipsec_process.c227 uint32_t ptype = mb[j]->packet_type; in prep_process_group() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_altivec.h531 __vector unsigned char pinfo, ptype; in rxq_cq_to_ptype_oflags_v() local
H A Dmlx5_rxtx_vec_sse.h383 __m128i pinfo, ptype; in rxq_cq_to_ptype_oflags_v() local
H A Dmlx5_rxtx_vec_neon.h396 uint16x4_t ptype; in rxq_cq_to_ptype_oflags_v() local
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_neon.c90 uint8x16_t ptype, udp_csum_skip; in desc_to_olflags_v() local

123