Searched refs:nst (Results 1 – 2 of 2) sorted by relevance
1952 struct net_device_stats *nst = &dev->nstats; in emac_stats() local1959 nst->rx_packets = (unsigned long)st->rx_packets; in emac_stats()1960 nst->rx_bytes = (unsigned long)st->rx_bytes; in emac_stats()1961 nst->tx_packets = (unsigned long)st->tx_packets; in emac_stats()1962 nst->tx_bytes = (unsigned long)st->tx_bytes; in emac_stats()1963 nst->rx_dropped = (unsigned long)(est->rx_dropped_oom + in emac_stats()1967 nst->tx_dropped = (unsigned long)est->tx_dropped; in emac_stats()1969 nst->rx_errors = (unsigned long)est->rx_bd_errors; in emac_stats()1970 nst->rx_fifo_errors = (unsigned long)(est->rx_bd_overrun + in emac_stats()1973 nst->rx_frame_errors = (unsigned long)(est->rx_bd_alignment_error + in emac_stats()[all …]
118 static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) in b43_write_nst() argument123 b43_ofdmtab_write16(dev, B43_OFDMTAB_NOISESCALE, i, nst[i]); in b43_write_nst()