Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1510 #define HCLGE_DBG_TCAM_BUF_SIZE 256 macro
1542 pos += scnprintf(tcam_buf + pos, HCLGE_DBG_TCAM_BUF_SIZE - pos, in hclge_dbg_fd_tcam_read()
1549 pos += scnprintf(tcam_buf + pos, HCLGE_DBG_TCAM_BUF_SIZE - pos, in hclge_dbg_fd_tcam_read()
1555 pos += scnprintf(tcam_buf + pos, HCLGE_DBG_TCAM_BUF_SIZE - pos, in hclge_dbg_fd_tcam_read()
1561 pos += scnprintf(tcam_buf + pos, HCLGE_DBG_TCAM_BUF_SIZE - pos, in hclge_dbg_fd_tcam_read()
1608 tcam_buf = kzalloc(HCLGE_DBG_TCAM_BUF_SIZE, GFP_KERNEL); in hclge_dbg_dump_fd_tcam()