Lines Matching refs:flow_group
2423 int flow_group; member
7314 if (mcx_rss_config[i].flow_group == group) in mcx_rss_group_entry_count()
7327 int i, start, count, flow_group, flow_index; in mcx_init() local
7455 flow_group = -1; in mcx_init()
7458 if (rss->flow_group != flow_group) { in mcx_init()
7459 flow_group = rss->flow_group; in mcx_init()
7473 if (mcx_set_flow_table_entry_proto(sc, flow_group, in mcx_init()
7517 int group, i, flow_group, flow_index; in mcx_stop() local
7538 flow_group = -1; in mcx_stop()
7542 if (rss->flow_group != flow_group) { in mcx_stop()
7543 flow_group = rss->flow_group; in mcx_stop()
7547 mcx_delete_flow_table_entry(sc, flow_group, flow_index); in mcx_stop()