Home
last modified time | relevance | path

Searched defs:m0 (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/l3fwd/
H A Dl3fwd_em_hlm_sse.h11 get_ipv4_5tuple(struct rte_mbuf *m0, __m128i mask0, in get_ipv4_5tuple()
23 get_ipv6_5tuple(struct rte_mbuf *m0, __m128i mask0, in get_ipv6_5tuple()
H A Dl3fwd_em_hlm_neon.h12 get_ipv4_5tuple(struct rte_mbuf *m0, int32x4_t mask0, in get_ipv4_5tuple()
23 get_ipv6_5tuple(struct rte_mbuf *m0, int32x4_t mask0, in get_ipv6_5tuple()
/dpdk/drivers/net/sfc/
H A Dsfc_ef10_essb_rx.c269 struct rte_mbuf *m0; in sfc_ef10_essb_rx_process_ev() local
H A Dsfc_ef10_rx.c260 struct rte_mbuf *m0; in sfc_ef10_rx_process_event() local
/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.c897 struct rte_mbuf *m[DPAA_EVENT_MAX_PORT_ENQUEUE_DEPTH], *m0; in dpaa_eventdev_txa_enqueue_same_dest() local
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c987 struct rte_mbuf *m[DPAA2_EVENT_MAX_PORT_ENQUEUE_DEPTH], *m0; in dpaa2_eventdev_txa_enqueue_same_dest() local
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c598 uint64_t m0 = rte_be_to_cpu_64(m[0]); in ipv6_mask_to_depth() local
/dpdk/app/test/
H A Dtest_mbuf.c2713 struct rte_mbuf *m0 = NULL, *m1 = NULL, *m2 = NULL; in test_nb_segs_and_next_reset() local
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c2166 int bnx2x_tx_encap(struct bnx2x_tx_queue *txq, struct rte_mbuf *m0) in bnx2x_tx_encap()