usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6921
ioinfo->a_mboxCmd = HBASTATS.MboxIssued;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6922
ioinfo->a_mboxCmpl = HBASTATS.MboxCompleted;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6923
ioinfo->a_mboxErr = HBASTATS.MboxError;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6926
ioinfo->a_iocbCmd += HBASTATS.IocbIssued[i];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6927
ioinfo->a_iocbRsp += HBASTATS.IocbReceived[i];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6930
ioinfo->a_adapterIntr = HBASTATS.IntrEvent[0] + HBASTATS.IntrEvent[1] +
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6931
HBASTATS.IntrEvent[2] + HBASTATS.IntrEvent[3] +
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6932
HBASTATS.IntrEvent[4] + HBASTATS.IntrEvent[5] +
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6933
HBASTATS.IntrEvent[6] + HBASTATS.IntrEvent[7];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6935
ioinfo->a_fcpCmd = HBASTATS.FcpIssued;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6936
ioinfo->a_fcpCmpl = HBASTATS.FcpCompleted;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6937
ioinfo->a_fcpErr = HBASTATS.FcpCompleted - HBASTATS.FcpGood;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6939
ioinfo->a_seqXmit = HBASTATS.IpSeqIssued;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6940
ioinfo->a_seqRcv = HBASTATS.IpSeqReceived;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6941
ioinfo->a_seqXmitErr = HBASTATS.IpSeqCompleted - HBASTATS.IpSeqGood;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6943
ioinfo->a_bcastXmit = HBASTATS.IpBcastIssued;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6944
ioinfo->a_bcastRcv = HBASTATS.IpBcastReceived;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6946
ioinfo->a_elsXmit = HBASTATS.ElsCmdIssued;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6947
ioinfo->a_elsRcv = HBASTATS.ElsCmdReceived;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6948
ioinfo->a_elsXmitErr = HBASTATS.ElsCmdCompleted - HBASTATS.ElsCmdGood;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6950
ioinfo->a_RSCNRcv = HBASTATS.ElsRscnReceived;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6952
ioinfo->a_elsBufPost = HBASTATS.ElsUbPosted;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6953
ioinfo->a_ipBufPost = HBASTATS.IpUbPosted;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6991
linkinfo->a_linkUp = HBASTATS.LinkUp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6992
linkinfo->a_linkDown = HBASTATS.LinkDown;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
6993
linkinfo->a_linkMulti = HBASTATS.LinkMultiEvent;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9147
HBASTATS.CtEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9152
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9164
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9179
HBASTATS.CtCmdCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9182
HBASTATS.CtCmdGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9188
HBASTATS.CtCmdError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9203
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
107
HBASTATS.ElsStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
119
HBASTATS.ElsStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
149
HBASTATS.ElsRspCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
167
HBASTATS.ElsCmdCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
181
HBASTATS.ElsCmdGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
233
HBASTATS.ElsCmdError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2835
HBASTATS.CtEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2843
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2855
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2882
HBASTATS.CtCmdCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2902
HBASTATS.CtCmdGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2911
HBASTATS.CtCmdError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2929
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2963
HBASTATS.CtEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2971
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2983
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2998
HBASTATS.CtEvent--;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3015
HBASTATS.CtRspCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3061
HBASTATS.CtCmdCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3088
HBASTATS.CtCmdGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3144
HBASTATS.CtCmdError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3270
HBASTATS.CtStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3308
HBASTATS.CtCmdReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
359
HBASTATS.ElsStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
383
HBASTATS.ElsCmdReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
402
HBASTATS.ElsRscnReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
407
HBASTATS.ElsFlogiReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
412
HBASTATS.ElsPlogiReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
417
HBASTATS.ElsPrliReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
422
HBASTATS.ElsPrloReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
427
HBASTATS.ElsLogoReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
432
HBASTATS.ElsAdiscReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
437
HBASTATS.ElsAuthReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
442
HBASTATS.ElsTestReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
453
HBASTATS.ElsEstcReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
464
HBASTATS.ElsFarprReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
476
HBASTATS.ElsEchoReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
481
HBASTATS.ElsRlsReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
486
HBASTATS.ElsRtvReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
498
HBASTATS.ElsGenReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
510
HBASTATS.ElsGenReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
99
HBASTATS.ElsEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
608
linkinfo->a_linkUp = HBASTATS.LinkUp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
609
linkinfo->a_linkDown = HBASTATS.LinkDown;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
610
linkinfo->a_linkMulti = HBASTATS.LinkMultiEvent;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
1866
HBASTATS.LinkDown++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
1902
HBASTATS.LinkUp++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
105
HBASTATS.FcpCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
152
HBASTATS.FcpGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
1650
HBASTATS.LinkDown++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
1694
HBASTATS.LinkUp++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
3177
HBASTATS.IocbTxPut[channelno]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
3334
HBASTATS.IocbTxGet[channelno]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
700
HBASTATS.FcpGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
702
HBASTATS.FcpError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
91
HBASTATS.FcpEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
97
HBASTATS.FcpStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
3180
HBASTATS.ElsCmdReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
112
HBASTATS.IpBcastCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
113
HBASTATS.IpBcastGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
131
HBASTATS.IpSeqCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
139
HBASTATS.IpSeqError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
152
HBASTATS.IpSeqGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
162
HBASTATS.IpStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
282
HBASTATS.IpDropped++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
286
HBASTATS.IpBcastReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
290
HBASTATS.IpSeqReceived++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
316
HBASTATS.IpRcvEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
336
HBASTATS.IpUbPosted--;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
365
HBASTATS.IpDropped++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
43
HBASTATS.IpEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
48
HBASTATS.IpStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
59
HBASTATS.IpStray++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
73
HBASTATS.IpBcastCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
74
HBASTATS.IpBcastError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
93
HBASTATS.IpSeqCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_ip.c
94
HBASTATS.IpSeqError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
1555
HBASTATS.MboxCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
1558
HBASTATS.MboxError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
1560
HBASTATS.MboxGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
1646
HBASTATS.LinkMultiEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
1648
HBASTATS.LinkMultiEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
3004
HBASTATS.MboxIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
3054
HBASTATS.MboxCompleted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
3057
HBASTATS.MboxError++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
3059
HBASTATS.MboxGood++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mem.c
1297
HBASTATS.ElsUbPosted--;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mem.c
1332
HBASTATS.CtUbPosted--;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mem.c
1367
HBASTATS.IpUbPosted--;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mem.c
1402
HBASTATS.FctUbPosted--;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mem.c
1459
HBASTATS.ElsUbPosted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mem.c
1487
HBASTATS.CtUbPosted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mem.c
1514
HBASTATS.IpUbPosted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mem.c
1544
HBASTATS.FctUbPosted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
2088
HBASTATS.ResetTime = hba->timer_tics;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
3129
HBASTATS.IocbThrottled++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
3131
HBASTATS.IocbRingFull[channelno]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
3239
HBASTATS.MboxBusy++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
3938
HBASTATS.IpBcastIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
3950
HBASTATS.IpSeqIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4514
HBASTATS.IntrEvent[6]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4521
HBASTATS.IntrEvent[5]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4527
HBASTATS.IntrEvent[4]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4533
HBASTATS.IntrEvent[0]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4539
HBASTATS.IntrEvent[1]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4545
HBASTATS.IntrEvent[2]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4551
HBASTATS.IntrEvent[3]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4687
HBASTATS.LinkEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4690
HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
4780
HBASTATS.IocbReceived[channel_no]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5079
HBASTATS.FctRingEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5080
RcvError = &HBASTATS.FctRingError;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5081
RcvDropped = &HBASTATS.FctRingDropped;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5082
UbPosted = &HBASTATS.FctUbPosted;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5089
HBASTATS.IpRcvEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5090
RcvError = &HBASTATS.IpDropped;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5091
RcvDropped = &HBASTATS.IpDropped;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5092
UbPosted = &HBASTATS.IpUbPosted;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5098
HBASTATS.ElsRcvEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5099
RcvError = &HBASTATS.ElsRcvError;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5100
RcvDropped = &HBASTATS.ElsRcvDropped;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5101
UbPosted = &HBASTATS.ElsUbPosted;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5107
HBASTATS.CtRcvEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5108
RcvError = &HBASTATS.CtRcvError;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5109
RcvDropped = &HBASTATS.CtRcvDropped;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5110
UbPosted = &HBASTATS.CtUbPosted;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
5367
HBASTATS.IocbIssued[ringno]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6371
HBASTATS.ElsUbPosted = count;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6379
HBASTATS.IpUbPosted = count;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6387
HBASTATS.CtUbPosted = count;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6396
HBASTATS.FctUbPosted = count;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6520
HBASTATS.ElsUbPosted = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6525
HBASTATS.IpUbPosted = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6530
HBASTATS.CtUbPosted = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6536
HBASTATS.FctUbPosted = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6588
HBASTATS.ElsUbPosted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6592
HBASTATS.IpUbPosted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6596
HBASTATS.CtUbPosted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6601
HBASTATS.FctUbPosted++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
6741
HBASTATS.IntrEvent[6]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
3410
HBASTATS.IocbIssued[channelno]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
3477
HBASTATS.IocbThrottled++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
3479
HBASTATS.IocbRingFull[channelno]++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
3867
HBASTATS.MboxBusy++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5297
HBASTATS.LinkMultiEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5299
HBASTATS.LinkMultiEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5305
HBASTATS.LinkEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5312
cqe->valid, cqe->event_type, HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5319
cqe->valid, cqe->event_type, HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5328
cqe->valid, cqe->event_type, HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5337
cqe->valid, cqe->event_type, HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5344
cqe->un.link.link_status, HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5413
HBASTATS.LinkEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5417
HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5422
HBASTATS.LinkEvent++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5426
HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
5433
cqe->event_type, HBASTATS.LinkEvent);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10063
HBASTATS.CtCmdIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10130
HBASTATS.CtRspIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
8768
HBASTATS.FcpIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
8890
HBASTATS.FcpIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9390
HBASTATS.ElsCmdIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9855
HBASTATS.ElsRspIssued++;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9950
HBASTATS.CtCmdIssued++;