Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1288 bool func_is_same; in hns3_action_rss_same() local
1299 func_is_same = false; in hns3_action_rss_same()
1301 func_is_same = (with->func ? (comp->func == with->func) : true); in hns3_action_rss_same()
1303 return (func_is_same && in hns3_action_rss_same()