Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dpdk/drivers/net/hinic/base/
H A Dhinic_csr.h28 #define HINIC_CSR_DMA_ATTR_TBL_ADDR(idx) \ argument
43 #define HINIC_CSR_MSIX_CTRL_ADDR(idx) \ argument
46 #define HINIC_CSR_MSIX_CNT_ADDR(idx) \ argument
80 #define HINIC_CSR_AEQ_CTRL_0_ADDR(idx) \ argument
83 #define HINIC_CSR_AEQ_CTRL_1_ADDR(idx) \ argument
86 #define HINIC_CSR_AEQ_CONS_IDX_ADDR(idx) \ argument
89 #define HINIC_CSR_AEQ_PROD_IDX_ADDR(idx) \ argument
103 #define HINIC_CSR_API_CMD_STATUS_HI_ADDR(idx) \ argument
115 #define HINIC_CSR_API_CMD_CHAIN_PI_ADDR(idx) \ argument
121 #define HINIC_CSR_API_CMD_STATUS_0_ADDR(idx) \ argument
[all …]
H A Dhinic_pmd_wq.h12 #define WQE_PAGE_NUM(wq, idx) (((idx) >> ((wq)->wqebbs_per_page_shift)) & \ argument
15 #define WQE_PAGE_OFF(wq, idx) ((u64)((wq)->wqebb_size) * \ argument
20 #define WQ_PAGE_ADDR(wq, idx) \ argument
59 #define MASKED_WQE_IDX(wq, idx) ((idx) & (wq)->mask) argument
72 #define WQ_WQE_ADDR(wq, idx) ((void *)((u64)((wq)->queue_buf_vaddr) + \ argument
/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c130 uint32_t idx, cur_max_idx, i; in mlx5_ipool_grow() local
407 uint32_t *idx) in _mlx5_ipool_malloc_cache()
513 mlx5_ipool_malloc(struct mlx5_indexed_pool *pool, uint32_t *idx) in mlx5_ipool_malloc()
583 mlx5_ipool_free(struct mlx5_indexed_pool *pool, uint32_t idx) in mlx5_ipool_free()
651 mlx5_ipool_get(struct mlx5_indexed_pool *pool, uint32_t idx) in mlx5_ipool_get()
796 uint32_t idx = *pos; in mlx5_ipool_get_next() local
921 __l3t_get_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, in __l3t_get_entry()
972 mlx5_l3t_get_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, in mlx5_l3t_get_entry()
984 mlx5_l3t_clear_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx) in mlx5_l3t_clear_entry()
1066 __l3t_set_entry(struct mlx5_l3t_tbl *tbl, uint32_t idx, in __l3t_set_entry()
[all …]
H A Dmlx5_txq.c187 mlx5_tx_queue_stop_primary(struct rte_eth_dev *dev, uint16_t idx) in mlx5_tx_queue_stop_primary()
227 mlx5_tx_queue_stop(struct rte_eth_dev *dev, uint16_t idx) in mlx5_tx_queue_stop()
260 mlx5_tx_queue_start_primary(struct rte_eth_dev *dev, uint16_t idx) in mlx5_tx_queue_start_primary()
295 mlx5_tx_queue_start(struct rte_eth_dev *dev, uint16_t idx) in mlx5_tx_queue_start()
384 mlx5_tx_queue_setup(struct rte_eth_dev *dev, uint16_t idx, uint16_t desc, in mlx5_tx_queue_setup()
424 mlx5_tx_hairpin_queue_setup(struct rte_eth_dev *dev, uint16_t idx, in mlx5_tx_hairpin_queue_setup()
1069 mlx5_txq_new(struct rte_eth_dev *dev, uint16_t idx, uint16_t desc, in mlx5_txq_new()
1135 mlx5_txq_hairpin_new(struct rte_eth_dev *dev, uint16_t idx, uint16_t desc, in mlx5_txq_hairpin_new()
1171 mlx5_txq_get(struct rte_eth_dev *dev, uint16_t idx) in mlx5_txq_get()
1196 mlx5_txq_release(struct rte_eth_dev *dev, uint16_t idx) in mlx5_txq_release()
[all …]
H A Dmlx5_utils.h122 uint32_t idx; /* Table index. */ member
132 uint32_t idx; /* Table index. */ member
142 uint32_t idx; /* Table index. */ member
152 uint32_t idx; /* Table index. */ member
225 uint32_t idx; /* Trunk id. */ member
239 uint32_t idx[]; member
245 uint32_t idx[]; /**< Cache objects. */ member
500 uint32_t idx = *pos; in mlx5_l3t_get_next() local
642 #define SILIST_INSERT(head, idx, elem, field) \ argument
655 #define MLX5_L3T_FOREACH(tbl, idx, entry) \ argument
[all …]
H A Dmlx5_rxq.c411 mlx5_rxq_releasable(struct rte_eth_dev *dev, uint16_t idx) in mlx5_rxq_releasable()
514 mlx5_rx_queue_stop(struct rte_eth_dev *dev, uint16_t idx) in mlx5_rx_queue_stop()
612 mlx5_rx_queue_start(struct rte_eth_dev *dev, uint16_t idx) in mlx5_rx_queue_start()
746 uint16_t idx, uint16_t desc, unsigned int socket, in mlx5_shared_rxq_match()
1973 uint16_t idx = rxq->idx; in mlx5_rxq_hairpin_new() local
2014 mlx5_rxq_ref(struct rte_eth_dev *dev, uint16_t idx) in mlx5_rxq_ref()
2035 mlx5_rxq_deref(struct rte_eth_dev *dev, uint16_t idx) in mlx5_rxq_deref()
2056 mlx5_rxq_get(struct rte_eth_dev *dev, uint16_t idx) in mlx5_rxq_get()
2116 mlx5_ext_rxq_ref(struct rte_eth_dev *dev, uint16_t idx) in mlx5_ext_rxq_ref()
2155 mlx5_ext_rxq_get(struct rte_eth_dev *dev, uint16_t idx) in mlx5_ext_rxq_get()
[all …]
H A Dmlx5_rss.c38 unsigned int idx; in mlx5_rss_hash_update() local
166 unsigned int idx; in mlx5_dev_rss_reta_query() local
202 unsigned int idx; in mlx5_dev_rss_reta_update() local
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_gen_hash.c18 uint32_t idx = 0, jdx = 0; in ulp_bit_alloc_list_alloc() local
42 uint32_t idx = 0, jdx; in ulp_bit_alloc_list_dealloc() local
194 uint32_t hash_id, key_idx, idx; in ulp_gen_hash_tbl_list_key_search() local
260 uint32_t idx; in ulp_gen_hash_tbl_list_index_search() local
307 uint32_t idx, key_index; in ulp_gen_hash_tbl_list_add() local
349 uint32_t idx, key_index; in ulp_gen_hash_tbl_list_del() local
H A Dulp_mark_mgr.c31 uint32_t idx = 0, hashtype = 0; in ulp_mark_db_idx_get() local
185 uint32_t idx = 0; in ulp_mark_db_mark_get() local
234 uint32_t idx = 0; in ulp_mark_db_mark_add() local
292 uint32_t idx = 0; in ulp_mark_db_mark_del() local
/dpdk/drivers/bus/dpaa/include/
H A Ddpaa_bits.h13 #define BITS_MASK(idx) (1UL << ((idx) & (BITS_PER_ULONG - 1))) argument
14 #define BITS_IDX(idx) ((idx) >> SHIFT_PER_ULONG) argument
22 static inline void dpaa_set_bit(int idx, volatile unsigned long *bits) in dpaa_set_bit()
33 static inline void dpaa_clear_bit(int idx, in dpaa_clear_bit()
/dpdk/lib/ring/
H A Drte_ring_elem_pvt.h15 uint32_t idx, const void *obj_table, uint32_t n) in __rte_ring_enqueue_elems_32()
62 uint32_t idx = prod_head & r->mask; in __rte_ring_enqueue_elems_64() local
95 uint32_t idx = prod_head & r->mask; in __rte_ring_enqueue_elems_128() local
134 uint32_t idx, scale, nr_idx, nr_num, nr_size; in __rte_ring_enqueue_elems() local
149 uint32_t idx, void *obj_table, uint32_t n) in __rte_ring_dequeue_elems_32()
196 uint32_t idx = prod_head & r->mask; in __rte_ring_dequeue_elems_64() local
229 uint32_t idx = prod_head & r->mask; in __rte_ring_dequeue_elems_128() local
264 uint32_t idx, scale, nr_idx, nr_num, nr_size; in __rte_ring_dequeue_elems() local
/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h22 #define ADV_RAW_CMP(idx, n) ((idx) + (n)) argument
23 #define NEXT_RAW_CMP(idx) ADV_RAW_CMP(idx, 1) argument
24 #define RING_CMP(ring, idx) ((idx) & (ring)->ring_mask) argument
25 #define RING_CMPL(ring_mask, idx) ((idx) & (ring_mask)) argument
26 #define NEXT_CMP(idx) RING_CMP(ADV_RAW_CMP(idx, 1)) argument
73 #define DB_EPOCH(db, idx) (((idx) & (db)->db_epoch_mask) << \ argument
75 #define DB_RING_IDX(db, idx) (((idx) & (db)->db_ring_mask) | \ argument
H A Dbnxt_ring.h13 #define RING_ADV(idx, n) ((idx) + (n)) argument
14 #define RING_NEXT(idx) RING_ADV(idx, 1) argument
15 #define RING_IDX(ring, idx) ((idx) & (ring)->ring_mask) argument
84 static inline void bnxt_db_write(struct bnxt_db_info *db, uint32_t idx) in bnxt_db_write()
130 uint32_t idx = DB_RING_IDX(&cpr->cp_db, cpr->cp_raw_cons); in bnxt_db_cq() local
/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.c196 u32 idx) in i40e_remove_pd_bp()
251 u32 idx) in i40e_prep_remove_sd_bp()
280 u32 idx, bool is_pf) in i40e_remove_sd_bp_new()
300 u32 idx) in i40e_prep_remove_pd_page()
329 u32 idx, bool is_pf) in i40e_remove_pd_page_new()
/dpdk/drivers/common/cnxk/
H A Droc_nix_rss.c30 uint32_t idx; in roc_nix_rss_key_set() local
45 uint32_t idx; in roc_nix_rss_key_get() local
59 uint16_t idx; in nix_cn9k_rss_reta_set() local
116 uint16_t idx; in nix_rss_reta_set() local
234 uint16_t idx, qcnt = nix->nb_rx_queues; in roc_nix_rss_default_setup() local
H A Droc_nix_inl.h65 roc_nix_inl_onf_ipsec_inb_sa(uintptr_t base, uint64_t idx) in roc_nix_inl_onf_ipsec_inb_sa()
73 roc_nix_inl_onf_ipsec_outb_sa(uintptr_t base, uint64_t idx) in roc_nix_inl_onf_ipsec_outb_sa()
93 roc_nix_inl_ot_ipsec_inb_sa(uintptr_t base, uint64_t idx) in roc_nix_inl_ot_ipsec_inb_sa()
101 roc_nix_inl_ot_ipsec_outb_sa(uintptr_t base, uint64_t idx) in roc_nix_inl_ot_ipsec_outb_sa()
/dpdk/lib/graph/
H A Drte_graph_worker.h70 uint16_t idx; /**< Number of objects used. */ member
219 const uint16_t idx, const uint16_t space) in __rte_node_enqueue_prologue()
275 const uint16_t idx = node->idx; in rte_node_enqueue() local
302 uint16_t idx = node->idx; in rte_node_enqueue_x1() local
332 uint16_t idx = node->idx; in rte_node_enqueue_x2() local
368 uint16_t idx = node->idx; in rte_node_enqueue_x4() local
431 const uint16_t idx = node->idx; in rte_node_next_stream_get() local
459 rte_edge_t next, uint16_t idx) in rte_node_next_stream_put()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tbl.h56 uint32_t *idx; member
78 uint32_t idx; member
108 uint32_t idx; member
134 uint32_t idx; member
H A Dtf_tcam.h71 uint16_t idx; member
93 uint16_t idx; member
160 uint16_t idx; member
182 uint32_t idx; member
224 uint32_t idx; member
/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.c213 uint16_t idx, pidx, pkt_len; in axgbe_recv_pkts() local
348 uint16_t idx, pidx, data_len = 0, pkt_len = 0; in eth_axgbe_recv_scattered_pkts() local
755 uint16_t idx; in axgbe_xmit_cleanup() local
781 uint16_t idx; in axgbe_xmit_hw() local
856 uint16_t idx; in axgbe_xmit_pkts() local
919 uint16_t idx; in axgbe_dev_rx_descriptor_status() local
942 uint16_t idx; in axgbe_dev_tx_descriptor_status() local
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_common.c347 u32 idx) in fm10k_update_hw_stats_tx_q()
400 u32 idx) in fm10k_update_hw_stats_rx_q()
458 u32 idx, u32 count) in fm10k_update_hw_stats_q()
480 void fm10k_unbind_hw_stats_q(struct fm10k_hw_stats_q *q, u32 idx, u32 count) in fm10k_unbind_hw_stats_q()
/dpdk/drivers/net/cnxk/
H A Dcnxk_lookup.c75 uint32_t idx; in nix_create_non_tunnel_ptype_array() local
184 uint32_t idx; in nix_create_tunnel_ptype_array() local
231 uint16_t idx, errcode, errlev; in nix_create_rx_ol_flags_array() local
/dpdk/drivers/net/ice/base/
H A Dice_pg_cam.c163 static void _pg_cam_parse_item(struct ice_hw *hw, u16 idx, void *item, in _pg_cam_parse_item()
184 static void _pg_sp_cam_parse_item(struct ice_hw *hw, u16 idx, void *item, in _pg_sp_cam_parse_item()
205 static void _pg_nm_cam_parse_item(struct ice_hw *hw, u16 idx, void *item, in _pg_nm_cam_parse_item()
227 static void _pg_nm_sp_cam_parse_item(struct ice_hw *hw, u16 idx, void *item, in _pg_nm_sp_cam_parse_item()
H A Dice_proto_grp.c11 int idx) in _proto_off_dump()
59 static void _proto_grp_parse_item(struct ice_hw *hw, u16 idx, void *item, in _proto_grp_parse_item()
/dpdk/lib/eal/windows/
H A Dgetopt.c120 const struct option *long_options, int *idx, int short_too) in parse_long_options()
240 const struct option *long_options, int *idx, int flags) in getopt_internal()
449 const struct option *long_options, int *idx) in getopt_long()
462 const struct option *long_options, int *idx) in getopt_long_only()

12345678910>>...15