Searched refs:hsp (Results 1 – 1 of 1) sorted by relevance
2038 struct fxp_hwstats *hsp; in fxp_update_stats() local2053 hsp = &sc->fxp_hwstats; in fxp_update_stats()2054 hsp->tx_good += le32toh(sp->tx_good); in fxp_update_stats()2055 hsp->tx_maxcols += le32toh(sp->tx_maxcols); in fxp_update_stats()2056 hsp->tx_latecols += le32toh(sp->tx_latecols); in fxp_update_stats()2057 hsp->tx_underruns += le32toh(sp->tx_underruns); in fxp_update_stats()2058 hsp->tx_lostcrs += le32toh(sp->tx_lostcrs); in fxp_update_stats()2059 hsp->tx_deffered += le32toh(sp->tx_deffered); in fxp_update_stats()2060 hsp->tx_single_collisions += le32toh(sp->tx_single_collisions); in fxp_update_stats()2061 hsp->tx_multiple_collisions += in fxp_update_stats()[all …]