Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c825 struct hclge_rx_com_wl *rx_packet_cnt; in hclge_dbg_dump_qos_buf_cfg() local
878 rx_packet_cnt = (struct hclge_rx_com_wl *)desc[0].data; in hclge_dbg_dump_qos_buf_cfg()
881 le16_to_cpu(rx_packet_cnt->com_wl.high), in hclge_dbg_dump_qos_buf_cfg()
882 le16_to_cpu(rx_packet_cnt->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.c1313 struct hclge_rx_com_wl *rx_packet_cnt; in hclge_dbg_dump_rx_global_pkt_cnt() local
1326 rx_packet_cnt = (struct hclge_rx_com_wl *)desc.data; in hclge_dbg_dump_rx_global_pkt_cnt()
1329 le16_to_cpu(rx_packet_cnt->com_wl.high), in hclge_dbg_dump_rx_global_pkt_cnt()
1330 le16_to_cpu(rx_packet_cnt->com_wl.low)); in hclge_dbg_dump_rx_global_pkt_cnt()

Completed in 7 milliseconds