Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1567 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_configure()
5187 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_sync_fd_state()
6466 if (hdev->fd_active_type != rule->rule_type && in hclge_add_fd_entry_common()
6467 (hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE || in hclge_add_fd_entry_common()
6468 hdev->fd_active_type == HCLGE_FD_EP_ACTIVE)) { in hclge_add_fd_entry_common()
6471 rule->rule_type, hdev->fd_active_type); in hclge_add_fd_entry_common()
6489 hdev->fd_active_type = rule->rule_type; in hclge_add_fd_entry_common()
6502 return hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE; in hclge_is_cls_flower_active()
6622 if (hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE || in hclge_del_fd_entry()
6662 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_clear_fd_rules_in_list()
[all …]
H A Dhclge_main.h969 enum HCLGE_FD_ACTIVE_RULE_TYPE fd_active_type; member