Searched refs:fd_active_type (Results 1 – 2 of 2) sorted by relevance
1576 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 …]
969 enum HCLGE_FD_ACTIVE_RULE_TYPE fd_active_type; member