Home
last modified time | relevance | path

Searched defs:to (Results 1 – 15 of 15) sorted by relevance

/dpdk/buildtools/
H A Dsymlink-drivers-solibs.py45 to = os.path.basename(file) variable
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h140 struct roc_se_sglist_comp *to = &list[i >> 2]; in fill_sg_comp() local
152 struct roc_se_sglist_comp *to = &list[i >> 2]; in fill_sg_comp_from_buf() local
164 struct roc_se_sglist_comp *to = &list[i >> 2]; in fill_sg_comp_from_buf_min() local
195 struct roc_se_sglist_comp *to = &list[i >> 2]; in fill_sg_comp_from_iov() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c577 } to; in mlx5_txpp_update_timestamp() local
995 } to; in mlx5_txpp_read_clock() local
H A Dmlx5_utils.h51 #define TRANSPOSE(val, from, to) \ argument
/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.c619 uint8_t *to; in mlx4_tx_burst_fill_tso_hdr() member
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c566 failsafe_stats_increment(struct rte_eth_stats *to, struct rte_eth_stats *from) in failsafe_stats_increment()
H A Dfailsafe_ops.c1075 fs_dev_merge_desc_lim(struct rte_eth_desc_lim *to, in fs_dev_merge_desc_lim()
/dpdk/lib/ipsec/
H A Desp_inb.c579 uint32_t hl[num], to[num]; in tun_process() local
643 uint32_t hl[num], to[num]; in trs_process() local
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h344 sg_comp_t *to = &list[i>>2]; in fill_sg_comp() local
357 sg_comp_t *to = &list[i>>2]; in fill_sg_comp_from_buf() local
371 sg_comp_t *to = &list[i >> 2]; in fill_sg_comp_from_buf_min() local
403 sg_comp_t *to = &list[i >> 2]; in fill_sg_comp_from_iov() local
/dpdk/lib/lpm/
H A Drte_lpm6.c1184 struct rte_lpm6_tbl_entry **to, in rule_find_range()
1296 struct rte_lpm6_tbl_entry *from, *to; in rte_lpm6_delete() local
/dpdk/lib/vhost/
H A Dvirtio_net.c212 uint16_t to, uint16_t from, uint16_t size) in do_flush_shadow_used_ring_split()
1665 uint16_t to = async->desc_idx_split & (vq->size - 1); in virtio_dev_rx_async_submit_split() local
1868 uint16_t to, from; in write_back_completed_descs_split() local
/dpdk/drivers/net/cxgbe/
H A Dsge.c551 struct ulptx_sge_pair *to; in write_sgl() local
1287 static void inline_tx_mbuf(const struct sge_txq *q, caddr_t from, caddr_t *to, in inline_tx_mbuf()
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_pf.c1801 struct fm10k_swapi_table_info *to) in fm10k_record_global_table_data()
/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_portal.c727 static void memcpy_byte_by_byte(void *to, const void *from, size_t n) in memcpy_byte_by_byte()