Symbol: smb
sys/dev/pci/if_age.c
1990
struct smb *smb;
sys/dev/pci/if_age.c
1998
smb = sc->age_rdata.age_smb_block;
sys/dev/pci/if_age.c
1999
if (smb->updated == 0)
sys/dev/pci/if_age.c
2003
stat->rx_frames += smb->rx_frames;
sys/dev/pci/if_age.c
2004
stat->rx_bcast_frames += smb->rx_bcast_frames;
sys/dev/pci/if_age.c
2005
stat->rx_mcast_frames += smb->rx_mcast_frames;
sys/dev/pci/if_age.c
2006
stat->rx_pause_frames += smb->rx_pause_frames;
sys/dev/pci/if_age.c
2007
stat->rx_control_frames += smb->rx_control_frames;
sys/dev/pci/if_age.c
2008
stat->rx_crcerrs += smb->rx_crcerrs;
sys/dev/pci/if_age.c
2009
stat->rx_lenerrs += smb->rx_lenerrs;
sys/dev/pci/if_age.c
2010
stat->rx_bytes += smb->rx_bytes;
sys/dev/pci/if_age.c
2011
stat->rx_runts += smb->rx_runts;
sys/dev/pci/if_age.c
2012
stat->rx_fragments += smb->rx_fragments;
sys/dev/pci/if_age.c
2013
stat->rx_pkts_64 += smb->rx_pkts_64;
sys/dev/pci/if_age.c
2014
stat->rx_pkts_65_127 += smb->rx_pkts_65_127;
sys/dev/pci/if_age.c
2015
stat->rx_pkts_128_255 += smb->rx_pkts_128_255;
sys/dev/pci/if_age.c
2016
stat->rx_pkts_256_511 += smb->rx_pkts_256_511;
sys/dev/pci/if_age.c
2017
stat->rx_pkts_512_1023 += smb->rx_pkts_512_1023;
sys/dev/pci/if_age.c
2018
stat->rx_pkts_1024_1518 += smb->rx_pkts_1024_1518;
sys/dev/pci/if_age.c
2019
stat->rx_pkts_1519_max += smb->rx_pkts_1519_max;
sys/dev/pci/if_age.c
2020
stat->rx_pkts_truncated += smb->rx_pkts_truncated;
sys/dev/pci/if_age.c
2021
stat->rx_fifo_oflows += smb->rx_fifo_oflows;
sys/dev/pci/if_age.c
2022
stat->rx_desc_oflows += smb->rx_desc_oflows;
sys/dev/pci/if_age.c
2023
stat->rx_alignerrs += smb->rx_alignerrs;
sys/dev/pci/if_age.c
2024
stat->rx_bcast_bytes += smb->rx_bcast_bytes;
sys/dev/pci/if_age.c
2025
stat->rx_mcast_bytes += smb->rx_mcast_bytes;
sys/dev/pci/if_age.c
2026
stat->rx_pkts_filtered += smb->rx_pkts_filtered;
sys/dev/pci/if_age.c
2029
stat->tx_frames += smb->tx_frames;
sys/dev/pci/if_age.c
2030
stat->tx_bcast_frames += smb->tx_bcast_frames;
sys/dev/pci/if_age.c
2031
stat->tx_mcast_frames += smb->tx_mcast_frames;
sys/dev/pci/if_age.c
2032
stat->tx_pause_frames += smb->tx_pause_frames;
sys/dev/pci/if_age.c
2033
stat->tx_excess_defer += smb->tx_excess_defer;
sys/dev/pci/if_age.c
2034
stat->tx_control_frames += smb->tx_control_frames;
sys/dev/pci/if_age.c
2035
stat->tx_deferred += smb->tx_deferred;
sys/dev/pci/if_age.c
2036
stat->tx_bytes += smb->tx_bytes;
sys/dev/pci/if_age.c
2037
stat->tx_pkts_64 += smb->tx_pkts_64;
sys/dev/pci/if_age.c
2038
stat->tx_pkts_65_127 += smb->tx_pkts_65_127;
sys/dev/pci/if_age.c
2039
stat->tx_pkts_128_255 += smb->tx_pkts_128_255;
sys/dev/pci/if_age.c
2040
stat->tx_pkts_256_511 += smb->tx_pkts_256_511;
sys/dev/pci/if_age.c
2041
stat->tx_pkts_512_1023 += smb->tx_pkts_512_1023;
sys/dev/pci/if_age.c
2042
stat->tx_pkts_1024_1518 += smb->tx_pkts_1024_1518;
sys/dev/pci/if_age.c
2043
stat->tx_pkts_1519_max += smb->tx_pkts_1519_max;
sys/dev/pci/if_age.c
2044
stat->tx_single_colls += smb->tx_single_colls;
sys/dev/pci/if_age.c
2045
stat->tx_multi_colls += smb->tx_multi_colls;
sys/dev/pci/if_age.c
2046
stat->tx_late_colls += smb->tx_late_colls;
sys/dev/pci/if_age.c
2047
stat->tx_excess_colls += smb->tx_excess_colls;
sys/dev/pci/if_age.c
2048
stat->tx_underrun += smb->tx_underrun;
sys/dev/pci/if_age.c
2049
stat->tx_desc_underrun += smb->tx_desc_underrun;
sys/dev/pci/if_age.c
2050
stat->tx_lenerrs += smb->tx_lenerrs;
sys/dev/pci/if_age.c
2051
stat->tx_pkts_truncated += smb->tx_pkts_truncated;
sys/dev/pci/if_age.c
2052
stat->tx_bcast_bytes += smb->tx_bcast_bytes;
sys/dev/pci/if_age.c
2053
stat->tx_mcast_bytes += smb->tx_mcast_bytes;
sys/dev/pci/if_age.c
2058
if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames);
sys/dev/pci/if_age.c
2061
smb->tx_single_colls +
sys/dev/pci/if_age.c
2062
smb->tx_multi_colls + smb->tx_late_colls +
sys/dev/pci/if_age.c
2063
smb->tx_excess_colls * HDPX_CFG_RETRY_DEFAULT);
sys/dev/pci/if_age.c
2066
smb->tx_excess_colls +
sys/dev/pci/if_age.c
2067
smb->tx_late_colls + smb->tx_underrun +
sys/dev/pci/if_age.c
2068
smb->tx_pkts_truncated);
sys/dev/pci/if_age.c
2071
smb->rx_crcerrs + smb->rx_lenerrs +
sys/dev/pci/if_age.c
2072
smb->rx_runts + smb->rx_pkts_truncated +
sys/dev/pci/if_age.c
2073
smb->rx_fifo_oflows + smb->rx_desc_oflows +
sys/dev/pci/if_age.c
2074
smb->rx_alignerrs);
sys/dev/pci/if_age.c
2079
smb->updated = 0;
sys/dev/pci/if_agereg.h
737
struct smb *age_smb_block;
sys/dev/pci/if_agereg.h
749
#define AGE_SMB_BLOCK_SZ sizeof(struct smb)
sys/dev/pci/if_alc.c
2173
struct smb sb, *smb;
sys/dev/pci/if_alc.c
2181
smb = sc->alc_rdata.alc_smb;
sys/dev/pci/if_alc.c
2183
smb->updated = 0;
sys/dev/pci/if_alc.c
2207
struct smb sb, *smb;
sys/dev/pci/if_alc.c
2216
smb = sc->alc_rdata.alc_smb;
sys/dev/pci/if_alc.c
2217
if (smb->updated == 0)
sys/dev/pci/if_alc.c
2220
smb = &sb;
sys/dev/pci/if_alc.c
2236
stat->rx_frames += smb->rx_frames;
sys/dev/pci/if_alc.c
2237
stat->rx_bcast_frames += smb->rx_bcast_frames;
sys/dev/pci/if_alc.c
2238
stat->rx_mcast_frames += smb->rx_mcast_frames;
sys/dev/pci/if_alc.c
2239
stat->rx_pause_frames += smb->rx_pause_frames;
sys/dev/pci/if_alc.c
2240
stat->rx_control_frames += smb->rx_control_frames;
sys/dev/pci/if_alc.c
2241
stat->rx_crcerrs += smb->rx_crcerrs;
sys/dev/pci/if_alc.c
2242
stat->rx_lenerrs += smb->rx_lenerrs;
sys/dev/pci/if_alc.c
2243
stat->rx_bytes += smb->rx_bytes;
sys/dev/pci/if_alc.c
2244
stat->rx_runts += smb->rx_runts;
sys/dev/pci/if_alc.c
2245
stat->rx_fragments += smb->rx_fragments;
sys/dev/pci/if_alc.c
2246
stat->rx_pkts_64 += smb->rx_pkts_64;
sys/dev/pci/if_alc.c
2247
stat->rx_pkts_65_127 += smb->rx_pkts_65_127;
sys/dev/pci/if_alc.c
2248
stat->rx_pkts_128_255 += smb->rx_pkts_128_255;
sys/dev/pci/if_alc.c
2249
stat->rx_pkts_256_511 += smb->rx_pkts_256_511;
sys/dev/pci/if_alc.c
2250
stat->rx_pkts_512_1023 += smb->rx_pkts_512_1023;
sys/dev/pci/if_alc.c
2251
stat->rx_pkts_1024_1518 += smb->rx_pkts_1024_1518;
sys/dev/pci/if_alc.c
2252
stat->rx_pkts_1519_max += smb->rx_pkts_1519_max;
sys/dev/pci/if_alc.c
2253
stat->rx_pkts_truncated += smb->rx_pkts_truncated;
sys/dev/pci/if_alc.c
2254
stat->rx_fifo_oflows += smb->rx_fifo_oflows;
sys/dev/pci/if_alc.c
2255
stat->rx_rrs_errs += smb->rx_rrs_errs;
sys/dev/pci/if_alc.c
2256
stat->rx_alignerrs += smb->rx_alignerrs;
sys/dev/pci/if_alc.c
2257
stat->rx_bcast_bytes += smb->rx_bcast_bytes;
sys/dev/pci/if_alc.c
2258
stat->rx_mcast_bytes += smb->rx_mcast_bytes;
sys/dev/pci/if_alc.c
2259
stat->rx_pkts_filtered += smb->rx_pkts_filtered;
sys/dev/pci/if_alc.c
2262
stat->tx_frames += smb->tx_frames;
sys/dev/pci/if_alc.c
2263
stat->tx_bcast_frames += smb->tx_bcast_frames;
sys/dev/pci/if_alc.c
2264
stat->tx_mcast_frames += smb->tx_mcast_frames;
sys/dev/pci/if_alc.c
2265
stat->tx_pause_frames += smb->tx_pause_frames;
sys/dev/pci/if_alc.c
2266
stat->tx_excess_defer += smb->tx_excess_defer;
sys/dev/pci/if_alc.c
2267
stat->tx_control_frames += smb->tx_control_frames;
sys/dev/pci/if_alc.c
2268
stat->tx_deferred += smb->tx_deferred;
sys/dev/pci/if_alc.c
2269
stat->tx_bytes += smb->tx_bytes;
sys/dev/pci/if_alc.c
2270
stat->tx_pkts_64 += smb->tx_pkts_64;
sys/dev/pci/if_alc.c
2271
stat->tx_pkts_65_127 += smb->tx_pkts_65_127;
sys/dev/pci/if_alc.c
2272
stat->tx_pkts_128_255 += smb->tx_pkts_128_255;
sys/dev/pci/if_alc.c
2273
stat->tx_pkts_256_511 += smb->tx_pkts_256_511;
sys/dev/pci/if_alc.c
2274
stat->tx_pkts_512_1023 += smb->tx_pkts_512_1023;
sys/dev/pci/if_alc.c
2275
stat->tx_pkts_1024_1518 += smb->tx_pkts_1024_1518;
sys/dev/pci/if_alc.c
2276
stat->tx_pkts_1519_max += smb->tx_pkts_1519_max;
sys/dev/pci/if_alc.c
2277
stat->tx_single_colls += smb->tx_single_colls;
sys/dev/pci/if_alc.c
2278
stat->tx_multi_colls += smb->tx_multi_colls;
sys/dev/pci/if_alc.c
2279
stat->tx_late_colls += smb->tx_late_colls;
sys/dev/pci/if_alc.c
2280
stat->tx_excess_colls += smb->tx_excess_colls;
sys/dev/pci/if_alc.c
2281
stat->tx_underrun += smb->tx_underrun;
sys/dev/pci/if_alc.c
2282
stat->tx_desc_underrun += smb->tx_desc_underrun;
sys/dev/pci/if_alc.c
2283
stat->tx_lenerrs += smb->tx_lenerrs;
sys/dev/pci/if_alc.c
2284
stat->tx_pkts_truncated += smb->tx_pkts_truncated;
sys/dev/pci/if_alc.c
2285
stat->tx_bcast_bytes += smb->tx_bcast_bytes;
sys/dev/pci/if_alc.c
2286
stat->tx_mcast_bytes += smb->tx_mcast_bytes;
sys/dev/pci/if_alc.c
2291
if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames);
sys/dev/pci/if_alc.c
2294
smb->tx_single_colls +
sys/dev/pci/if_alc.c
2295
smb->tx_multi_colls * 2 + smb->tx_late_colls +
sys/dev/pci/if_alc.c
2296
smb->tx_excess_colls * HDPX_CFG_RETRY_DEFAULT);
sys/dev/pci/if_alc.c
2299
smb->tx_late_colls + smb->tx_excess_colls +
sys/dev/pci/if_alc.c
2300
smb->tx_underrun + smb->tx_pkts_truncated);
sys/dev/pci/if_alc.c
2303
smb->rx_crcerrs + smb->rx_lenerrs +
sys/dev/pci/if_alc.c
2304
smb->rx_runts + smb->rx_pkts_truncated +
sys/dev/pci/if_alc.c
2305
smb->rx_fifo_oflows + smb->rx_rrs_errs +
sys/dev/pci/if_alc.c
2306
smb->rx_alignerrs);
sys/dev/pci/if_alc.c
2312
smb->updated = 0;
sys/dev/pci/if_alcreg.h
1307
#define ALC_SMB_SZ (sizeof(struct smb))
sys/dev/pci/if_alcreg.h
1346
struct smb *alc_smb;
sys/dev/pci/if_ale.c
1161
struct smb sb;
sys/dev/pci/if_ale.c
1181
struct smb sb, *smb;
sys/dev/pci/if_ale.c
1186
smb = &sb;
sys/dev/pci/if_ale.c
1200
stat->rx_frames += smb->rx_frames;
sys/dev/pci/if_ale.c
1201
stat->rx_bcast_frames += smb->rx_bcast_frames;
sys/dev/pci/if_ale.c
1202
stat->rx_mcast_frames += smb->rx_mcast_frames;
sys/dev/pci/if_ale.c
1203
stat->rx_pause_frames += smb->rx_pause_frames;
sys/dev/pci/if_ale.c
1204
stat->rx_control_frames += smb->rx_control_frames;
sys/dev/pci/if_ale.c
1205
stat->rx_crcerrs += smb->rx_crcerrs;
sys/dev/pci/if_ale.c
1206
stat->rx_lenerrs += smb->rx_lenerrs;
sys/dev/pci/if_ale.c
1207
stat->rx_bytes += smb->rx_bytes;
sys/dev/pci/if_ale.c
1208
stat->rx_runts += smb->rx_runts;
sys/dev/pci/if_ale.c
1209
stat->rx_fragments += smb->rx_fragments;
sys/dev/pci/if_ale.c
1210
stat->rx_pkts_64 += smb->rx_pkts_64;
sys/dev/pci/if_ale.c
1211
stat->rx_pkts_65_127 += smb->rx_pkts_65_127;
sys/dev/pci/if_ale.c
1212
stat->rx_pkts_128_255 += smb->rx_pkts_128_255;
sys/dev/pci/if_ale.c
1213
stat->rx_pkts_256_511 += smb->rx_pkts_256_511;
sys/dev/pci/if_ale.c
1214
stat->rx_pkts_512_1023 += smb->rx_pkts_512_1023;
sys/dev/pci/if_ale.c
1215
stat->rx_pkts_1024_1518 += smb->rx_pkts_1024_1518;
sys/dev/pci/if_ale.c
1216
stat->rx_pkts_1519_max += smb->rx_pkts_1519_max;
sys/dev/pci/if_ale.c
1217
stat->rx_pkts_truncated += smb->rx_pkts_truncated;
sys/dev/pci/if_ale.c
1218
stat->rx_fifo_oflows += smb->rx_fifo_oflows;
sys/dev/pci/if_ale.c
1219
stat->rx_rrs_errs += smb->rx_rrs_errs;
sys/dev/pci/if_ale.c
1220
stat->rx_alignerrs += smb->rx_alignerrs;
sys/dev/pci/if_ale.c
1221
stat->rx_bcast_bytes += smb->rx_bcast_bytes;
sys/dev/pci/if_ale.c
1222
stat->rx_mcast_bytes += smb->rx_mcast_bytes;
sys/dev/pci/if_ale.c
1223
stat->rx_pkts_filtered += smb->rx_pkts_filtered;
sys/dev/pci/if_ale.c
1226
stat->tx_frames += smb->tx_frames;
sys/dev/pci/if_ale.c
1227
stat->tx_bcast_frames += smb->tx_bcast_frames;
sys/dev/pci/if_ale.c
1228
stat->tx_mcast_frames += smb->tx_mcast_frames;
sys/dev/pci/if_ale.c
1229
stat->tx_pause_frames += smb->tx_pause_frames;
sys/dev/pci/if_ale.c
1230
stat->tx_excess_defer += smb->tx_excess_defer;
sys/dev/pci/if_ale.c
1231
stat->tx_control_frames += smb->tx_control_frames;
sys/dev/pci/if_ale.c
1232
stat->tx_deferred += smb->tx_deferred;
sys/dev/pci/if_ale.c
1233
stat->tx_bytes += smb->tx_bytes;
sys/dev/pci/if_ale.c
1234
stat->tx_pkts_64 += smb->tx_pkts_64;
sys/dev/pci/if_ale.c
1235
stat->tx_pkts_65_127 += smb->tx_pkts_65_127;
sys/dev/pci/if_ale.c
1236
stat->tx_pkts_128_255 += smb->tx_pkts_128_255;
sys/dev/pci/if_ale.c
1237
stat->tx_pkts_256_511 += smb->tx_pkts_256_511;
sys/dev/pci/if_ale.c
1238
stat->tx_pkts_512_1023 += smb->tx_pkts_512_1023;
sys/dev/pci/if_ale.c
1239
stat->tx_pkts_1024_1518 += smb->tx_pkts_1024_1518;
sys/dev/pci/if_ale.c
1240
stat->tx_pkts_1519_max += smb->tx_pkts_1519_max;
sys/dev/pci/if_ale.c
1241
stat->tx_single_colls += smb->tx_single_colls;
sys/dev/pci/if_ale.c
1242
stat->tx_multi_colls += smb->tx_multi_colls;
sys/dev/pci/if_ale.c
1243
stat->tx_late_colls += smb->tx_late_colls;
sys/dev/pci/if_ale.c
1244
stat->tx_excess_colls += smb->tx_excess_colls;
sys/dev/pci/if_ale.c
1245
stat->tx_abort += smb->tx_abort;
sys/dev/pci/if_ale.c
1246
stat->tx_underrun += smb->tx_underrun;
sys/dev/pci/if_ale.c
1247
stat->tx_desc_underrun += smb->tx_desc_underrun;
sys/dev/pci/if_ale.c
1248
stat->tx_lenerrs += smb->tx_lenerrs;
sys/dev/pci/if_ale.c
1249
stat->tx_pkts_truncated += smb->tx_pkts_truncated;
sys/dev/pci/if_ale.c
1250
stat->tx_bcast_bytes += smb->tx_bcast_bytes;
sys/dev/pci/if_ale.c
1251
stat->tx_mcast_bytes += smb->tx_mcast_bytes;
sys/dev/pci/if_ale.c
1256
if_statadd_ref(ifp, nsr, if_opackets, smb->tx_frames);
sys/dev/pci/if_ale.c
1259
smb->tx_single_colls +
sys/dev/pci/if_ale.c
1260
smb->tx_multi_colls * 2 + smb->tx_late_colls +
sys/dev/pci/if_ale.c
1261
smb->tx_abort * HDPX_CFG_RETRY_DEFAULT);
sys/dev/pci/if_ale.c
1271
smb->tx_abort + smb->tx_late_colls +
sys/dev/pci/if_ale.c
1272
smb->tx_underrun);
sys/dev/pci/if_ale.c
1275
smb->rx_crcerrs + smb->rx_lenerrs +
sys/dev/pci/if_ale.c
1276
smb->rx_runts + smb->rx_pkts_truncated +
sys/dev/pci/if_ale.c
1277
smb->rx_fifo_oflows + smb->rx_rrs_errs +
sys/dev/pci/if_ale.c
1278
smb->rx_alignerrs);