Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3403 int rx_pkt_total = 0; in hns3_nic_common_poll() local
3432 rx_pkt_total += rx_cleaned; in hns3_nic_common_poll()
3435 tqp_vector->rx_group.total_packets += rx_pkt_total; in hns3_nic_common_poll()
3446 return rx_pkt_total; in hns3_nic_common_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4472 int rx_pkt_total = 0; in hns3_nic_common_poll() local
4500 rx_pkt_total += rx_cleaned; in hns3_nic_common_poll()
4503 tqp_vector->rx_group.total_packets += rx_pkt_total; in hns3_nic_common_poll()
4516 return rx_pkt_total; in hns3_nic_common_poll()

Completed in 13 milliseconds