| /dpdk/lib/graph/ |
| H A D | graph_populate.c | 66 rte_graph_off_t off = _graph->nodes_start; in graph_nodes_populate() local 107 rte_graph_off_t off; in graph_node_id_to_ptr() local 121 rte_graph_off_t off; in graph_node_name_to_ptr() local 135 rte_graph_off_t off; in graph_node_nexts_populate() local 217 rte_graph_off_t off; in graph_nodes_mem_destroy() local
|
| H A D | graph.c | 217 rte_graph_off_t off; in graph_mem_fixup_node_ctx() local 421 rte_graph_off_t off; in rte_graph_node_get() local 443 rte_graph_off_t off; in rte_graph_node_get_by_name() local
|
| H A D | graph_debug.c | 48 rte_graph_off_t off; in rte_graph_obj_dump() local
|
| /dpdk/drivers/net/enetc/base/ |
| H A D | enetc_hw.h | 41 #define ENETC_BDR(type, n, off) (0x8000 + (type) * 0x100 + (n) * 0x200 \ argument 165 #define enetc_rd(hw, off) enetc_rd_reg((size_t)(hw)->reg + (off)) argument 169 #define enetc_port_wr(hw, off, val) \ argument 172 #define enetc_global_rd(hw, off) \ argument 174 #define enetc_global_wr(hw, off, val) \ argument 177 #define enetc_bdr_rd(hw, t, n, off) \ argument 179 #define enetc_bdr_wr(hw, t, n, off, val) \ argument 182 #define enetc_txbdr_rd(hw, n, off) enetc_bdr_rd(hw, TX, n, off) argument 183 #define enetc_rxbdr_rd(hw, n, off) enetc_bdr_rd(hw, RX, n, off) argument 184 #define enetc_txbdr_wr(hw, n, off, val) \ argument [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_inl.h | 67 uint64_t off = idx << ROC_NIX_INL_ONF_IPSEC_INB_SA_SZ_LOG2; in roc_nix_inl_onf_ipsec_inb_sa() local 75 uint64_t off = idx << ROC_NIX_INL_ONF_IPSEC_OUTB_SA_SZ_LOG2; in roc_nix_inl_onf_ipsec_outb_sa() local 95 uint64_t off = idx << ROC_NIX_INL_OT_IPSEC_INB_SA_SZ_LOG2; in roc_nix_inl_ot_ipsec_inb_sa() local 103 uint64_t off = idx << ROC_NIX_INL_OT_IPSEC_OUTB_SA_SZ_LOG2; in roc_nix_inl_ot_ipsec_outb_sa() local
|
| H A D | roc_npa.c | 49 int rc = -ENOSPC, off; in npa_aura_pool_init() local 90 int rc = -ENOSPC, off; in npa_aura_pool_fini() local 154 int rc = -ENOSPC, off; in roc_npa_pool_op_pc_reset() local
|
| H A D | roc_nix_irq.c | 161 nix_lf_q_irq_get_and_clear(struct nix *nix, uint16_t q, uint32_t off, in nix_lf_q_irq_get_and_clear() 222 nix_lf_sq_debug_reg(struct nix *nix, uint32_t off) in nix_lf_sq_debug_reg()
|
| H A D | roc_nix_bpf.c | 167 uint32_t off) in nix_precolor_conv_table_write() 182 uint32_t off; in nix_precolor_vlan_table_update() local 245 uint32_t off; in nix_precolor_gen_table_update() local
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.h | 270 nn_cfg_readb(struct nfp_net_hw *hw, int off) in nn_cfg_readb() 276 nn_cfg_writeb(struct nfp_net_hw *hw, int off, uint8_t val) in nn_cfg_writeb() 282 nn_cfg_readl(struct nfp_net_hw *hw, int off) in nn_cfg_readl() 288 nn_cfg_writel(struct nfp_net_hw *hw, int off, uint32_t val) in nn_cfg_writel() 294 nn_cfg_readq(struct nfp_net_hw *hw, int off) in nn_cfg_readq() 300 nn_cfg_writeq(struct nfp_net_hw *hw, int off, uint64_t val) in nn_cfg_writeq() 316 uint32_t off; in nfp_qcp_ptr_add() local 339 uint32_t off; in nfp_qcp_read() local
|
| /dpdk/drivers/dma/hisilicon/ |
| H A D | hisi_dmadev.c | 51 uint32_t off = hisi_dma_queue_base(hw) + in hisi_dma_queue_regaddr() local 57 hisi_dma_write_reg(void *base, uint32_t off, uint32_t val) in hisi_dma_write_reg() 64 hisi_dma_write_dev(struct hisi_dma_dev *hw, uint32_t off, uint32_t val) in hisi_dma_write_dev() 72 uint32_t off = hisi_dma_queue_base(hw) + in hisi_dma_write_queue() local 78 hisi_dma_read_reg(void *base, uint32_t off) in hisi_dma_read_reg() 85 hisi_dma_read_dev(struct hisi_dma_dev *hw, uint32_t off) in hisi_dma_read_dev() 93 uint32_t off = hisi_dma_queue_base(hw) + in hisi_dma_read_queue() local 99 hisi_dma_update_bit(struct hisi_dma_dev *hw, uint32_t off, uint32_t pos, in hisi_dma_update_bit()
|
| /dpdk/lib/net/ |
| H A D | rte_net.c | 130 uint32_t *off) in ptype_tunnel() 177 rte_net_skip_ip6_ext(uint16_t proto, const struct rte_mbuf *m, uint32_t *off, in rte_net_skip_ip6_ext() 229 uint32_t off = 0; in rte_net_get_ptype() local
|
| /dpdk/app/test/ |
| H A D | resource.c | 78 int64_t off; in do_copy() local 80 off_t off; in do_copy() local
|
| H A D | test.h | 42 #define TEST_ASSERT_BUFFERS_ARE_EQUAL_OFFSET(a, b, len, off, msg, ...) do { \ argument 70 #define TEST_ASSERT_BUFFERS_ARE_EQUAL_BIT_OFFSET(a, b, len, off, msg, ...) do { \ argument
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_io.h | 64 octeontx_reg_ldadd_u64(void *addr, int64_t off) in octeontx_reg_ldadd_u64() 116 octeontx_reg_ldadd_u64(void *addr, int64_t off) in octeontx_reg_ldadd_u64()
|
| /dpdk/drivers/raw/ntb/ |
| H A D | ntb.c | 611 uint16_t tx_last, nb_segs, off, last_used, avail_cnt; in ntb_enqueue_bufs() local 730 uint16_t off, last_avail, used_cnt, used_nb; in ntb_dequeue_bufs() local 1215 uint32_t i, j, off, xstats_num; in ntb_xstats_get() local 1247 uint32_t xstats_num, i, j, off; in ntb_xstats_get_names() local 1275 uint32_t xstats_num, i, j, off; in ntb_xstats_get_by_name() local 1320 uint32_t i, j, off, xstats_num; in ntb_xstats_reset() local
|
| /dpdk/lib/bpf/ |
| H A D | bpf_dump.c | 120 #define L(pc, off) ((int)(pc) + 1 + (off)) in rte_bpf_dump() argument
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_flow.c | 548 uint8_t *off = arg->inner_ofst; in enic_copy_item_inner_eth_v2() local 563 uint8_t *off = arg->inner_ofst; in enic_copy_item_inner_vlan_v2() local 581 uint8_t *off = arg->inner_ofst; in enic_copy_item_inner_ipv4_v2() local 597 uint8_t *off = arg->inner_ofst; in enic_copy_item_inner_ipv6_v2() local 613 uint8_t *off = arg->inner_ofst; in enic_copy_item_inner_udp_v2() local 628 uint8_t *off = arg->inner_ofst; in enic_copy_item_inner_tcp_v2() local
|
| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf.c | 138 size_t off; /* loop buffer offset. */ member 589 uint32_t off, uint32_t len) in rte_pktmbuf_copy() 703 const void *__rte_pktmbuf_read(const struct rte_mbuf *m, uint32_t off, in __rte_pktmbuf_read()
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_vdpa.c | 71 uint32_t off; member 452 vhost_vdpa_get_config(struct virtio_user_dev *dev, uint8_t *data, uint32_t off, uint32_t len) in vhost_vdpa_get_config() 482 vhost_vdpa_set_config(struct virtio_user_dev *dev, const uint8_t *data, uint32_t off, uint32_t len) in vhost_vdpa_set_config()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_bitops.h | 314 u16 off = i * BITS_PER_CHUNK; in ice_find_next_bit() local 325 u16 off = i * BITS_PER_CHUNK; in ice_find_next_bit() local
|
| /dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_nffw.c | 209 uint64_t *off) in nfp_nffw_info_mip_first()
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool_ops_default.c | 98 size_t off; in rte_mempool_op_populate_helper() local
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cnxk_mempool_ops.c | 136 size_t total_elt_sz, off; in cnxk_mempool_populate() local
|
| /dpdk/drivers/mempool/octeontx/ |
| H A D | rte_mempool_octeontx.c | 161 size_t off; in octeontx_fpavf_populate() local
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 543 size_t off; in rte_flow_conv_item_spec() local 628 size_t off; in rte_flow_conv_action_conf() local 742 size_t off; in rte_flow_conv_pattern() local 835 size_t off; in rte_flow_conv_actions() local 903 size_t off; in rte_flow_conv_rule() local
|