Home
last modified time | relevance | path

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

123456

/dpdk/lib/eal/include/
H A Drte_bitmap.h221 uint32_t pos) in __rte_bitmap_clear_slab_overhead_bits()
334 rte_bitmap_prefetch0(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_prefetch0()
355 rte_bitmap_get(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_get()
375 rte_bitmap_set(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_set()
403 rte_bitmap_set_slab(struct rte_bitmap *bmp, uint32_t pos, uint64_t slab) in rte_bitmap_set_slab()
468 rte_bitmap_clear(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_clear()
536 __rte_bitmap_scan_read(struct rte_bitmap *bmp, uint32_t *pos, uint64_t *slab) in __rte_bitmap_scan_read()
577 rte_bitmap_scan(struct rte_bitmap *bmp, uint32_t *pos, uint64_t *slab) in rte_bitmap_scan()
/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_hash.c107 int32_t pos) in print_key_info()
507 int pos, expectedPos, delPos; in test_add_delete_free_lf() local
605 int pos, expectedPos, delPos, result; in test_hash_get_key_with_position() local
708 int pos[5]; in test_five_keys() local
805 int pos[5]; in test_full_bucket() local
909 int pos[64]; in test_extendable_bucket() local
1934 int pos[total_entries]; in test_hash_rcu_qsbr_dq_mode() local
2104 int pos[total_entries]; in test_hash_rcu_qsbr_sync_mode() local
H A Dtest_rcu_qsbr_perf.c388 int32_t pos; in test_rcu_qsbr_sw_sv_1qs() local
508 int32_t pos; in test_rcu_qsbr_sw_sv_1qs_non_blocking() local
/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.h34 #define IFPGA_BIT_SET(var, pos) \ argument
38 #define IFPGA_BIT_RESET(var, pos) \ argument
42 #define IFPGA_BIT_ISSET(var, pos) \ argument
/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
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.c158 int pos = 0; in rte_table_hash_cuckoo_entry_add() local
205 int pos = 0; in rte_table_hash_cuckoo_entry_delete() local
278 int pos; in rte_table_hash_cuckoo_lookup() local
H A Drte_table_array.h37 uint32_t pos; member
H A Drte_table_lpm_ipv6.c139 nht_find_free(struct rte_table_lpm_ipv6 *lpm, uint32_t *pos) in nht_find_free()
154 nht_find_existing(struct rte_table_lpm_ipv6 *lpm, void *entry, uint32_t *pos) in nht_find_existing()
H A Drte_table_lpm.c142 nht_find_free(struct rte_table_lpm *lpm, uint32_t *pos) in nht_find_free()
157 nht_find_existing(struct rte_table_lpm *lpm, void *entry, uint32_t *pos) in nht_find_existing()
/dpdk/examples/l3fwd/
H A Dl3fwd_em_hlm.h188 int32_t i, j, pos; in l3fwd_em_send_packets() local
253 int32_t i, j, pos; in l3fwd_em_process_events() local
328 int32_t i, j, n, pos; in l3fwd_em_process_event_vector() local
/dpdk/drivers/net/nfp/
H A Dnfp_cpp_bridge.c59 uint32_t cpp_id, pos, len; in nfp_cpp_bridge_serve_write() local
160 uint32_t cpp_id, pos, len; in nfp_cpp_bridge_serve_read() 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/app/test-eventdev/
H A Dparser.h12 #define skip_white_spaces(pos) \ argument
/dpdk/lib/sched/
H A Drte_sched.c2256 struct rte_sched_subport *subport, uint32_t pos) in grinder_tc_ov_credits_update()
2300 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_update()
2350 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_check()
2397 struct rte_sched_subport *subport, uint32_t pos) in grinder_schedule()
2453 uint32_t pos, uint32_t bmp_pos, uint64_t bmp_slab) in grinder_pcache_populate()
2485 uint32_t pos, uint32_t qindex, uint16_t qmask) in grinder_tccache_populate()
2509 struct rte_sched_subport *subport, uint32_t pos) in grinder_next_tc()
2557 struct rte_sched_subport *subport, uint32_t pos) in grinder_next_pipe()
2663 grinder_wrr(struct rte_sched_subport *subport, uint32_t pos) in grinder_wrr()
2683 #define grinder_evict(subport, pos) argument
[all …]
/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_altivec.h46 unsigned int pos; in rxq_copy_mbuf_v() local
113 unsigned int pos; in rxq_cq_decompress_v() local
786 unsigned int pos; in rxq_cq_process_v() local
H A Dmlx5_rxtx_vec_sse.h44 unsigned int pos; in rxq_copy_mbuf_v() local
78 unsigned int pos; in rxq_cq_decompress_v() local
526 unsigned int pos; in rxq_cq_process_v() local
H A Dmlx5_rxtx_vec_neon.h42 unsigned int pos; in rxq_copy_mbuf_v() local
76 unsigned int pos; in rxq_cq_decompress_v() local
527 unsigned int pos; in rxq_cq_process_v() local
/dpdk/drivers/net/softnic/
H A Dparser.h15 #define skip_white_spaces(pos) \ argument
/dpdk/examples/ip_pipeline/
H A Dparser.h15 #define skip_white_spaces(pos) \ argument
/dpdk/lib/ring/
H A Drte_ring_core.h85 uint32_t pos; /**< head/tail position */ member
102 } pos; member
/dpdk/lib/ethdev/
H A Dethdev_private.c78 char *pos = str; in rte_eth_devargs_process_range() local
109 char *pos = str; in rte_eth_devargs_process_list() local

123456