Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c102 if (!ulp_fc_info->sw_acc_tbl[i]) in ulp_fc_mgr_init()
147 rte_free(ulp_fc_info->sw_acc_tbl[i]); in ulp_fc_mgr_deinit()
273 sw_acc_tbl_entry = &fc_info->sw_acc_tbl[dir][i]; in ulp_bulk_get_flow_stats()
407 if (!ulp_fc_info->sw_acc_tbl[i][j].valid) in ulp_fc_mgr_alarm_cb()
409 hw_cntr_id = ulp_fc_info->sw_acc_tbl[i][j].hw_cntr_id; in ulp_fc_mgr_alarm_cb()
508 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].valid = true; in ulp_fc_mgr_cntr_set()
540 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].valid = false; in ulp_fc_mgr_cntr_reset()
541 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].hw_cntr_id = 0; in ulp_fc_mgr_cntr_reset()
542 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].pkt_count = 0; in ulp_fc_mgr_cntr_reset()
543 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].byte_count = 0; in ulp_fc_mgr_cntr_reset()
[all …]
H A Dulp_fc_mgr.h46 struct sw_acc_counter *sw_acc_tbl[TF_DIR_MAX]; member