Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c2040 u32 rule_num; in hclge_dbg_dump_fd_tcam() local
2048 rule_num = hdev->fd_cfg.rule_num[HCLGE_FD_STAGE_1]; in hclge_dbg_dump_fd_tcam()
2049 if (!hdev->hclge_fd_rule_num || !rule_num) in hclge_dbg_dump_fd_tcam()
2052 rule_locs = kcalloc(rule_num, sizeof(u16), GFP_KERNEL); in hclge_dbg_dump_fd_tcam()
H A Dhclge_main.h716 u32 rule_num[MAX_STAGE_NUM]; /* rule entry number */ member