Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c412 if (sw_acc_tbl_entry->pc_flow_idx & FLOW_CNTR_PC_FLOW_VALID) { in ulp_get_single_flow_stat()
417 pc_idx = t_sw->pc_flow_idx & ~FLOW_CNTR_PC_FLOW_VALID; in ulp_get_single_flow_stat()
659 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].pc_flow_idx = 0; in ulp_fc_mgr_cntr_reset()
802 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].pc_flow_idx = pc_idx; in ulp_fc_mgr_cntr_parent_flow_set()
H A Dulp_fc_mgr.h31 uint32_t pc_flow_idx; member