Searched refs:nic_rx_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 83 static void gather_rx_stats(struct hinic_rxq_stats *nic_rx_stats, struct hinic_rxq *rxq) in gather_rx_stats() argument 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() 117 gather_rx_stats(nic_rx_stats, &nic_dev->rxqs[i]); in gather_nic_stats() 849 struct hinic_rxq_stats nic_rx_stats = {}; in hinic_get_stats64() local 853 gather_nic_stats(nic_dev, &nic_rx_stats, in hinic_get_stats64() 110 gather_nic_stats(struct hinic_dev *nic_dev, struct hinic_rxq_stats *nic_rx_stats, struct hinic_txq_stats *nic_tx_stats) gather_nic_stats() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 83 static void gather_rx_stats(struct hinic_rxq_stats *nic_rx_stats, struct hinic_rxq *rxq) in gather_rx_stats() argument 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() 117 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() local 846 gather_nic_stats(nic_dev, &nic_rx_stats, in hinic_get_stats64() 110 gather_nic_stats(struct hinic_dev *nic_dev, struct hinic_rxq_stats *nic_rx_stats, struct hinic_txq_stats *nic_tx_stats) gather_nic_stats() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | liquidio_common.h | 802 struct nic_rx_stats { struct 899 struct nic_rx_stats fromwire;
|
H A D | lio_core.c | 1296 struct nic_rx_stats *rsp_rstats = &resp->stats.fromwire; in octnet_nic_stats_callback() 1298 struct nic_rx_stats *rstats = &oct_dev->link_stats.fromwire; in octnet_nic_stats_callback()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | liquidio_common.h | 802 struct nic_rx_stats { struct 899 struct nic_rx_stats fromwire;
|
H A D | lio_core.c | 1303 struct nic_rx_stats *rsp_rstats = &resp->stats.fromwire; in octnet_nic_stats_callback() 1305 struct nic_rx_stats *rstats = &oct_dev->link_stats.fromwire; in octnet_nic_stats_callback()
|
Completed in 12 milliseconds