Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c1494 struct hclge_dbg_tcam_msg tcam_msg) in hclge_dbg_fd_tcam_read() argument
1514 req1->stage = tcam_msg.stage; in hclge_dbg_fd_tcam_read()
1516 req1->index = cpu_to_le32(tcam_msg.loc); in hclge_dbg_fd_tcam_read()
1524 tcam_msg.loc); in hclge_dbg_fd_tcam_read()
1569 struct hclge_dbg_tcam_msg tcam_msg; in hclge_dbg_dump_fd_tcam() local
1604 tcam_msg.stage = HCLGE_FD_STAGE_1; in hclge_dbg_dump_fd_tcam()
1605 tcam_msg.loc = rule_locs[i]; in hclge_dbg_dump_fd_tcam()
1607 ret = hclge_dbg_fd_tcam_read(hdev, true, tcam_buf, tcam_msg); in hclge_dbg_dump_fd_tcam()
1616 ret = hclge_dbg_fd_tcam_read(hdev, false, tcam_buf, tcam_msg); in hclge_dbg_dump_fd_tcam()