Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1514 struct hclge_dbg_tcam_msg tcam_msg) in hclge_dbg_fd_tcam_read() argument
1534 req1->stage = tcam_msg.stage; in hclge_dbg_fd_tcam_read()
1536 req1->index = cpu_to_le32(tcam_msg.loc); in hclge_dbg_fd_tcam_read()
1544 tcam_msg.loc); in hclge_dbg_fd_tcam_read()
1589 struct hclge_dbg_tcam_msg tcam_msg; in hclge_dbg_dump_fd_tcam() local
1624 tcam_msg.stage = HCLGE_FD_STAGE_1; in hclge_dbg_dump_fd_tcam()
1625 tcam_msg.loc = rule_locs[i]; in hclge_dbg_dump_fd_tcam()
1627 ret = hclge_dbg_fd_tcam_read(hdev, true, tcam_buf, tcam_msg); in hclge_dbg_dump_fd_tcam()
1636 ret = hclge_dbg_fd_tcam_read(hdev, false, tcam_buf, tcam_msg); in hclge_dbg_dump_fd_tcam()