Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 25 of 103) sorted by relevance

12345

/dpdk/lib/gpudev/
H A Drte_gpudev.h55 int16_t dev_id;
57 int16_t parent;
65 int16_t numa_node;
77 typedef void (rte_gpu_callback_t)(int16_t dev_id,
180 bool rte_gpu_is_valid(int16_t dev_id);
206 int16_t rte_gpu_add_child(const char *name,
207 int16_t parent, uint64_t child_context);
227 int16_t rte_gpu_find_next(int16_t dev_id, int16_t parent);
285 int rte_gpu_close(int16_t dev_id);
409 int rte_gpu_mem_free(int16_t dev_id, void *ptr);
[all …]
H A Dgpudev.c30 static int16_t gpu_max;
93 gpu_match_parent(int16_t dev_id, int16_t parent) in gpu_match_parent()
100 int16_t
101 rte_gpu_find_next(int16_t dev_id, int16_t parent) in rte_gpu_find_next()
115 static int16_t
118 int16_t dev_id; in gpu_find_free_id()
138 int16_t dev_id; in rte_gpu_get_by_name()
180 int16_t dev_id; in rte_gpu_allocate()
241 int16_t dev_id; in rte_gpu_attach()
287 int16_t
[all …]
/dpdk/lib/dmadev/
H A Drte_dmadev.h207 bool rte_dma_is_valid(int16_t dev_id);
231 int16_t rte_dma_next_dev(int16_t start_dev_id);
307 int16_t numa_node;
389 int rte_dma_start(int16_t dev_id);
406 int rte_dma_stop(int16_t dev_id);
423 int rte_dma_close(int16_t dev_id);
606 int rte_dma_vchan_setup(int16_t dev_id, uint16_t vchan,
652 int rte_dma_stats_get(int16_t dev_id, uint16_t vchan,
722 int rte_dma_dump(int16_t dev_id, FILE *f);
986 rte_dma_submit(int16_t dev_id, uint16_t vchan) in rte_dma_submit()
[all …]
H A Drte_dmadev.c18 static int16_t dma_devices_max;
26 int16_t dev_max;
52 int16_t
55 int16_t dev_id = start_dev_id; in rte_dma_next_dev()
88 static int16_t
91 int16_t i; in dma_find_free_id()
107 int16_t i; in dma_find_by_name()
238 int16_t dev_id; in dma_allocate_primary()
281 int16_t i; in dma_attach_secondary()
485 rte_dma_start(int16_t dev_id) in rte_dma_start()
[all …]
H A Drte_dmadev_pmd.h98 int16_t dev_id; /**< Device [external] identifier. */
99 int16_t numa_node; /**< Local NUMA memory ID. -1 if unknown. */
/dpdk/lib/vhost/
H A Drte_vhost_async.h100 struct rte_mbuf **pkts, uint16_t count, int16_t dma_id,
125 struct rte_mbuf **pkts, uint16_t count, int16_t dma_id,
183 struct rte_mbuf **pkts, uint16_t count, int16_t dma_id,
205 int rte_vhost_async_dma_configure(int16_t dma_id, uint16_t vchan_id);
/dpdk/lib/eal/include/generic/
H A Drte_atomic.h190 volatile int16_t cnt; /**< An internal counter value. */
218 static inline int16_t
233 rte_atomic16_set(rte_atomic16_t *v, int16_t new_value) in rte_atomic16_set()
247 rte_atomic16_add(rte_atomic16_t *v, int16_t inc) in rte_atomic16_add()
261 rte_atomic16_sub(rte_atomic16_t *v, int16_t dec) in rte_atomic16_sub()
313 static inline int16_t
314 rte_atomic16_add_return(rte_atomic16_t *v, int16_t inc) in rte_atomic16_add_return()
333 static inline int16_t
334 rte_atomic16_sub_return(rte_atomic16_t *v, int16_t dec) in rte_atomic16_sub_return()
H A Drte_vect.h119 typedef int16_t rte_v64s16_t __attribute__((vector_size(8), aligned(8)));
141 typedef int16_t rte_v128s16_t __attribute__((vector_size(16), aligned(16)));
173 typedef int16_t rte_v256s16_t __attribute__((vector_size(32), aligned(32)));
/dpdk/drivers/event/dsw/
H A Ddsw_event.c130 static int16_t
154 int16_t old_load; in dsw_port_load_update()
155 int16_t period_load; in dsw_port_load_update()
156 int16_t new_load; in dsw_port_load_update()
367 int16_t load_limit) in dsw_retrieve_port_loads()
373 int16_t measured_load = in dsw_retrieve_port_loads()
389 static int16_t
396 static int16_t
397 dsw_evaluate_migration(int16_t source_load, int16_t target_load, in dsw_evaluate_migration()
462 int16_t flow_load; in dsw_select_emigration_target()
[all …]
H A Ddsw_evdev.h76 #define DSW_LOAD_FROM_PERCENT(x) ((int16_t)(((x)*DSW_MAX_LOAD)/100))
224 int16_t load __rte_cache_aligned;
/dpdk/app/test/
H A Dtest_dmadev.c40 int16_t dev_id, uint16_t vchan, bool check_err_stats) in runtest()
67 await_hw(int16_t dev_id, uint16_t vchan) in await_hw()
87 do_multi_copies(int16_t dev_id, uint16_t vchan, in do_multi_copies()
178 test_enqueue_copies(int16_t dev_id, uint16_t vchan) in test_enqueue_copies()
286 test_failure_in_full_burst(int16_t dev_id, uint16_t vchan, bool fence, in test_failure_in_full_burst()
440 test_single_item_status_query_with_failure(int16_t dev_id, uint16_t vchan, in test_single_item_status_query_with_failure()
586 test_completion_status(int16_t dev_id, uint16_t vchan, bool fence) in test_completion_status()
622 test_completion_handling(int16_t dev_id, uint16_t vchan) in test_completion_handling()
629 test_enqueue_fill(int16_t dev_id, uint16_t vchan) in test_enqueue_fill()
674 test_burst_capacity(int16_t dev_id, uint16_t vchan) in test_burst_capacity()
[all …]
H A Dtest_atomic.c535 rte_atomic16_set(&a16, (int16_t)(1 - (int16_t)rte_lcore_count())); in test_atomic()
557 rte_atomic16_set(&a16, (int16_t)(rte_lcore_count() - 1)); in test_atomic()
/dpdk/lib/cmdline/
H A Dcmdline_parse_num.c78 if (ressize < sizeof(int16_t)) in check_res_size()
265 if (res) *(int16_t *)res = (int16_t) res1; in cmdline_parse_num()
297 if (res) *(int16_t *)res = (int16_t) (-res1); in cmdline_parse_num()
/dpdk/drivers/event/octeontx/
H A Dtimvf_worker.h12 static inline int16_t
19 static inline int16_t
257 int16_t rem; in timvf_add_entry_sp()
304 int16_t rem; in timvf_add_entry_mp()
376 int16_t rem; in timvf_add_entry_brst()
377 int16_t crem; in timvf_add_entry_brst()
/dpdk/drivers/event/sw/
H A Dsw_evdev.h165 int16_t is_directed; /** Takes from a single directed QID */
170 int16_t num_ordered_qids;
312 int16_t queue_port_id,
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h80 int16_t next_qid[MAX_NUM_STAGES+2];
81 int16_t qid[MAX_NUM_STAGES];
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_types.h22 typedef int16_t s16;
/dpdk/lib/mbuf/
H A Drte_mbuf.h345 __rte_mbuf_refcnt_update(struct rte_mbuf *m, int16_t value) in __rte_mbuf_refcnt_update()
361 rte_mbuf_refcnt_update(struct rte_mbuf *m, int16_t value) in rte_mbuf_refcnt_update()
383 __rte_mbuf_refcnt_update(struct rte_mbuf *m, int16_t value) in __rte_mbuf_refcnt_update()
393 rte_mbuf_refcnt_update(struct rte_mbuf *m, int16_t value) in rte_mbuf_refcnt_update()
460 int16_t value) in rte_mbuf_ext_refcnt_update()
1460 static inline void rte_pktmbuf_refcnt_update(struct rte_mbuf *m, int16_t v) in rte_pktmbuf_refcnt_update()
/dpdk/drivers/net/igc/
H A Digc_ethdev.h229 int16_t txq_stats_map[IGC_QUEUE_PAIRS_NUM];
230 int16_t rxq_stats_map[IGC_QUEUE_PAIRS_NUM];
/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_worker.h16 static inline int16_t
23 static inline int16_t
240 int16_t rem; in cnxk_tim_add_entry_sp()
453 int16_t rem, crem; in cnxk_tim_add_entry_brst()
/dpdk/drivers/common/sfc_efx/base/
H A Def10_tlv_layout.h338 int16_t max_pf_number; /**< Largest PF RID (lower PFs may be hidden) */
396 int16_t num_q_allocs;
684 int16_t offset_millivolts;
/dpdk/drivers/event/dlb2/
H A Ddlb2_priv.h356 int16_t issued_releases;
357 int16_t token_pop_thresh;
667 int16_t queue_port_id,
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf_osdep.h40 typedef int16_t s16;
/dpdk/lib/bpf/
H A Dbpf_def.h138 int16_t off;
/dpdk/drivers/net/cnxk/
H A Dcn9k_ethdev.h20 int16_t nb_sqb_bufs_adj;

12345