Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c254 struct sw_acc_counter *sw_acc_tbl_entry = NULL; in ulp_bulk_get_flow_stats() local
288 sw_acc_tbl_entry = &fc_info->sw_acc_tbl[dir][i]; in ulp_bulk_get_flow_stats()
289 if (!sw_acc_tbl_entry->valid) in ulp_bulk_get_flow_stats()
378 struct sw_acc_counter *sw_acc_tbl_entry = NULL, *t_sw; in ulp_get_single_flow_stat() local
416 t_sw = sw_acc_tbl_entry; in ulp_get_single_flow_stat()
688 struct sw_acc_counter *sw_acc_tbl_entry; in ulp_fc_mgr_query_count_get() local
743 if (sw_acc_tbl_entry->pkt_count) { in ulp_fc_mgr_query_count_get()
746 count->hits = sw_acc_tbl_entry->pkt_count; in ulp_fc_mgr_query_count_get()
747 count->bytes = sw_acc_tbl_entry->byte_count; in ulp_fc_mgr_query_count_get()
750 sw_acc_tbl_entry->pkt_count = 0; in ulp_fc_mgr_query_count_get()
[all …]