Lines Matching refs:ps
1544 struct net_device_stats *ps = &aup->stats; in update_tx_stats() local
1551 ps->tx_errors++; in update_tx_stats()
1552 ps->tx_aborted_errors++; in update_tx_stats()
1556 ps->tx_errors++; in update_tx_stats()
1557 ps->tx_aborted_errors++; in update_tx_stats()
1559 ps->tx_carrier_errors++; in update_tx_stats()
1600 struct net_device_stats *ps = &aup->stats; in au1000_tx() local
1640 ps->tx_packets++; in au1000_tx()
1641 ps->tx_bytes += ptxd->len; in au1000_tx()
1654 struct net_device_stats *ps = &aup->stats; in update_rx_stats() local
1656 ps->rx_packets++; in update_rx_stats()
1658 ps->multicast++; in update_rx_stats()
1661 ps->rx_errors++; in update_rx_stats()
1663 ps->rx_missed_errors++; in update_rx_stats()
1665 ps->rx_length_errors++; in update_rx_stats()
1667 ps->rx_crc_errors++; in update_rx_stats()
1669 ps->collisions++; in update_rx_stats()
1672 ps->rx_bytes += status & RX_FRAME_LEN_MASK; in update_rx_stats()