Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c109 if (!ulp_fc_info->sw_acc_tbl[i]) in ulp_fc_mgr_init()
156 rte_free(ulp_fc_info->sw_acc_tbl[i]); in ulp_fc_mgr_deinit()
288 sw_acc_tbl_entry = &fc_info->sw_acc_tbl[dir][i]; in ulp_bulk_get_flow_stats()
512 if (!ulp_fc_info->sw_acc_tbl[i][j].valid) in ulp_fc_mgr_alarm_cb()
514 hw_cntr_id = ulp_fc_info->sw_acc_tbl[i][j].hw_cntr_id; in ulp_fc_mgr_alarm_cb()
620 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].valid = true; in ulp_fc_mgr_cntr_set()
655 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].valid = false; in ulp_fc_mgr_cntr_reset()
656 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].hw_cntr_id = 0; in ulp_fc_mgr_cntr_reset()
657 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].pkt_count = 0; in ulp_fc_mgr_cntr_reset()
658 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.h48 struct sw_acc_counter *sw_acc_tbl[TF_DIR_MAX]; member