Searched refs:fd_active_type (Results 1 – 2 of 2) sorted by relevance
1567 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()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()6662 hdev->fd_active_type = HCLGE_FD_RULE_NONE; in hclge_clear_fd_rules_in_list()7101 if (hdev->fd_active_type != HCLGE_FD_ARFS_ACTIVE && in hclge_add_fd_entry_by_arfs()7102 hdev->fd_active_type != HCLGE_FD_RULE_NONE) { in hclge_add_fd_entry_by_arfs()7133 hdev->fd_active_type = HCLGE_FD_ARFS_ACTIVE; in hclge_add_fd_entry_by_arfs()[all …]
969 enum HCLGE_FD_ACTIVE_RULE_TYPE fd_active_type; member