Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1967 struct hclge_dbg_tcam_msg tcam_msg) in hclge_dbg_fd_tcam_read() argument
1986 req1->stage = tcam_msg.stage; in hclge_dbg_fd_tcam_read()
1988 req1->index = cpu_to_le32(tcam_msg.loc); in hclge_dbg_fd_tcam_read()
1995 sel_x ? "x" : "y", tcam_msg.loc); in hclge_dbg_fd_tcam_read()
2037 struct hclge_dbg_tcam_msg tcam_msg; in hclge_dbg_dump_fd_tcam() local
2066 tcam_msg.stage = HCLGE_FD_STAGE_1; in hclge_dbg_dump_fd_tcam()
2067 tcam_msg.loc = rule_locs[i]; in hclge_dbg_dump_fd_tcam()
2069 ret = hclge_dbg_fd_tcam_read(hdev, true, s, tcam_msg); in hclge_dbg_dump_fd_tcam()
2076 ret = hclge_dbg_fd_tcam_read(hdev, false, s, tcam_msg); in hclge_dbg_dump_fd_tcam()