Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h135 #define HNS3_RULE_FLAG_FDID 0x1 macro
H A Dhns3_flow.c378 rule->flags |= HNS3_RULE_FLAG_FDID; in hns3_handle_actions()
382 rule->flags |= HNS3_RULE_FLAG_FDID; in hns3_handle_actions()
H A Dhns3_fdir.c783 if (unlikely(rule->flags & HNS3_RULE_FLAG_FDID)) in hns3_config_action()