Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 80) sorted by relevance

1234

/dpdk/app/test/
H A Dtest_bitmap.c21 uint32_t pos = 0, start_pos; in test_bitmap_scan_operations() local
111 uint32_t pos = 0; in test_bitmap_slab_set_get() local
223 uint32_t pos; in test_bitmap_all_set() local
H A Dtest_rcu_qsbr_perf.c392 int32_t pos; in test_rcu_qsbr_sw_sv_1qs() local
512 int32_t pos; in test_rcu_qsbr_sw_sv_1qs_non_blocking() local
/dpdk/lib/eal/include/
H A Drte_bitmap.h217 uint32_t pos) in __rte_bitmap_clear_slab_overhead_bits() argument
324 rte_bitmap_prefetch0(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_prefetch0() argument
345 rte_bitmap_get(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_get() argument
365 rte_bitmap_set(struct rte_bitmap * bmp,uint32_t pos) rte_bitmap_set() argument
393 rte_bitmap_set_slab(struct rte_bitmap * bmp,uint32_t pos,uint64_t slab) rte_bitmap_set_slab() argument
458 rte_bitmap_clear(struct rte_bitmap * bmp,uint32_t pos) rte_bitmap_clear() argument
526 __rte_bitmap_scan_read(struct rte_bitmap * bmp,uint32_t * pos,uint64_t * slab) __rte_bitmap_scan_read() argument
567 rte_bitmap_scan(struct rte_bitmap * bmp,uint32_t * pos,uint64_t * slab) rte_bitmap_scan() argument
[all...]
/dpdk/drivers/net/mlx5/hws/
H A Dmlx5dr_buddy.c38 static void bitmap_set_bit(struct rte_bitmap *bmp, uint32_t pos) in bitmap_set_bit()
43 static void bitmap_clear_bit(struct rte_bitmap *bmp, uint32_t pos) in bitmap_clear_bit()
57 uint32_t pos = 0; /* Compilation warn */ in bitmap_ffs() local
/dpdk/drivers/common/sfc_efx/base/
H A Defx_vpd.c411 __in unsigned int pos, in efx_vpd_next_keyword()
486 unsigned int pos; in efx_vpd_hunk_verify() local
585 unsigned int pos; in efx_vpd_hunk_reinit() local
639 unsigned int pos; in efx_vpd_hunk_next() local
717 unsigned int pos; in efx_vpd_hunk_get() local
777 unsigned int pos; in efx_vpd_hunk_set() local
H A Dsiena_mcdi.c40 unsigned int pos; in siena_mcdi_send_request() local
127 unsigned int pos = 0; in siena_mcdi_read_response() local
H A Def10_mcdi.c143 unsigned int pos; in ef10_mcdi_send_request() local
214 unsigned int pos = 0; in ef10_mcdi_read_response() local
H A Dsiena_vpd.c28 unsigned int pos; in siena_vpd_get_static() local
500 unsigned int pos; in siena_vpd_write() local
H A Dsiena_nvram.c319 unsigned int pos; in siena_nvram_get_dynamic_cfg() local
632 unsigned int pos; variable
H A Def10_nvram.c282 uint32_t *pos; in tlv_require_end() local
483 uint32_t *pos; in tlv_modify() local
648 int pos; in ef10_nvram_buffer_validate() local
1231 int pos; in ef10_nvram_read_tlv_segment() local
1503 int pos; in ef10_nvram_buf_segment_size() local
1638 int pos; in ef10_nvram_buf_write_tlv() local
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dload_cmd.h147 load_check_len_offset(int pos, uint32_t length, uint32_t offset) in load_check_len_offset()
219 int pos = -1, ret = -EINVAL; in rta_load() local
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.c162 int pos = 0; in rte_table_hash_cuckoo_entry_add() local
209 int pos = 0; in rte_table_hash_cuckoo_entry_delete() local
282 int pos; in rte_table_hash_cuckoo_lookup() local
H A Drte_table_array.h36 uint32_t pos; member
H A Drte_table_lpm.c145 nht_find_free(struct rte_table_lpm *lpm, uint32_t *pos) in nht_find_free()
160 nht_find_existing(struct rte_table_lpm *lpm, void *entry, uint32_t *pos) in nht_find_existing()
H A Drte_table_lpm_ipv6.c142 nht_find_free(struct rte_table_lpm_ipv6 *lpm, uint32_t *pos) in nht_find_free() argument
157 nht_find_existing(struct rte_table_lpm_ipv6 *lpm, void *entry, uint32_t *pos) in nht_find_existing() argument
/dpdk/lib/sched/
H A Drte_sched.c2249 struct rte_sched_subport *subport, uint32_t pos) in grinder_tc_ov_credits_update()
2293 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_update()
2332 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_update_with_tc_ov()
2382 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_check()
2415 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_check_with_tc_ov()
2462 struct rte_sched_subport *subport, uint32_t pos) in grinder_schedule()
2523 uint32_t pos, uint32_t bmp_pos, uint64_t bmp_slab) in grinder_pcache_populate()
2555 uint32_t pos, uint32_t qindex, uint16_t qmask) in grinder_tccache_populate()
2579 struct rte_sched_subport *subport, uint32_t pos) in grinder_next_tc()
2627 struct rte_sched_subport *subport, uint32_t pos) in grinder_next_pipe()
[all …]
/dpdk/lib/ring/
H A Drte_ring_core.h85 uint32_t pos; /**< head/tail position */ global() member
102 } pos; global() member
H A Drte_ring_peek_elem_pvt.h56 uint32_t pos; in __rte_ring_st_set_head_tail() local
/dpdk/examples/l3fwd/
H A Dl3fwd_em_hlm.h185 int32_t i, j, pos; in l3fwd_em_process_packets() local
267 int32_t i, j, pos; in l3fwd_em_process_events() local
[all...]
/dpdk/drivers/net/mlx5/
H A Dmlx5_rss.c204 unsigned int pos; in mlx5_dev_rss_reta_update() local
/dpdk/lib/ethdev/
H A Dethdev_private.c76 char *pos = str; in rte_eth_devargs_process_range() local
107 char *pos = str; in rte_eth_devargs_process_list() local
[all...]
/dpdk/drivers/common/cnxk/
H A Droc_mcs_sec_cfg.c101 uint32_t pos; in roc_mcs_rsrc_free() local
422 uint32_t pos = priv->sa_entries + tx_sc_sa_map->sa_index0; in roc_mcs_tx_sc_sa_map_write() local
/dpdk/lib/pipeline/
H A Drte_pipeline.c138 rte_mask_get_next(uint64_t mask, uint32_t pos) in rte_mask_get_next()
146 rte_mask_get_prev(uint64_t mask, uint32_t pos) in rte_mask_get_prev()
1096 uint32_t pos = p->entries[i]->action; in rte_pipeline_compute_masks() local
1105 uint32_t pos; in rte_pipeline_compute_masks() local
1378 uint32_t pos = default_entry->action; in rte_pipeline_run() local
/dpdk/lib/eal/arm/include/
H A Drte_vect.h41 uint8_t i, pos; in vqtbl1q_u8() local
/dpdk/examples/ipsec-secgw/
H A Dparser.c113 uint32_t pos; in parse_range() local
455 char *pos; in parse_cfg_file() local
[all...]

1234