Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c1374 struct hclge_rx_com_thrd *rx_com_thrd; in hclge_dbg_dump_rx_common_threshold_cfg() local
1390 rx_com_thrd = (struct hclge_rx_com_thrd *)desc[0].data; in hclge_dbg_dump_rx_common_threshold_cfg()
1394 le16_to_cpu(rx_com_thrd->com_thrd[i].high), in hclge_dbg_dump_rx_common_threshold_cfg()
1395 le16_to_cpu(rx_com_thrd->com_thrd[i].low)); in hclge_dbg_dump_rx_common_threshold_cfg()
1397 rx_com_thrd = (struct hclge_rx_com_thrd *)desc[1].data; in hclge_dbg_dump_rx_common_threshold_cfg()
1402 le16_to_cpu(rx_com_thrd->com_thrd[i].high), in hclge_dbg_dump_rx_common_threshold_cfg()
1403 le16_to_cpu(rx_com_thrd->com_thrd[i].low)); in hclge_dbg_dump_rx_common_threshold_cfg()