Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c1576 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_configure()
5171 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_sync_fd_state()
6450 if (hdev->fd_active_type != rule->rule_type && in hclge_add_fd_entry_common()
6451 (hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE || in hclge_add_fd_entry_common()
6452 hdev->fd_active_type == HCLGE_FD_EP_ACTIVE)) { in hclge_add_fd_entry_common()
6455 rule->rule_type, hdev->fd_active_type); in hclge_add_fd_entry_common()
6473 hdev->fd_active_type = rule->rule_type; in hclge_add_fd_entry_common()
6486 return hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE; in hclge_is_cls_flower_active()
6606 if (hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE || in hclge_del_fd_entry()
6646 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_clear_fd_rules_in_list()
[all …]
Dhclge_main.h969 enum HCLGE_FD_ACTIVE_RULE_TYPE fd_active_type; member