Home
last modified time | relevance | path

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

12

/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() argument
29 const char *rte_get_ptype_l3_name(uint32_t ptype) in rte_get_ptype_l3_name() argument
43 const char *rte_get_ptype_l4_name(uint32_t ptype) in rte_get_ptype_l4_name() argument
58 rte_get_ptype_tunnel_name(uint32_t ptype) rte_get_ptype_tunnel_name() argument
79 rte_get_ptype_inner_l2_name(uint32_t ptype) rte_get_ptype_inner_l2_name() argument
90 rte_get_ptype_inner_l3_name(uint32_t ptype) rte_get_ptype_inner_l3_name() argument
106 rte_get_ptype_inner_l4_name(uint32_t ptype) rte_get_ptype_inner_l4_name() argument
120 rte_get_ptype_name(uint32_t ptype,char * buf,size_t buflen) rte_get_ptype_name() argument
[all...]
H A Drte_mbuf_ptype.h675 RTE_ETH_IS_IPV4_HDR(ptype) global() argument
682 RTE_ETH_IS_IPV6_HDR(ptype) global() argument
685 RTE_ETH_IS_TUNNEL_PKT(ptype) global() argument
[all...]
/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()
376 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.c36 #define IS_IPV4_TCP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
42 #define IS_IPV6_TCP_PKT(ptype) (RTE_ETH_IS_IPV6_HDR(ptype) && \ argument
47 #define IS_IPV4_UDP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
51 #define IS_IPV4_VXLAN_TCP4_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
65 #define IS_IPV4_VXLAN_UDP4_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
/dpdk/examples/l3fwd/
H A Dl3fwd_common.h33 rfc1812_process(struct rte_ipv4_hdr * ipv4_hdr,uint16_t * dp,uint32_t ptype) rfc1812_process() argument
52 rfc1812_process(mb,dp,ptype) global() argument
/dpdk/drivers/net/cnxk/
H A Dcnxk_lookup.c72 nix_create_non_tunnel_ptype_array(uint16_t *ptype) in nix_create_non_tunnel_ptype_array()
188 nix_create_tunnel_ptype_array(uint16_t *ptype) in nix_create_tunnel_ptype_array()
H A Dcn9k_rx.h69 const uint16_t *const ptype = lookup_mem; in nix_ptype_get() local
712 const uint32x4_t ptype = {RTE_PTYPE_L2_ETHER_TIMESYNC, in cn9k_nix_recv_pkts_vector() local
/dpdk/lib/node/
H A Dethdev_rx.c55 l3_ptype(uint16_t etype, uint32_t ptype) in l3_ptype()
/dpdk/examples/ipsec-secgw/
H A Dipsec_worker.h68 uint32_t ptype = mb[j]->packet_type; in prep_process_group() local
125 uint32_t ptype = pkt->packet_type; in prepare_one_packet() local
[all...]
H A Dipsec_worker.c35 uint32_t ptype = pkt->packet_type; in process_ipsec_get_pkt_type() local
1799 uint32_t ptype, proto; ipsec_poll_mode_wrkr_inl_pr_ss() local
/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.c47 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; eal_proc_type_detect() local
/dpdk/drivers/net/ionic/
H A Dionic_rxtx_simple.c236 uint8_t ptype, cflags; in ionic_rx_clean_one() local
H A Dionic_rxtx_sg.c265 uint8_t ptype, cflags; in ionic_rx_clean_one_sg() 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/lib/eal/freebsd/
H A Deal.c266 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; eal_proc_type_detect() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_nta_rss.c41 uint32_t ptype, uint64_t rss_type) in mlx5_nta_ptype_rss_flow_create()
/dpdk/lib/eal/linux/
H A Deal.c351 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; eal_proc_type_detect() local
/dpdk/drivers/net/sfc/
H A Dsfc_ef100_rx.c239 uint32_t ptype; in sfc_ef100_rx_class_decode() local
/dpdk/examples/vhost/
H A Dmain.c1209 uint32_t ptype; in virtio_tx_offload() local
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c1837 uint8_t ptype = NLA_FLAG; in mlx5_nl_enable_roce_set() local
/dpdk/drivers/net/cxgbe/
H A Dsge.c1449 static inline void cxgbe_set_mbuf_info(struct rte_mbuf *pkt, uint32_t ptype, in cxgbe_set_mbuf_info()
/dpdk/lib/vhost/
H A Dvirtio_net.c2787 uint32_t ptype; vhost_dequeue_offload() local

12