Home
last modified time | relevance | path

Searched refs:shadow_hw_tbl (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c109 rc = ulp_fc_mgr_shadow_mem_alloc(&ulp_fc_info->shadow_hw_tbl[i], in ulp_fc_mgr_init()
150 ulp_fc_mgr_shadow_mem_free(&ulp_fc_info->shadow_hw_tbl[i]); in ulp_fc_mgr_deinit()
246 parms.starting_idx = fc_info->shadow_hw_tbl[dir].start_idx; in ulp_bulk_get_flow_stats()
253 stats = (uint64_t *)fc_info->shadow_hw_tbl[dir].mem_va; in ulp_bulk_get_flow_stats()
317 sw_cntr_indx = hw_cntr_id - fc_info->shadow_hw_tbl[dir].start_idx; in ulp_get_single_flow_stat()
451 return ulp_fc_info->shadow_hw_tbl[dir].start_idx_is_set; in ulp_fc_mgr_start_idx_isset()
475 if (!ulp_fc_info->shadow_hw_tbl[dir].start_idx_is_set) { in ulp_fc_mgr_start_idx_set()
476 ulp_fc_info->shadow_hw_tbl[dir].start_idx = start_idx; in ulp_fc_mgr_start_idx_set()
477 ulp_fc_info->shadow_hw_tbl[dir].start_idx_is_set = true; in ulp_fc_mgr_start_idx_set()
507 sw_cntr_idx = hw_cntr_id - ulp_fc_info->shadow_hw_tbl[dir].start_idx; in ulp_fc_mgr_cntr_set()
[all …]
H A Dulp_fc_mgr.h47 struct hw_fc_mem_info shadow_hw_tbl[TF_DIR_MAX]; member