Lines Matching defs:hsp
2022 struct fxp_hwstats *hsp;
2037 hsp = &sc->fxp_hwstats;
2038 hsp->tx_good += le32toh(sp->tx_good);
2039 hsp->tx_maxcols += le32toh(sp->tx_maxcols);
2040 hsp->tx_latecols += le32toh(sp->tx_latecols);
2041 hsp->tx_underruns += le32toh(sp->tx_underruns);
2042 hsp->tx_lostcrs += le32toh(sp->tx_lostcrs);
2043 hsp->tx_deffered += le32toh(sp->tx_deffered);
2044 hsp->tx_single_collisions += le32toh(sp->tx_single_collisions);
2045 hsp->tx_multiple_collisions +=
2047 hsp->tx_total_collisions += le32toh(sp->tx_total_collisions);
2048 hsp->rx_good += le32toh(sp->rx_good);
2049 hsp->rx_crc_errors += le32toh(sp->rx_crc_errors);
2050 hsp->rx_alignment_errors += le32toh(sp->rx_alignment_errors);
2051 hsp->rx_rnr_errors += le32toh(sp->rx_rnr_errors);
2052 hsp->rx_overrun_errors += le32toh(sp->rx_overrun_errors);
2053 hsp->rx_cdt_errors += le32toh(sp->rx_cdt_errors);
2054 hsp->rx_shortframes += le32toh(sp->rx_shortframes);
2055 hsp->tx_pause += le32toh(sp->tx_pause);
2056 hsp->rx_pause += le32toh(sp->rx_pause);
2057 hsp->rx_controls += le32toh(sp->rx_controls);
2058 hsp->tx_tco += le16toh(sp->tx_tco);
2059 hsp->rx_tco += le16toh(sp->rx_tco);
3134 struct fxp_hwstats *hsp;
3161 hsp = &sc->fxp_hwstats;
3171 &hsp->rx_good, "Good frames");
3173 &hsp->rx_crc_errors, "CRC errors");
3175 &hsp->rx_alignment_errors, "Alignment errors");
3177 &hsp->rx_rnr_errors, "RNR errors");
3179 &hsp->rx_overrun_errors, "Overrun errors");
3181 &hsp->rx_cdt_errors, "Collision detect errors");
3183 &hsp->rx_shortframes, "Short frame errors");
3186 &hsp->rx_pause, "Pause frames");
3188 &hsp->rx_controls, "Unsupported control frames");
3192 &hsp->rx_tco, "TCO frames");
3199 &hsp->tx_good, "Good frames");
3201 &hsp->tx_maxcols, "Maximum collisions errors");
3203 &hsp->tx_latecols, "Late collisions errors");
3205 &hsp->tx_underruns, "Underrun errors");
3207 &hsp->tx_lostcrs, "Lost carrier sense");
3209 &hsp->tx_deffered, "Deferred");
3211 &hsp->tx_single_collisions, "Single collisions");
3213 &hsp->tx_multiple_collisions, "Multiple collisions");
3215 &hsp->tx_total_collisions, "Total collisions");
3218 &hsp->tx_pause, "Pause frames");
3221 &hsp->tx_tco, "TCO frames");