Home
last modified time | relevance | path

Searched defs:from (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_sg.h22 fill_sg_comp_from_buf(struct roc_sglist_comp *list, uint32_t i, struct roc_se_buf_ptr *from) in fill_sg_comp_from_buf()
32 fill_sg_comp_from_buf_min(struct roc_sglist_comp *list, uint32_t i, struct roc_se_buf_ptr *from, in fill_sg_comp_from_buf_min()
51 fill_sg_comp_from_iov(struct roc_sglist_comp *list, uint32_t i, struct roc_se_iov_ptr *from, in fill_sg_comp_from_iov()
186 fill_sg2_comp_from_buf(struct roc_sg2list_comp *list, uint32_t i, struct roc_se_buf_ptr *from) in fill_sg2_comp_from_buf()
197 fill_sg2_comp_from_buf_min(struct roc_sg2list_comp *list, uint32_t i, struct roc_se_buf_ptr *from, in fill_sg2_comp_from_buf_min()
213 fill_sg2_comp_from_iov(struct roc_sg2list_comp *list, uint32_t i, struct roc_se_iov_ptr *from, in fill_sg2_comp_from_iov()
/dpdk/lib/node/
H A Dip4_local.c27 void **to_next, **from; in ip4_local_node_process_scalar() local
H A Dpkt_cls.c53 void **to_next, **from; in pkt_cls_node_process() local
H A Dip4_lookup_neon.h17 void **to_next, **from; in ip4_lookup_node_process_vec() local
[all...]
H A Dip4_lookup_sse.h19 void **to_next, **from; in ip4_lookup_node_process_vec() local
[all...]
H A Dip4_lookup.c57 void **to_next, **from; in ip4_lookup_node_process_scalar() local
H A Dudp4_input.c158 void **to_next, **from; in udp4_input_node_process_scalar() local
H A Dip4_rewrite.c44 void **to_next, **from; in ip4_rewrite_node_process() local
H A Dip6_rewrite.c44 void **to_next, **from; in ip6_rewrite_node_process() local
H A Dip6_lookup.c50 void **to_next, **from; in ip6_lookup_node_process_scalar() local
[all...]
/dpdk/lib/graph/
H A Dnode.c213 edge_update(struct node * node,struct node * prev,rte_edge_t from,const char ** next_nodes,rte_edge_t nb_edges) edge_update() argument
294 rte_node_edge_update(rte_node_t id,rte_edge_t from,const char ** next_nodes,uint16_t nb_edges) rte_node_edge_update() argument
[all...]
/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c301 of_find_compatible_node(const struct device_node *from, in of_find_compatible_node()
326 of_get_property(const struct device_node *from, const char *name, in of_get_property()
/dpdk/drivers/net/mlx4/
H A Dmlx4_prm.h156 mlx4_transpose(uint64_t val, uint64_t from, uint64_t to) in mlx4_transpose()
H A Dmlx4_rxtx.c614 char *from = rte_pktmbuf_mtod(buf, char *); in mlx4_tx_burst_fill_tso_hdr() local
/dpdk/drivers/net/sfc/
H A Dsfc_port.c420 const struct rte_ether_addr *from; in sfc_port_attach() local
/dpdk/lib/lpm/
H A Drte_lpm6.c1185 rule_find_range(struct rte_lpm6 * lpm,const uint8_t * ip,uint8_t depth,struct rte_lpm6_tbl_entry ** from,struct rte_lpm6_tbl_entry ** to,uint32_t * out_tbl_ind) rule_find_range() argument
1298 struct rte_lpm6_tbl_entry *from, *to; rte_lpm6_delete() local
[all...]
/dpdk/lib/vhost/
H A Dvirtio_net.c268 do_flush_shadow_used_ring_split(struct virtio_net * dev,struct vhost_virtqueue * vq,uint16_t to,uint16_t from,uint16_t size) do_flush_shadow_used_ring_split() argument
2192 uint16_t to, from; write_back_completed_descs_split() local
2223 uint16_t from = async->last_buffer_idx_packed; write_back_completed_descs_packed() local
2291 uint16_t start_idx, from, i; vhost_poll_enqueue_completed() local
3708 uint16_t start_idx, from, i; async_poll_dequeue_completed() local
[all...]
/dpdk/drivers/net/cxgbe/
H A Dsge.c1287 static void inline_tx_mbuf(const struct sge_txq *q, caddr_t from, caddr_t *to, in inline_tx_mbuf()
/dpdk/lib/bpf/
H A Dbpf_jit_arm64.c148 jump_offset_get(struct a64_jit_ctx *ctx, uint32_t from, int16_t offset) in jump_offset_get()