Searched refs:fd_active_type (Results 1 – 2 of 2) sorted by relevance
1520 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_configure()5114 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_sync_fd_state()6393 if (hdev->fd_active_type != rule->rule_type && in hclge_add_fd_entry_common()6394 (hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE || in hclge_add_fd_entry_common()6395 hdev->fd_active_type == HCLGE_FD_EP_ACTIVE)) { in hclge_add_fd_entry_common()6398 rule->rule_type, hdev->fd_active_type); in hclge_add_fd_entry_common()6416 hdev->fd_active_type = rule->rule_type; in hclge_add_fd_entry_common()6429 return hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE; in hclge_is_cls_flower_active()6549 if (hdev->fd_active_type == HCLGE_FD_TC_FLOWER_ACTIVE || in hclge_del_fd_entry()6589 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_clear_fd_rules_in_list()[all …]
951 enum HCLGE_FD_ACTIVE_RULE_TYPE fd_active_type; member