Home
last modified time | relevance | path

Searched refs:obj_idx (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_xstats.c35 uint16_t obj_idx, /* port or queue id */
41 uint16_t obj_idx; member
68 const struct sw_port *p = &sw->ports[obj_idx]; in get_port_stat()
91 const struct sw_port *p = &sw->ports[obj_idx]; in get_port_bucket_stat()
282 .obj_idx = port, in sw_xstats_init()
297 .obj_idx = port, in sw_xstats_init()
324 .obj_idx = qid, in sw_xstats_init()
336 .obj_idx = qid, in sw_xstats_init()
352 .obj_idx = qid, in sw_xstats_init()
427 queue_port_id != sw->xstats[i].obj_idx) in sw_xstats_get_names()
[all …]
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_xstats.c70 uint16_t obj_idx, /* port or queue id */
86 uint16_t obj_idx; member
179 get_port_stat(struct dlb2_eventdev *dlb2, uint16_t obj_idx, in get_port_stat() argument
295 &dlb2->ev_queues[obj_idx]; in get_queue_stat()
308 case enq_ok: return dlb2_get_enq_ok_stat(dlb2, obj_idx); in get_queue_stat()
594 .obj_idx = port, in dlb2_xstats_init()
616 .obj_idx = qid, in dlb2_xstats_init()
686 queue_port_id != dlb2->xstats[i].obj_idx) in dlb2_eventdev_xstats_get_names()
735 queue_port_id != xs->obj_idx) in dlb2_xstats_update()
753 uint64_t val = fn(dlb2, xs->obj_idx, xs->stat, in dlb2_xstats_update()
[all …]
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_xstats.c59 uint16_t obj_idx, /* port or queue id */
75 uint16_t obj_idx; member
167 get_port_stat(struct dlb_eventdev *dlb, uint16_t obj_idx, in get_port_stat() argument
170 struct dlb_eventdev_port *ev_port = &dlb->ev_ports[obj_idx]; in get_port_stat()
255 get_queue_stat(struct dlb_eventdev *dlb, uint16_t obj_idx, in get_queue_stat() argument
538 .obj_idx = port, in dlb_xstats_init()
560 .obj_idx = qid, in dlb_xstats_init()
630 queue_port_id != dlb->xstats[i].obj_idx) in dlb_eventdev_xstats_get_names()
679 queue_port_id != xs->obj_idx) in dlb_xstats_update()
698 uint64_t val = fn(dlb, xs->obj_idx, xs->stat, in dlb_xstats_update()
[all …]
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.c330 void *obj, unsigned int obj_idx) in qat_comp_stream_init() argument
340 info->comp_dev->qat_dev->name, obj_idx); in qat_comp_stream_init()
353 info->comp_dev->qat_dev->name, obj_idx); in qat_comp_stream_init()
381 unsigned obj_idx __rte_unused) in qat_comp_stream_destroy()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h471 struct obj_idx { struct
488 struct obj_idx obuf[8]; /* table references storage */ argument
744 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti);
H A Dip_fw_sockopt.c164 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti);
166 struct tid_info *ti, struct obj_idx *pidx, int *unresolved);
169 struct obj_idx *oib, struct obj_idx *end);
2539 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti) in create_objects_compat()
2542 struct obj_idx *p; in create_objects_compat()
2650 struct obj_idx *end) in unref_oib_objects()
2654 struct obj_idx *p; in unref_oib_objects()
2724 struct obj_idx *pidx, int *unresolved) in ref_opcode_object()
2776 struct obj_idx *pidx; in ref_rule_objects()
2837 struct obj_idx *p, *pidx_first, *pidx_last; in rewrite_rule_uidx()
[all …]
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_lan_hmc.c1207 u32 obj_idx) in i40e_hmc_get_object_va() argument
1233 if (obj_idx >= hmc_info->hmc_obj[rsrc_type].cnt) { in i40e_hmc_get_object_va()
1240 I40E_FIND_SD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1, in i40e_hmc_get_object_va()
1245 hmc_info->hmc_obj[rsrc_type].size * obj_idx; in i40e_hmc_get_object_va()
1248 I40E_FIND_PD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1, in i40e_hmc_get_object_va()
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_pmd.c144 __rte_unused unsigned int obj_idx) in req_pool_obj_init() argument
/f-stack/dpdk/app/proc-info/
H A Dmain.c1324 void *obj, unsigned int obj_idx) in mempool_itr_obj() argument
1327 obj_idx, opaque, obj); in mempool_itr_obj()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h902 void *opaque, void *obj, unsigned obj_idx);
/f-stack/dpdk/lib/librte_kni/
H A Drte_kni.c381 unsigned obj_idx __rte_unused) in obj_free()
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c824 __rte_unused unsigned int obj_idx) in req_pool_obj_init() argument