/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() 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 D | rte_mbuf_ptype.h | 675 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 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() 376 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 | 36 #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 D | l3fwd_common.h | 33 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 D | cnxk_lookup.c | 72 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 D | cn9k_rx.h | 69 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 D | ethdev_rx.c | 55 l3_ptype(uint16_t etype, uint32_t ptype) in l3_ptype()
|
/dpdk/examples/ipsec-secgw/ |
H A D | ipsec_worker.h | 68 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 D | ipsec_worker.c | 35 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 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 | 47 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; eal_proc_type_detect() local
|
/dpdk/drivers/net/ionic/ |
H A D | ionic_rxtx_simple.c | 236 uint8_t ptype, cflags; in ionic_rx_clean_one() local
|
H A D | ionic_rxtx_sg.c | 265 uint8_t ptype, cflags; in ionic_rx_clean_one_sg() 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/lib/eal/freebsd/ |
H A D | eal.c | 266 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; eal_proc_type_detect() local
|
/dpdk/drivers/net/mlx5/ |
H A D | mlx5_nta_rss.c | 41 uint32_t ptype, uint64_t rss_type) in mlx5_nta_ptype_rss_flow_create()
|
/dpdk/lib/eal/linux/ |
H A D | eal.c | 351 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; eal_proc_type_detect() local
|
/dpdk/drivers/net/sfc/ |
H A D | sfc_ef100_rx.c | 239 uint32_t ptype; in sfc_ef100_rx_class_decode() local
|
/dpdk/examples/vhost/ |
H A D | main.c | 1209 uint32_t ptype; in virtio_tx_offload() local
|
/dpdk/drivers/common/mlx5/linux/ |
H A D | mlx5_nl.c | 1837 uint8_t ptype = NLA_FLAG; in mlx5_nl_enable_roce_set() local
|
/dpdk/drivers/net/cxgbe/ |
H A D | sge.c | 1449 static inline void cxgbe_set_mbuf_info(struct rte_mbuf *pkt, uint32_t ptype, in cxgbe_set_mbuf_info()
|
/dpdk/lib/vhost/ |
H A D | virtio_net.c | 2787 uint32_t ptype; vhost_dequeue_offload() local
|