Searched refs:alloc_cnt (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_rm.c | 416 uint16_t *alloc_cnt, in tf_rm_update_parent_reservations() argument 440 if (alloc_cnt[parent] % p_slices) in tf_rm_update_parent_reservations() 443 if (alloc_cnt[parent]) { in tf_rm_update_parent_reservations() 450 alloc_cnt[parent], p_slices); in tf_rm_update_parent_reservations() 460 alloc_cnt[child]) { in tf_rm_update_parent_reservations() 476 alloc_cnt[child], in tf_rm_update_parent_reservations() 483 cnt = alloc_cnt[child] / c_slices; in tf_rm_update_parent_reservations() 485 if (alloc_cnt[child] % c_slices) in tf_rm_update_parent_reservations() 571 tfp_memcpy(req_cnt, parms->alloc_cnt, in tf_rm_create_db() 579 parms->alloc_cnt, in tf_rm_create_db() [all …]
|
| H A D | tf_shadow_identifier.c | 77 if (parms->cfg->alloc_cnt[i] == 0) in tf_shadow_ident_create_db() 81 cparms.nitems = parms->cfg->alloc_cnt[i]; in tf_shadow_ident_create_db()
|
| H A D | tf_em_internal.c | 221 db_cfg.alloc_cnt = parms->resources->em_cnt[i].cnt; in tf_em_int_bind() 226 if (db_cfg.alloc_cnt[TF_EM_TBL_TYPE_EM_RECORD] == 0) in tf_em_int_bind() 229 if (db_cfg.alloc_cnt[TF_EM_TBL_TYPE_EM_RECORD] % in tf_em_int_bind()
|
| H A D | tf_shadow_identifier.h | 45 uint16_t *alloc_cnt; member
|
| H A D | tf_shadow_tcam.h | 28 uint16_t *alloc_cnt; member
|
| H A D | tf_rm.h | 168 uint16_t *alloc_cnt; member
|
| H A D | tf_identifier.c | 71 db_cfg.alloc_cnt = parms->resources->ident_cnt[i].cnt; in tf_ident_bind() 79 shadow_cfg.alloc_cnt = in tf_ident_bind()
|
| H A D | tf_shadow_tcam.c | 799 if (!parms->cfg->alloc_cnt[i]) { in tf_shadow_tcam_create_db() 814 parms->cfg->alloc_cnt[i], in tf_shadow_tcam_create_db()
|
| H A D | tf_tcam.c | 107 db_cfg.alloc_cnt = parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind() 168 shadow_cfg.alloc_cnt = in tf_tcam_bind()
|
| H A D | tf_em_common.c | 945 db_cfg.alloc_cnt = parms->resources->em_cnt[i].cnt; in tf_em_ext_common_bind() 950 if (db_cfg.alloc_cnt[TF_EM_TBL_TYPE_TBL_SCOPE] == 0) in tf_em_ext_common_bind()
|
| H A D | tf_tbl.c | 65 db_cfg.alloc_cnt = parms->resources->tbl_cnt[d].cnt; in tf_tbl_bind()
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwdev.c | 119 int rc, alloc_cnt; in hinic_dma_mem_zalloc() local 128 alloc_cnt = rte_atomic32_add_return(&hwdev->os_dep.dma_alloc_cnt, 1); in hinic_dma_mem_zalloc() 130 hwdev->pcidev_hdl->name, alloc_cnt); in hinic_dma_mem_zalloc()
|