Home
last modified time | relevance | path

Searched defs:cnt (Results 1 – 25 of 125) sorted by relevance

12345

/dpdk/drivers/net/mlx4/
H A Dmlx4_utils.c54 unsigned int cnt, int zero, int socket) in mlx4_mallocv_inline()
139 unsigned int cnt) in mlx4_mallocv()
152 unsigned int cnt) in mlx4_zmallocv()
171 unsigned int cnt, int socket) in mlx4_mallocv_socket()
185 unsigned int cnt, int socket) in mlx4_zmallocv_socket()
/dpdk/examples/ipsec-secgw/
H A Dipsec_process.c183 unsigned int cnt) in ipsec_prepare_crypto_group()
217 prep_process_group(void *sa, struct rte_mbuf *mb[], uint32_t cnt) in prep_process_group()
259 struct ipsec_traffic *trf, struct rte_mbuf *mb[], uint32_t cnt) in ipsec_process_inline_group()
278 struct ipsec_traffic *trf, struct rte_mbuf *mb[], uint32_t cnt) in ipsec_process_cpu_group()
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_hal.h24 uint64_t cnt : 32; member
45 uint64_t cnt : 32; member
123 uint64_t cnt : 32; member
H A Dnitrox_sym_reqmgr.c255 uint8_t cnt = sgtbl->map_bufs_cnt; in fill_sglist() local
273 uint8_t cnt = sgtbl->map_bufs_cnt; in create_sglist_from_mbuf() local
351 int err, cnt = 0; in create_cipher_outbuf() local
554 int i, cnt; in create_aead_inplace_outbuf() local
577 int cnt = 0; in create_aead_outbuf() local
H A Dnitrox_qp.h68 nitrox_ring_dbell(struct nitrox_qp *qp, uint16_t cnt) in nitrox_ring_dbell()
/dpdk/drivers/net/hns3/
H A Dhns3_stats.c424 uint64_t cnt; in hns3_update_port_rpu_drop_stats() local
498 uint64_t cnt; in hns3_update_port_rx_ssu_drop_stats() local
523 uint64_t cnt; in hns3_update_port_tx_ssu_drop_stats() local
591 uint32_t cnt; in hns3_rcb_rx_ring_stats_get() local
602 uint32_t cnt; in hns3_rcb_tx_ring_stats_get() local
1010 int cnt = *count; in hns3_imissed_stats_get() local
1186 uint32_t cnt = *count; in hns3_imissed_stats_name_get() local
/dpdk/lib/ipsec/
H A Dcrypto.h21 uint32_t cnt; member
33 uint32_t cnt; member
63 uint32_t cnt; member
102 uint32_t cnt; member
H A Drte_ipsec_group.h33 uint32_t cnt; /**< number of entries in the group */ member
/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.h23 u32 cnt; /* count of objects driver actually wants to create */ member
157 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument
181 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
/dpdk/lib/ip_frag/
H A Drte_ip_frag.h39 uint32_t cnt; /**< number of mbufs currently on death row */ member
/dpdk/lib/eal/include/generic/
H A Drte_atomic.h190 volatile int16_t cnt; /**< An internal counter value. */ member
473 volatile int32_t cnt; /**< An internal counter value. */ member
755 volatile int64_t cnt; /**< Internal counter value. */ member
H A Drte_rwlock.h34 volatile int32_t cnt; /**< -1 when W lock held, > 0 when R locks held. */ member
/dpdk/drivers/net/bnxt/tf_core/
H A Dll.h23 uint32_t cnt; member
/dpdk/drivers/net/bnx2x/
H A Decore_sp.c70 int cnt = 0; in ecore_exe_queue_length() local
288 int cnt = 5000; in ecore_state_wait() local
1307 int cnt = 5000, rc; in ecore_wait_vlan_mac() local
2501 int cnt = *line_idx; in ecore_mcast_hdl_pending_add_e2() local
2540 int cnt = *line_idx; in ecore_mcast_hdl_pending_del_e2() local
2587 int cnt = 0; in ecore_mcast_handle_pending_cmds_e2() local
2637 int cnt = *line_idx; in ecore_mcast_hdl_add() local
2692 int cnt = start_cnt; in ecore_mcast_handle_current_cmd() local
2811 int i, cnt = 0; in ecore_mcast_refresh_registry_e2() local
2833 int cnt = 0, rc; in ecore_mcast_setup_e2() local
[all …]
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.c167 int cnt = (len) / 8; in ulp_bs_push_lsb() local
202 int cnt = (len + 7) / 8; in ulp_bs_push_msb() local
578 uint32_t cnt = ULP_BITS_2_BYTE_NR(len); in ulp_bs_pull_lsb() local
630 uint32_t cnt = ULP_BITS_2_BYTE_NR(len); in ulp_bs_pull_msb() local
/dpdk/examples/vm_power_manager/guest_cli/
H A Dmain.c56 int i, cnt, idx; in parse_args() local
/dpdk/drivers/net/ark/
H A Dark_mpu.c68 int cnt = 0; in ark_mpu_reset() local
H A Dark_ddm.c55 int cnt = 0; in ark_ddm_stop() local
H A Dark_udm.c34 int cnt = 0; in ark_udm_stop() local
/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c430 u16 start = 0, cnt = 0, off = 0; in ice_acl_alloc_partition() local
626 u16 tcam_idx, num_cscd, units, cnt; in ice_acl_set_scen_chnk_msk() local
698 u16 tcam_idx, off, num_cscd, units, cnt; in ice_acl_commit_partition() local
/dpdk/drivers/dma/cnxk/
H A Dcnxk_dmadev.c353 int cnt; in cnxk_dmadev_completed() local
380 int cnt; in cnxk_dmadev_completed_status() local
/dpdk/lib/rcu/
H A Drte_rcu_qsbr.h76 uint64_t cnt; member
591 struct rte_rcu_qsbr_cnt *cnt; in __rte_rcu_qsbr_check_all() local
/dpdk/drivers/net/virtio/
H A Dvirtqueue.c66 int cnt = 0; in virtqueue_rxvq_flush_packed() local
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nffw.c186 unsigned int cnt, i; in nfp_nffw_info_fwid_first() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c220 struct mlx5_flow_counter *cnt = NULL; in flow_verbs_counter_new() local
298 struct mlx5_flow_counter *cnt; in flow_verbs_counter_release() local
326 struct mlx5_flow_counter *cnt = flow_verbs_counter_get_by_idx in flow_verbs_counter_query() local
1180 struct mlx5_flow_counter *cnt = NULL; in flow_verbs_translate_action_count() local

12345