Home
last modified time | relevance | path

Searched refs:rx_com_wl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c827 struct hclge_rx_com_wl *rx_com_wl; in hclge_dbg_dump_qos_buf_cfg() local
866 rx_com_wl = (struct hclge_rx_com_wl *)desc[0].data; in hclge_dbg_dump_qos_buf_cfg()
868 dev_info(&hdev->pdev->dev, "rx_com_wl: high: 0x%x, low: 0x%x\n", in hclge_dbg_dump_qos_buf_cfg()
869 le16_to_cpu(rx_com_wl->com_wl.high), in hclge_dbg_dump_qos_buf_cfg()
870 le16_to_cpu(rx_com_wl->com_wl.low)); in hclge_dbg_dump_qos_buf_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1287 struct hclge_rx_com_wl *rx_com_wl; in hclge_dbg_dump_rx_common_wl_cfg() local
1300 rx_com_wl = (struct hclge_rx_com_wl *)desc.data; in hclge_dbg_dump_rx_common_wl_cfg()
1303 "rx_com_wl: high: 0x%x, low: 0x%x\n", in hclge_dbg_dump_rx_common_wl_cfg()
1304 le16_to_cpu(rx_com_wl->com_wl.high), in hclge_dbg_dump_rx_common_wl_cfg()
1305 le16_to_cpu(rx_com_wl->com_wl.low)); in hclge_dbg_dump_rx_common_wl_cfg()

Completed in 6 milliseconds