Home
last modified time | relevance | path

Searched refs:fd_cfg (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5524 stage = &hdev->fd_cfg.key_cfg[stage_num]; in hclge_set_fd_key_config()
5565 switch (hdev->fd_cfg.fd_mode) { in hclge_init_fd_config()
5567 hdev->fd_cfg.max_key_length = MAX_KEY_LENGTH; in hclge_init_fd_config()
5575 hdev->fd_cfg.fd_mode); in hclge_init_fd_config()
5906 if (hdev->fd_cfg.cnt_num[HCLGE_FD_STAGE_1]) { in hclge_config_action()
5909 hdev->fd_cfg.cnt_num[HCLGE_FD_STAGE_1]; in hclge_config_action()
6081 if (hdev->fd_cfg.fd_mode != in hclge_fd_check_ext_tuple()
6197 hdev->fd_cfg.rule_num[HCLGE_FD_STAGE_1] - 1); in hclge_fd_check_spec()
6228 if (hdev->fd_cfg.fd_mode != in hclge_fd_check_spec()
6652 hdev->fd_cfg.rule_num[HCLGE_FD_STAGE_1]) in hclge_clear_fd_rules_in_list()
[all …]
H A Dhclge_main.h960 struct hclge_fd_cfg fd_cfg; member
H A Dhclge_debugfs.c2233 u32 rule_num = hdev->fd_cfg.rule_num[HCLGE_FD_STAGE_1]; in hclge_dbg_dump_fd_tcam()