Home | History | Annotate | Download | only in pci

Lines Matching defs:smb

1161 	struct smb sb;
1181 struct smb sb, *smb;
1186 smb = &sb;
1200 stat->rx_frames += smb->rx_frames;
1201 stat->rx_bcast_frames += smb->rx_bcast_frames;
1202 stat->rx_mcast_frames += smb->rx_mcast_frames;
1203 stat->rx_pause_frames += smb->rx_pause_frames;
1204 stat->rx_control_frames += smb->rx_control_frames;
1205 stat->rx_crcerrs += smb->rx_crcerrs;
1206 stat->rx_lenerrs += smb->rx_lenerrs;
1207 stat->rx_bytes += smb->rx_bytes;
1208 stat->rx_runts += smb->rx_runts;
1209 stat->rx_fragments += smb->rx_fragments;
1210 stat->rx_pkts_64 += smb->rx_pkts_64;
1211 stat->rx_pkts_65_127 += smb->rx_pkts_65_127;
1212 stat->rx_pkts_128_255 += smb->rx_pkts_128_255;
1213 stat->rx_pkts_256_511 += smb->rx_pkts_256_511;
1214 stat->rx_pkts_512_1023 += smb->rx_pkts_512_1023;
1215 stat->rx_pkts_1024_1518 += smb->rx_pkts_1024_1518;
1216 stat->rx_pkts_1519_max += smb->rx_pkts_1519_max;
1217 stat->rx_pkts_truncated += smb->rx_pkts_truncated;
1218 stat->rx_fifo_oflows += smb->rx_fifo_oflows;
1219 stat->rx_rrs_errs += smb->rx_rrs_errs;
1220 stat->rx_alignerrs += smb->rx_alignerrs;
1221 stat->rx_bcast_bytes += smb->rx_bcast_bytes;
1222 stat->rx_mcast_bytes += smb->rx_mcast_bytes;
1223 stat->rx_pkts_filtered += smb->rx_pkts_filtered;
1226 stat->tx_frames += smb->tx_frames;
1227 stat->tx_bcast_frames += smb->tx_bcast_frames;
1228 stat->tx_mcast_frames += smb->tx_mcast_frames;
1229 stat->tx_pause_frames += smb->tx_pause_frames;
1230 stat->tx_excess_defer += smb->tx_excess_defer;
1231 stat->tx_control_frames += smb->tx_control_frames;
1232 stat->tx_deferred += smb->tx_deferred;
1233 stat->tx_bytes += smb->tx_bytes;
1234 stat->tx_pkts_64 += smb->tx_pkts_64;
1235 stat->tx_pkts_65_127 += smb->tx_pkts_65_127;
1236 stat->tx_pkts_128_255 += smb->tx_pkts_128_255;
1237 stat->tx_pkts_256_511 += smb->tx_pkts_256_511;
1238 stat->tx_pkts_512_1023 += smb->tx_pkts_512_1023;
1239 stat->tx_pkts_1024_1518 += smb->tx_pkts_1024_1518;
1240 stat->tx_pkts_1519_max += smb->tx_pkts_1519_max;
1241 stat->tx_single_colls += smb->tx_single_colls;
1242 stat->tx_multi_colls += smb->tx_multi_colls;
1243 stat->tx_late_colls += smb->tx_late_colls;
1244 stat->tx_excess_colls += smb->tx_excess_colls;
1245 stat->tx_abort += smb->tx_abort;
1246 stat->tx_underrun += smb->tx_underrun;
1247 stat->tx_desc_underrun += smb->tx_desc_underrun;
1248 stat->tx_lenerrs += smb->tx_lenerrs;
1249 stat->tx_pkts_truncated += smb->tx_pkts_truncated;
1250 stat->tx_bcast_bytes += smb->tx_bcast_bytes;
1251 stat->tx_mcast_bytes += smb->tx_mcast_bytes;
1256 if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames);
1259 smb->tx_single_colls +
1260 smb->tx_multi_colls * 2 + smb->tx_late_colls +
1261 smb->tx_abort * HDPX_CFG_RETRY_DEFAULT);
1271 smb->tx_abort + smb->tx_late_colls +
1272 smb->tx_underrun);
1275 smb->rx_crcerrs + smb->rx_lenerrs +
1276 smb->rx_runts + smb->rx_pkts_truncated +
1277 smb->rx_fifo_oflows + smb->rx_rrs_errs +
1278 smb->rx_alignerrs);
1790 * Hardware can be configured to issue SMB interrupt based
1793 * relying on periodic SMB interrupt.