Searched refs:sw_acc_tbl_entry (Results 1 – 1 of 1) sorted by relevance
240 struct sw_acc_counter *sw_acc_tbl_entry = NULL; in ulp_bulk_get_flow_stats() local273 sw_acc_tbl_entry = &fc_info->sw_acc_tbl[dir][i]; in ulp_bulk_get_flow_stats()274 if (!sw_acc_tbl_entry->valid) in ulp_bulk_get_flow_stats()323 if (sw_acc_tbl_entry->parent_flow_id) { in ulp_get_single_flow_stat()325 t_sw = sw_acc_tbl_entry; in ulp_get_single_flow_stat()572 struct sw_acc_counter *sw_acc_tbl_entry; in ulp_fc_mgr_query_count_get() local614 if (sw_acc_tbl_entry->pkt_count) { in ulp_fc_mgr_query_count_get()617 count->hits = sw_acc_tbl_entry->pkt_count; in ulp_fc_mgr_query_count_get()618 count->bytes = sw_acc_tbl_entry->byte_count; in ulp_fc_mgr_query_count_get()621 sw_acc_tbl_entry->pkt_count = 0; in ulp_fc_mgr_query_count_get()[all …]