Searched refs:nic_rx_stats (Results 1 – 3 of 3) sorted by relevance
83 static void gather_rx_stats(struct hinic_rxq_stats *nic_rx_stats, struct hinic_rxq *rxq) in gather_rx_stats() argument89 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() local846 gather_nic_stats(nic_dev, &nic_rx_stats, &nic_tx_stats); in hinic_get_stats64()[all …]
802 struct nic_rx_stats { struct899 struct nic_rx_stats fromwire;
1304 struct nic_rx_stats *rsp_rstats = &resp->stats.fromwire; in octnet_nic_stats_callback()1306 struct nic_rx_stats *rstats = &oct_dev->link_stats.fromwire; in octnet_nic_stats_callback()