Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h137 #define HNS3_RULE_FLAG_COUNTER 0x4 macro
H A Dhns3_flow.c394 rule->flags |= HNS3_RULE_FLAG_COUNTER; in hns3_handle_actions()
1828 if (fdir_rule.flags & HNS3_RULE_FLAG_COUNTER) { in hns3_flow_create()
1858 if (fdir_rule.flags & HNS3_RULE_FLAG_COUNTER) in hns3_flow_create()
1902 if (fdir_rule.flags & HNS3_RULE_FLAG_COUNTER) in hns3_flow_destroy()
H A Dhns3_fdir.c775 if (unlikely(rule->flags & HNS3_RULE_FLAG_COUNTER)) { in hns3_config_action()