Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c2159 struct hclge_dbg_tcam_msg tcam_msg) in hclge_dbg_fd_tcam_read() argument
2179 req1->stage = tcam_msg.stage; in hclge_dbg_fd_tcam_read()
2181 req1->index = cpu_to_le32(tcam_msg.loc); in hclge_dbg_fd_tcam_read()
2189 tcam_msg.loc); in hclge_dbg_fd_tcam_read()
2234 struct hclge_dbg_tcam_msg tcam_msg; in hclge_dbg_dump_fd_tcam() local
2269 tcam_msg.stage = HCLGE_FD_STAGE_1; in hclge_dbg_dump_fd_tcam()
2270 tcam_msg.loc = rule_locs[i]; in hclge_dbg_dump_fd_tcam()
2272 ret = hclge_dbg_fd_tcam_read(hdev, true, tcam_buf, tcam_msg); in hclge_dbg_dump_fd_tcam()
2281 ret = hclge_dbg_fd_tcam_read(hdev, false, tcam_buf, tcam_msg); in hclge_dbg_dump_fd_tcam()