Searched refs:estats (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ |
D | forcedeth.c | 733 struct nv_ethtool_stats estats; member 1602 np->estats.tx_bytes += readl(base + NvRegTxCnt); in nv_get_hw_stats() 1603 np->estats.tx_zero_rexmt += readl(base + NvRegTxZeroReXmt); in nv_get_hw_stats() 1604 np->estats.tx_one_rexmt += readl(base + NvRegTxOneReXmt); in nv_get_hw_stats() 1605 np->estats.tx_many_rexmt += readl(base + NvRegTxManyReXmt); in nv_get_hw_stats() 1606 np->estats.tx_late_collision += readl(base + NvRegTxLateCol); in nv_get_hw_stats() 1607 np->estats.tx_fifo_errors += readl(base + NvRegTxUnderflow); in nv_get_hw_stats() 1608 np->estats.tx_carrier_errors += readl(base + NvRegTxLossCarrier); in nv_get_hw_stats() 1609 np->estats.tx_excess_deferral += readl(base + NvRegTxExcessDef); in nv_get_hw_stats() 1610 np->estats.tx_retry_error += readl(base + NvRegTxRetryErr); in nv_get_hw_stats() [all …]
|
D | bnx2x_main.c | 2986 ADD_64(estats->t##_hi, diff.hi, \ 2987 estats->t##_lo, diff.lo); \ 3565 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_hw_stats_update() local 3581 ADD_EXTEND_64(estats->brb_truncate_hi, estats->brb_truncate_lo, in bnx2x_hw_stats_update() 3590 memcpy(&(estats->rx_stat_ifhcinbadoctets_hi), &(pstats->mac_stx[1]), in bnx2x_hw_stats_update() 3592 estats->brb_drop_hi = pstats->brb_drop_hi; in bnx2x_hw_stats_update() 3593 estats->brb_drop_lo = pstats->brb_drop_lo; in bnx2x_hw_stats_update() 3613 struct bnx2x_eth_stats *estats = &bp->eth_stats; in bnx2x_storm_stats_update() local 3639 estats->error_bytes_received_hi = in bnx2x_storm_stats_update() 3641 estats->error_bytes_received_lo = in bnx2x_storm_stats_update() [all …]
|
D | gianfar.c | 1698 struct gfar_extra_stats *estats = &priv->extra_stats; in count_errors() local 1705 estats->rx_trunc++; in count_errors() 1714 estats->rx_large++; in count_errors() 1716 estats->rx_short++; in count_errors() 1720 estats->rx_nonoctet++; in count_errors() 1723 estats->rx_crcerr++; in count_errors() 1727 estats->rx_overrun++; in count_errors()
|
D | tg3.h | 2530 struct tg3_ethtool_stats estats; member
|
D | tg3.c | 8041 estats->member = old_estats->member + \ 8046 struct tg3_ethtool_stats *estats = &tp->estats; in tg3_get_estats() local 8129 return estats; in tg3_get_estats() 9012 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats() argument 9015 memcpy(tmp_stats, tg3_get_estats(tp), sizeof(tp->estats)); in tg3_get_ethtool_stats()
|
D | 8139cp.c | 1519 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats() argument
|
D | cassini.c | 4813 struct ethtool_stats *estats, u64 *data) in cas_get_ethtool_stats() argument
|
D | s2io.c | 6297 struct ethtool_stats *estats, in s2io_get_ethtool_stats() argument
|
/drivers/net/ibm_newemac/ |
D | core.c | 967 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring() 978 ++dev->estats.rx_dropped_resize; in emac_resize_rx_ring() 1064 ++dev->estats.tx_dropped; in emac_clean_tx_ring() 1482 ++dev->estats.tx_undo; in emac_start_xmit_sg() 1493 struct emac_error_stats *st = &dev->estats; in emac_parse_tx_error() 1583 struct emac_error_stats *st = &dev->estats; in emac_parse_rx_error() 1626 ++dev->estats.rx_dropped_mtu; in emac_rx_sg_append() 1668 ++dev->estats.rx_dropped_error; in emac_poll_rx() 1675 ++dev->estats.rx_dropped_stack; in emac_poll_rx() 1701 ++dev->estats.rx_dropped_stack; in emac_poll_rx() [all …]
|
D | core.h | 263 struct emac_error_stats estats; member
|