Searched refs:nic_rx_stats (Results 1 – 3 of 3) sorted by relevance
89 nic_rx_stats->bytes += rx_stats.bytes; in gather_rx_stats()90 nic_rx_stats->pkts += rx_stats.pkts; in gather_rx_stats()91 nic_rx_stats->errors += rx_stats.errors; in gather_rx_stats()92 nic_rx_stats->csum_errors += rx_stats.csum_errors; in gather_rx_stats()93 nic_rx_stats->other_errors += rx_stats.other_errors; in gather_rx_stats()111 struct hinic_rxq_stats *nic_rx_stats, in gather_nic_stats() argument117 gather_rx_stats(nic_rx_stats, &nic_dev->rxqs[i]); in gather_nic_stats()842 struct hinic_rxq_stats nic_rx_stats = {}; in hinic_get_stats64() local848 stats->rx_bytes = nic_rx_stats.bytes; in hinic_get_stats64()849 stats->rx_packets = nic_rx_stats.pkts; in hinic_get_stats64()[all …]
802 struct nic_rx_stats { struct899 struct nic_rx_stats fromwire;
1290 struct nic_rx_stats *rsp_rstats = &resp->stats.fromwire; in octnet_nic_stats_callback()1292 struct nic_rx_stats *rstats = &oct_dev->link_stats.fromwire; in octnet_nic_stats_callback()
Completed in 18 milliseconds