Lines Matching refs:xstats
390 } xstats; member
1540 np->xstats.tx_multiple_collisions += mult_coll; in get_stats()
1542 np->xstats.tx_single_collisions += single_coll; in get_stats()
1544 np->xstats.tx_late_collisions += late_coll; in get_stats()
1549 np->xstats.tx_deferred += ioread8(ioaddr + StatsTxDefer); in get_stats()
1550 np->xstats.tx_deferred_excessive += ioread8(ioaddr + StatsTxXSDefer); in get_stats()
1551 np->xstats.tx_aborted += ioread8(ioaddr + StatsTxAbort); in get_stats()
1552 np->xstats.tx_bcasts += ioread8(ioaddr + StatsBcastTx); in get_stats()
1553 np->xstats.rx_bcasts += ioread8(ioaddr + StatsBcastRx); in get_stats()
1554 np->xstats.tx_mcasts += ioread8(ioaddr + StatsMcastTx); in get_stats()
1555 np->xstats.rx_mcasts += ioread8(ioaddr + StatsMcastRx); in get_stats()
1732 data[i++] = np->xstats.tx_multiple_collisions; in get_ethtool_stats()
1733 data[i++] = np->xstats.tx_single_collisions; in get_ethtool_stats()
1734 data[i++] = np->xstats.tx_late_collisions; in get_ethtool_stats()
1735 data[i++] = np->xstats.tx_deferred; in get_ethtool_stats()
1736 data[i++] = np->xstats.tx_deferred_excessive; in get_ethtool_stats()
1737 data[i++] = np->xstats.tx_aborted; in get_ethtool_stats()
1738 data[i++] = np->xstats.tx_bcasts; in get_ethtool_stats()
1739 data[i++] = np->xstats.rx_bcasts; in get_ethtool_stats()
1740 data[i++] = np->xstats.tx_mcasts; in get_ethtool_stats()
1741 data[i++] = np->xstats.rx_mcasts; in get_ethtool_stats()