Lines Matching refs:xstats
383 } xstats; member
1525 np->xstats.tx_multiple_collisions += mult_coll; in get_stats()
1527 np->xstats.tx_single_collisions += single_coll; in get_stats()
1529 np->xstats.tx_late_collisions += late_coll; in get_stats()
1534 np->xstats.tx_deferred += ioread8(ioaddr + StatsTxDefer); in get_stats()
1535 np->xstats.tx_deferred_excessive += ioread8(ioaddr + StatsTxXSDefer); in get_stats()
1536 np->xstats.tx_aborted += ioread8(ioaddr + StatsTxAbort); in get_stats()
1537 np->xstats.tx_bcasts += ioread8(ioaddr + StatsBcastTx); in get_stats()
1538 np->xstats.rx_bcasts += ioread8(ioaddr + StatsBcastRx); in get_stats()
1539 np->xstats.tx_mcasts += ioread8(ioaddr + StatsMcastTx); in get_stats()
1540 np->xstats.rx_mcasts += ioread8(ioaddr + StatsMcastRx); in get_stats()
1718 data[i++] = np->xstats.tx_multiple_collisions; in get_ethtool_stats()
1719 data[i++] = np->xstats.tx_single_collisions; in get_ethtool_stats()
1720 data[i++] = np->xstats.tx_late_collisions; in get_ethtool_stats()
1721 data[i++] = np->xstats.tx_deferred; in get_ethtool_stats()
1722 data[i++] = np->xstats.tx_deferred_excessive; in get_ethtool_stats()
1723 data[i++] = np->xstats.tx_aborted; in get_ethtool_stats()
1724 data[i++] = np->xstats.tx_bcasts; in get_ethtool_stats()
1725 data[i++] = np->xstats.rx_bcasts; in get_ethtool_stats()
1726 data[i++] = np->xstats.tx_mcasts; in get_ethtool_stats()
1727 data[i++] = np->xstats.rx_mcasts; in get_ethtool_stats()