| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | header_cmd.h | 43 unsigned int start_idx, in rta_shr_header() argument 79 opcode |= (start_idx << HDR_START_IDX_SHIFT) & in rta_shr_header() 82 opcode |= (start_idx << HDR_START_IDX_SHIFT) & in rta_shr_header() 113 unsigned int start_idx, in rta_job_header() argument 158 if ((flags & EXT) && !(flags & SHR) && (start_idx < 2)) { in rta_job_header() 166 opcode |= (start_idx << HDR_START_IDX_SHIFT) & in rta_job_header() 169 opcode |= (start_idx << HDR_START_IDX_SHIFT) & in rta_job_header()
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 211 #define SHR_HDR(program, share, start_idx, flags) \ argument 212 rta_shr_header(program, share, start_idx, flags) 229 #define JOB_HDR(program, share, start_idx, share_desc, flags) \ argument 230 rta_job_header(program, share, start_idx, share_desc, flags, 0) 249 #define JOB_HDR_EXT(program, share, start_idx, share_desc, flags, ext_flags) \ argument 250 rta_job_header(program, share, start_idx, share_desc, flags | EXT, \
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_fc_mgr.c | 260 parms.starting_idx = fc_info->shadow_hw_tbl[dir].start_idx; in ulp_bulk_get_flow_stats() 400 sw_cntr_indx = hw_cntr_id - fc_info->shadow_hw_tbl[dir].start_idx; in ulp_get_single_flow_stat() 575 uint32_t start_idx) in ulp_fc_mgr_start_idx_set() argument 585 ulp_fc_info->shadow_hw_tbl[dir].start_idx = start_idx; in ulp_fc_mgr_start_idx_set() 619 sw_cntr_idx = hw_cntr_id - ulp_fc_info->shadow_hw_tbl[dir].start_idx; in ulp_fc_mgr_cntr_set() 654 sw_cntr_idx = hw_cntr_id - ulp_fc_info->shadow_hw_tbl[dir].start_idx; in ulp_fc_mgr_cntr_reset() 741 ulp_fc_info->shadow_hw_tbl[dir].start_idx; in ulp_fc_mgr_query_count_get() 799 sw_cntr_idx = hw_cntr_id - ulp_fc_info->shadow_hw_tbl[dir].start_idx; in ulp_fc_mgr_cntr_parent_flow_set()
|
| H A D | ulp_fc_mgr.h | 43 uint32_t start_idx; member 105 uint32_t start_idx);
|
| H A D | ulp_template_struct.h | 126 uint32_t start_idx; member
|
| /dpdk/examples/vhost/ |
| H A D | virtio_net.c | 192 uint16_t avail_idx, free_entries, start_idx; in vs_enqueue_pkts() local 201 start_idx = queue->last_used_idx; in vs_enqueue_pkts() 202 free_entries = avail_idx - start_idx; in vs_enqueue_pkts() 209 rte_prefetch0(&vr->avail->ring[start_idx & (vr->size - 1)]); in vs_enqueue_pkts() 211 used_idx = (start_idx + i) & (vr->size - 1); in vs_enqueue_pkts() 225 used_idx = (start_idx + i) & (vr->size - 1); in vs_enqueue_pkts()
|
| /dpdk/lib/gro/ |
| H A D | gro_udp4.c | 340 uint32_t start_idx) in gro_udp4_merge_items() argument 350 item_idx = tbl->items[start_idx].next_pkt_idx; in gro_udp4_merge_items() 357 cmp = udp4_check_neighbor(&(tbl->items[start_idx]), in gro_udp4_merge_items() 361 &(tbl->items[start_idx]), in gro_udp4_merge_items() 366 tbl->items[start_idx].next_pkt_idx in gro_udp4_merge_items()
|
| H A D | gro_vxlan_udp4.c | 450 uint32_t start_idx) in gro_vxlan_udp4_merge_items() argument 460 item_idx = tbl->items[start_idx].inner_item.next_pkt_idx; in gro_vxlan_udp4_merge_items() 468 cmp = udp4_check_vxlan_neighbor(&(tbl->items[start_idx]), in gro_vxlan_udp4_merge_items() 472 &(tbl->items[start_idx]), in gro_vxlan_udp4_merge_items() 477 tbl->items[start_idx].inner_item.next_pkt_idx in gro_vxlan_udp4_merge_items()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_memalloc.c | 185 int cur_idx, start_idx, j; in alloc_seg_walk() local 207 start_idx = cur_idx; in alloc_seg_walk() 219 start_idx = cur_idx; in alloc_seg_walk() 244 for (j = start_idx; j < cur_idx; j++) { in alloc_seg_walk()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_lan_hmc.c | 312 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) { in i40e_create_lan_hmc_object() 318 if ((info->start_idx + info->count) > in i40e_create_lan_hmc_object() 328 info->start_idx, info->count, in i40e_create_lan_hmc_object() 337 info->start_idx, info->count, &pd_idx, in i40e_create_lan_hmc_object() 454 info.start_idx = 0; in i40e_configure_lan_hmc() 564 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) { in i40e_delete_lan_hmc_object() 571 if ((info->start_idx + info->count) > in i40e_delete_lan_hmc_object() 580 info->start_idx, info->count, &pd_idx, in i40e_delete_lan_hmc_object() 603 info->start_idx, info->count, in i40e_delete_lan_hmc_object() 647 info.start_idx = 0; in i40e_shutdown_lan_hmc()
|
| H A D | i40e_lan_hmc.h | 128 u32 start_idx; member 137 u32 start_idx; member
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 135 /* 10 */ unsigned int start_idx:6; member
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_memalloc.c | 820 int cur_idx, start_idx, j, dir_fd = -1; in alloc_seg_walk() local 844 start_idx = cur_idx; in alloc_seg_walk() 856 start_idx = cur_idx; in alloc_seg_walk() 907 for (j = start_idx; j < cur_idx; j++) { in alloc_seg_walk()
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 1297 unsigned int start_idx, in copy_reference_dec_op() argument 1341 soft_outputs[start_idx + i]; in copy_reference_dec_op() 1347 unsigned int start_idx, in copy_reference_enc_op() argument 1698 unsigned int start_idx, in copy_reference_ldpc_dec_op() argument 1737 hard_outputs[start_idx + i]; in copy_reference_ldpc_dec_op() 1740 inputs[start_idx + i]; in copy_reference_ldpc_dec_op() 1743 soft_outputs[start_idx + i]; in copy_reference_ldpc_dec_op() 1746 harq_inputs[start_idx + i]; in copy_reference_ldpc_dec_op() 1749 harq_outputs[start_idx + i]; in copy_reference_ldpc_dec_op() 1756 unsigned int start_idx, in copy_reference_ldpc_enc_op() argument [all …]
|
| /dpdk/lib/vhost/ |
| H A D | vhost_crypto.c | 1603 uint16_t start_idx; in rte_vhost_crypto_fetch_requests() local 1626 start_idx = vq->last_used_idx; in rte_vhost_crypto_fetch_requests() 1627 count = avail_idx - start_idx; in rte_vhost_crypto_fetch_requests() 1646 uint16_t used_idx = (start_idx + i) & (vq->size - 1); in rte_vhost_crypto_fetch_requests() 1676 uint16_t used_idx = (start_idx + i) & (vq->size - 1); in rte_vhost_crypto_fetch_requests()
|
| H A D | virtio_net.c | 1967 uint16_t start_idx, from, i; in vhost_poll_enqueue_completed() local 1972 start_idx = async_get_first_inflight_pkt_idx(vq); in vhost_poll_enqueue_completed() 1980 from = start_idx; in vhost_poll_enqueue_completed() 1993 from = (start_idx + i) % vq->size; in vhost_poll_enqueue_completed()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_rx.c | 392 __in unsigned int start_idx, in efx_mcdi_rss_context_write_table() argument 410 if (start_idx + nentries > in efx_mcdi_rss_context_write_table() 433 RSS_CONTEXT_WRITE_TABLE_ENTRY_INDEX, start_idx + i, in efx_mcdi_rss_context_write_table()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 471 unsigned int start_idx); 474 unsigned int nregs, unsigned int start_idx);
|
| H A D | t4_hw.c | 182 unsigned int start_idx) in t4_read_indirect() argument 185 t4_write_reg(adap, addr_reg, start_idx); in t4_read_indirect() 187 start_idx++; in t4_read_indirect() 205 unsigned int nregs, unsigned int start_idx) in t4_write_indirect() argument 208 t4_write_reg(adap, addr_reg, start_idx++); in t4_write_indirect()
|