Lines Matching refs:hsp
2008 struct fxp_hwstats *hsp; in fxp_update_stats() local
2023 hsp = &sc->fxp_hwstats; in fxp_update_stats()
2024 hsp->tx_good += le32toh(sp->tx_good); in fxp_update_stats()
2025 hsp->tx_maxcols += le32toh(sp->tx_maxcols); in fxp_update_stats()
2026 hsp->tx_latecols += le32toh(sp->tx_latecols); in fxp_update_stats()
2027 hsp->tx_underruns += le32toh(sp->tx_underruns); in fxp_update_stats()
2028 hsp->tx_lostcrs += le32toh(sp->tx_lostcrs); in fxp_update_stats()
2029 hsp->tx_deffered += le32toh(sp->tx_deffered); in fxp_update_stats()
2030 hsp->tx_single_collisions += le32toh(sp->tx_single_collisions); in fxp_update_stats()
2031 hsp->tx_multiple_collisions += in fxp_update_stats()
2033 hsp->tx_total_collisions += le32toh(sp->tx_total_collisions); in fxp_update_stats()
2034 hsp->rx_good += le32toh(sp->rx_good); in fxp_update_stats()
2035 hsp->rx_crc_errors += le32toh(sp->rx_crc_errors); in fxp_update_stats()
2036 hsp->rx_alignment_errors += le32toh(sp->rx_alignment_errors); in fxp_update_stats()
2037 hsp->rx_rnr_errors += le32toh(sp->rx_rnr_errors); in fxp_update_stats()
2038 hsp->rx_overrun_errors += le32toh(sp->rx_overrun_errors); in fxp_update_stats()
2039 hsp->rx_cdt_errors += le32toh(sp->rx_cdt_errors); in fxp_update_stats()
2040 hsp->rx_shortframes += le32toh(sp->rx_shortframes); in fxp_update_stats()
2041 hsp->tx_pause += le32toh(sp->tx_pause); in fxp_update_stats()
2042 hsp->rx_pause += le32toh(sp->rx_pause); in fxp_update_stats()
2043 hsp->rx_controls += le32toh(sp->rx_controls); in fxp_update_stats()
2044 hsp->tx_tco += le16toh(sp->tx_tco); in fxp_update_stats()
2045 hsp->rx_tco += le16toh(sp->rx_tco); in fxp_update_stats()
3120 struct fxp_hwstats *hsp; in fxp_sysctl_node() local
3147 hsp = &sc->fxp_hwstats; in fxp_sysctl_node()
3157 &hsp->rx_good, "Good frames"); in fxp_sysctl_node()
3159 &hsp->rx_crc_errors, "CRC errors"); in fxp_sysctl_node()
3161 &hsp->rx_alignment_errors, "Alignment errors"); in fxp_sysctl_node()
3163 &hsp->rx_rnr_errors, "RNR errors"); in fxp_sysctl_node()
3165 &hsp->rx_overrun_errors, "Overrun errors"); in fxp_sysctl_node()
3167 &hsp->rx_cdt_errors, "Collision detect errors"); in fxp_sysctl_node()
3169 &hsp->rx_shortframes, "Short frame errors"); in fxp_sysctl_node()
3172 &hsp->rx_pause, "Pause frames"); in fxp_sysctl_node()
3174 &hsp->rx_controls, "Unsupported control frames"); in fxp_sysctl_node()
3178 &hsp->rx_tco, "TCO frames"); in fxp_sysctl_node()
3185 &hsp->tx_good, "Good frames"); in fxp_sysctl_node()
3187 &hsp->tx_maxcols, "Maximum collisions errors"); in fxp_sysctl_node()
3189 &hsp->tx_latecols, "Late collisions errors"); in fxp_sysctl_node()
3191 &hsp->tx_underruns, "Underrun errors"); in fxp_sysctl_node()
3193 &hsp->tx_lostcrs, "Lost carrier sense"); in fxp_sysctl_node()
3195 &hsp->tx_deffered, "Deferred"); in fxp_sysctl_node()
3197 &hsp->tx_single_collisions, "Single collisions"); in fxp_sysctl_node()
3199 &hsp->tx_multiple_collisions, "Multiple collisions"); in fxp_sysctl_node()
3201 &hsp->tx_total_collisions, "Total collisions"); in fxp_sysctl_node()
3204 &hsp->tx_pause, "Pause frames"); in fxp_sysctl_node()
3207 &hsp->tx_tco, "TCO frames"); in fxp_sysctl_node()