Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 46) sorted by relevance

12

/dpdk/drivers/common/nfp/
H A Dnfp_common.h106 uint32_t off) in nn_cfg_readb()
113 uint32_t off, in nn_cfg_writeb()
121 uint32_t off) in nn_cfg_readw()
128 uint32_t off, in nn_cfg_writew()
136 uint32_t off) in nn_cfg_readl()
143 uint32_t off, in nn_cfg_writel()
151 uint32_t off) in nn_cfg_readq()
158 uint32_t off, in nn_cfg_writeq()
179 uint32_t off; in nfp_qcp_ptr_add() local
201 uint32_t off; in nfp_qcp_read() local
/dpdk/lib/graph/
H A Dgraph_populate.c113 node->xstat_off = xstat_off - off; in graph_node_id_to_ptr() local
67 rte_graph_off_t off = _graph->nodes_start; graph_nodes_populate() local
127 rte_graph_off_t off; graph_node_name_to_ptr() local
141 rte_graph_off_t off; graph_node_nexts_populate() local
225 rte_graph_off_t off; graph_nodes_mem_destroy() local
[all...]
H A Dgraph_debug.c48 rte_graph_off_t off; rte_graph_obj_dump() local
H A Dgraph.c268 rte_graph_off_t off; in graph_mem_fixup_node_ctx() local
648 rte_graph_off_t off; in rte_graph_node_get() local
671 rte_graph_off_t off; in rte_graph_node_get_by_name() local
H A Drte_graph_model_mcore_dispatch.c82 uint16_t off = 0; in __graph_sched_node_enqueue() local
/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h41 #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
166 #define enetc_wr(hw, off, val) enetc_wr_reg((size_t)(hw)->reg + (off), val) argument
168 #define enetc_port_rd(hw, off) enetc_rd_reg((size_t)(hw)->port + (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
[all …]
/dpdk/drivers/common/cnxk/
H A Droc_nix_inl_dp.h32 uint64_t off = idx << ROC_NIX_INL_OT_IPSEC_INB_SA_SZ_LOG2; in roc_nix_inl_ot_ipsec_inb_sa() local
40 uint64_t off = idx << ROC_NIX_INL_OT_IPSEC_OUTB_SA_SZ_LOG2; in roc_nix_inl_ot_ipsec_outb_sa() local
H A Droc_nix_irq.c161 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 Droc_npa_irq.c104 npa_q_irq_get_and_clear(struct npa_lf *lf, uint32_t q, uint32_t off, in npa_q_irq_get_and_clear()
/dpdk/drivers/net/tap/bpf/
H A Dtap_rss.c61 __u32 off = 0; in parse_ipv4() local
107 skip_ip6_ext(__u16 proto, const struct __sk_buff *skb, __u32 *off, int *frag) in skip_ip6_ext()
163 __u32 off = 0, j; in parse_ipv6() local
/dpdk/lib/net/
H A Drte_net.c130 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/drivers/net/octeontx/base/
H A Docteontx_io.h64 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 Dntb.c611 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
1220 uint32_t i, j, off, xstats_num; in ntb_xstats_get() local
1252 uint32_t xstats_num, i, j, off; in ntb_xstats_get_names() local
1280 uint32_t xstats_num, i, j, off; in ntb_xstats_get_by_name() local
1325 uint32_t i, j, off, xstats_num; in ntb_xstats_reset() local
/dpdk/lib/bpf/
H A Dbpf_dump.c120 #define L(pc, off) ((int)(pc) + 1 + (off)) in rte_bpf_dump() argument
H A Dbpf_def.h138 int16_t off; global() member
H A Dbpf_exec.c131 const struct ebpf_insn *ins, uint32_t off, uint32_t len) in bpf_ld_mbuf()
H A Dbpf_jit_arm64.c34 uint32_t off; /* eBPF to arm64 insn offset mapping for jump */ member
1022 uint8_t tmp3, uint8_t dst, int16_t off, uint8_t src) in emit_xadd()
1087 emit_branch(struct a64_jit_ctx *ctx, uint8_t op, uint32_t i, int16_t off) in emit_branch()
1122 int16_t off; in emit() local
H A Dbpf_validate.c105 } off; member
754 uint32_t align, int16_t off) in eval_ptr()
871 size_t off; in eval_mbuf_store() member
1754 uint16_t off; in check_syntax() local
/dpdk/lib/mbuf/
H A Drte_mbuf.c142 size_t off; /* loop buffer offset. */ member
593 uint32_t off, uint32_t len) in rte_pktmbuf_copy()
710 const void *__rte_pktmbuf_read(const struct rte_mbuf *m, uint32_t off, in __rte_pktmbuf_read()
H A Drte_mbuf_dyn.c66 size_t off, align, size, i; in process_score() local
/dpdk/lib/mempool/
H A Drte_mempool_ops_default.c98 size_t off; in rte_mempool_op_populate_helper() local
/dpdk/drivers/common/cpt/
H A Dcpt_common.h64 pending_queue_push(struct pending_queue *q, void *rid, unsigned int off, in pending_queue_push()
/dpdk/drivers/net/pfe/base/cbus/
H A Dclass_csr.h24 #define CLASS_HDR_SIZE_LMEM(off) ((off) & 0x3f) argument
29 #define CLASS_HDR_SIZE_DDR(off) (((off) & 0x1ff) << 16) argument
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed.h188 uint16_t csum = 0, off; in virtio_vec_rx_offload() local
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c696 int off; in enic_fm_copy_item_gtp() local
789 int off; in enic_fm_copy_item_geneve() local
832 int off, len; in enic_fm_copy_item_geneve_opt() local
1241 append_template(void **template, uint8_t *off, const void *data, int len) in append_template()
1360 uint8_t off; in enic_fm_copy_vxlan_encap() local

12