/dpdk/lib/fib/ |
H A D | dir24_8.c | 93 struct dir24_8_tbl *dp = p; dir24_8_get_lookup_fn() local 149 tbl8_get_idx(struct dir24_8_tbl * dp) tbl8_get_idx() argument 166 tbl8_free_idx(struct dir24_8_tbl * dp,int idx) tbl8_free_idx() argument 173 tbl8_alloc(struct dir24_8_tbl * dp,uint64_t nh) tbl8_alloc() argument 193 tbl8_recycle(struct dir24_8_tbl * dp,uint32_t ip,uint64_t tbl8_idx) tbl8_recycle() argument 261 install_to_fib(struct dir24_8_tbl * dp,uint32_t ledge,uint32_t redge,uint64_t next_hop) install_to_fib() argument 362 modify_fib(struct dir24_8_tbl * dp,struct rte_rib * rib,uint32_t ip,uint8_t depth,uint64_t next_hop) modify_fib() argument 415 struct dir24_8_tbl *dp; dir24_8_modify() local 505 struct dir24_8_tbl *dp; dir24_8_create() local 570 struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; dir24_8_free() local [all...] |
H A D | trie.c | 73 struct rte_trie_tbl *dp = p; trie_get_lookup_fn() local 119 tbl8_pool_init(struct rte_trie_tbl * dp) tbl8_pool_init() argument 134 tbl8_get(struct rte_trie_tbl * dp) tbl8_get() argument 148 tbl8_put(struct rte_trie_tbl * dp,uint32_t tbl8_ind) tbl8_put() argument 154 tbl8_alloc(struct rte_trie_tbl * dp,uint64_t nh) tbl8_alloc() argument 171 tbl8_recycle(struct rte_trie_tbl * dp,void * par,uint64_t tbl8_idx) tbl8_recycle() argument 264 recycle_root_path(struct rte_trie_tbl * dp,const uint8_t * ip_part,uint8_t common_tbl8,void * prev) recycle_root_path() argument 283 build_common_root(struct rte_trie_tbl * dp,const uint8_t * ip,int common_bytes,void ** tbl) build_common_root() argument 315 write_edge(struct rte_trie_tbl * dp,const uint8_t * ip_part,uint64_t next_hop,int len,enum edge edge,void * ent) write_edge() argument 358 install_to_dp(struct rte_trie_tbl * dp,const uint8_t * ledge,const uint8_t * r,uint64_t next_hop) install_to_dp() argument 463 modify_dp(struct rte_trie_tbl * dp,struct rte_rib6 * rib,const uint8_t ip[RTE_FIB6_IPV6_ADDR_SIZE],uint8_t depth,uint64_t next_hop) modify_dp() argument 522 struct rte_trie_tbl *dp; trie_modify() local 624 struct rte_trie_tbl *dp = NULL; trie_create() local 689 struct rte_trie_tbl *dp = (struct rte_trie_tbl *)p; trie_free() local [all...] |
H A D | dir24_8.h | 41 get_tbl24_p(struct dir24_8_tbl * dp,uint32_t ip,uint8_t nh_sz) get_tbl24_p() argument 90 get_tbl24(struct dir24_8_tbl * dp,uint32_t ip,uint8_t nh_sz) get_tbl24() argument 98 get_tbl8(struct dir24_8_tbl * dp,uint32_t res,uint32_t ip,uint8_t nh_sz) get_tbl8() argument 147 dir24_8_lookup_bulk(struct dir24_8_tbl * dp,const uint32_t * ips,uint64_t * next_hops,const unsigned int n,uint8_t nh_sz) dir24_8_lookup_bulk() argument 178 struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; dir24_8_lookup_bulk_0() local 187 struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; dir24_8_lookup_bulk_1() local 196 struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; dir24_8_lookup_bulk_2() local 205 struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; dir24_8_lookup_bulk_3() local 214 struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; dir24_8_lookup_bulk_uni() local [all...] |
H A D | dir24_8_avx512.c | 15 struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; in dir24_8_vec_lookup_x16() local 83 struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; dir24_8_vec_lookup_x8_8b() local [all...] |
H A D | trie_avx512.c | 73 struct rte_trie_tbl *dp = (struct rte_trie_tbl *)p; in trie_vec_lookup_x16x2() local 219 struct rte_trie_tbl *dp in trie_vec_lookup_x8x2_8b() local [all...] |
H A D | trie.h | 51 get_tbl24_p(struct rte_trie_tbl * dp,const uint8_t * ip,uint8_t nh_sz) get_tbl24_p() argument
|
H A D | rte_fib6.c | 45 void *dp; /**< pointer to the dataplane struct*/ global() member
|
H A D | rte_fib.c | 46 void *dp; /**< pointer to the dataplane struct*/ global() member [all...] |
/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
|
H A D | l3fwd_neon.h | 206 uint16x8_t dp = vdupq_n_u16(dst_ports[0]); process_dst_port() local 221 uint16x4_t dp = vdup_n_u16(dst_ports[0]); process_dst_port() local
|
H A D | l3fwd_sse.h | 203 __m128i dp = _mm_set1_epi16(dst_ports[0]); process_dst_port() local 217 __m128i dp = _mm_set1_epi16(dst_ports[0]); process_dst_port() local
|
H A D | l3fwd_altivec.h | 232 __vector unsigned short dp; process_dst_port() local
|
/dpdk/drivers/net/sfc/ |
H A D | sfc_tx.h | 87 struct sfc_dp_txq dp; member 99 struct sfc_dp_txq *dp; member
|
H A D | sfc_rx.h | 94 struct sfc_dp_rxq dp; member 113 struct sfc_dp_rxq *dp; member
|
H A D | sfc_repr_proxy.h | 80 struct sfc_dp_rxq *dp; member 94 struct sfc_dp_txq *dp; member
|
H A D | sfc_dp.h | 118 sfc_dp_match_hw_fw_caps(const struct sfc_dp *dp, unsigned int avail_caps) in sfc_dp_match_hw_fw_caps()
|
H A D | sfc_dp_tx.h | 171 struct sfc_dp dp; member
|
H A D | sfc_dp_rx.h | 221 struct sfc_dp dp; member
|
/dpdk/drivers/net/virtio/ |
H A D | virtqueue.h | 64 virtqueue_fetch_flags_packed(struct vring_packed_desc *dp, in virtqueue_fetch_flags_packed() 89 virtqueue_store_flags_packed(struct vring_packed_desc *dp, in virtqueue_store_flags_packed() 297 vring_desc_init_split(struct vring_desc *dp, uint16_t n) in vring_desc_init_split() 307 vring_desc_init_indirect_packed(struct vring_packed_desc *dp, int n) in vring_desc_init_indirect_packed()
|
/dpdk/drivers/crypto/virtio/ |
H A D | virtio_rxtx.c | 13 struct vring_desc *dp, *dp_tail; in vq_ring_free_chain() local
|
/dpdk/lib/bpf/ |
H A D | bpf_pkt.c | 195 void *dp[num]; in pkt_filter_vm() local 210 void *dp; in pkt_filter_jit() local
|
/dpdk/drivers/net/netvsc/ |
H A D | hn_nvs.c | 580 struct hn_nvs_datapath dp; in hn_nvs_set_datapath() local
|
/dpdk/lib/net/ |
H A D | rte_higig.h | 40 uint32_t dp:2; global() member
|
/dpdk/examples/fips_validation/ |
H A D | fips_validation_rsa.c | 75 BIGNUM *dp = NULL, *dq = NULL, *qinv = NULL; in prepare_vec_rsa() local
|
/dpdk/drivers/net/ark/ |
H A D | ark_ethdev_rx.c | 629 uint8_t *dp = RTE_PTR_ADD(mbuf->buf_addr, i); in dump_mbuf_data() local
|