Lines Matching refs:tgt_stats

2605 			blogic_inc_count(&adapter->tgt_stats[tgt_id].bdr_done);  in blogic_process_ccbs()
2660 adapter->tgt_stats[ccb->tgt_id] in blogic_process_ccbs()
2669 blogic_inc_count(&adapter->tgt_stats[ccb->tgt_id].aborts_done); in blogic_process_ccbs()
2676 adapter->tgt_stats[ccb->tgt_id] in blogic_process_ccbs()
2837 adapter->tgt_stats[ccb->tgt_id].cmds_tried++; in blogic_write_outbox()
2852 struct blogic_tgt_stats *stats = &adapter->tgt_stats[id]; in blogic_hostreset()
2876 struct blogic_tgt_stats *tgt_stats = adapter->tgt_stats; in blogic_qcmd_lck() local
2949 tgt_stats[tgt_id].read_cmds++; in blogic_qcmd_lck()
2950 blogic_addcount(&tgt_stats[tgt_id].bytesread, buflen); in blogic_qcmd_lck()
2951 blogic_incszbucket(tgt_stats[tgt_id].read_sz_buckets, buflen); in blogic_qcmd_lck()
2956 tgt_stats[tgt_id].write_cmds++; in blogic_qcmd_lck()
2957 blogic_addcount(&tgt_stats[tgt_id].byteswritten, buflen); in blogic_qcmd_lck()
2958 blogic_incszbucket(tgt_stats[tgt_id].write_sz_buckets, buflen); in blogic_qcmd_lck()
3072 tgt_stats[tgt_id].cmds_tried++; in blogic_qcmd_lck()
3099 blogic_inc_count(&adapter->tgt_stats[tgt_id].aborts_request); in DEF_SCSI_QCMD()
3139 blogic_inc_count(&adapter->tgt_stats[tgt_id].aborts_tried); in DEF_SCSI_QCMD()
3152 blogic_inc_count(&adapter->tgt_stats[tgt_id].aborts_tried); in DEF_SCSI_QCMD()
3313 struct blogic_tgt_stats *tgt_stats; in blogic_write_info() local
3315 tgt_stats = adapter->tgt_stats; in blogic_write_info()
3318 memset(tgt_stats, 0, BLOGIC_MAXDEV * sizeof(struct blogic_tgt_stats)); in blogic_write_info()
3325 struct blogic_tgt_stats *tgt_stats; in blogic_show_info() local
3328 tgt_stats = adapter->tgt_stats; in blogic_show_info()
3346 … %9u\n", adapter->qdepth[tgt], adapter->active_cmds[tgt], tgt_stats[tgt].cmds_tried, tgt_stats[tgt… in blogic_show_info()
3355 seq_printf(m, " %2d %9u %9u", tgt, tgt_stats[tgt].read_cmds, tgt_stats[tgt].write_cmds); in blogic_show_info()
3356 if (tgt_stats[tgt].bytesread.billions > 0) in blogic_show_info()
3357 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info()
3359 seq_printf(m, " %9u", tgt_stats[tgt].bytesread.units); in blogic_show_info()
3360 if (tgt_stats[tgt].byteswritten.billions > 0) in blogic_show_info()
3361 …seq_printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.un… in blogic_show_info()
3363 seq_printf(m, " %9u\n", tgt_stats[tgt].byteswritten.units); in blogic_show_info()
3374 tgt_stats[tgt].read_sz_buckets[0], in blogic_show_info()
3375tgt_stats[tgt].read_sz_buckets[1], tgt_stats[tgt].read_sz_buckets[2], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3378 tgt_stats[tgt].write_sz_buckets[0], in blogic_show_info()
3379tgt_stats[tgt].write_sz_buckets[1], tgt_stats[tgt].write_sz_buckets[2], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3390 tgt_stats[tgt].read_sz_buckets[5], in blogic_show_info()
3391tgt_stats[tgt].read_sz_buckets[6], tgt_stats[tgt].read_sz_buckets[7], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3394 tgt_stats[tgt].write_sz_buckets[5], in blogic_show_info()
3395tgt_stats[tgt].write_sz_buckets[6], tgt_stats[tgt].write_sz_buckets[7], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3409 tgt, tgt_stats[tgt].aborts_request, in blogic_show_info()
3410 tgt_stats[tgt].aborts_tried, in blogic_show_info()
3411 tgt_stats[tgt].aborts_done, in blogic_show_info()
3412 tgt_stats[tgt].bdr_request, in blogic_show_info()
3413 tgt_stats[tgt].bdr_tried, in blogic_show_info()
3414 tgt_stats[tgt].bdr_done, in blogic_show_info()
3415 tgt_stats[tgt].adapter_reset_req, in blogic_show_info()
3416 tgt_stats[tgt].adapter_reset_attempt, in blogic_show_info()
3417 tgt_stats[tgt].adapter_reset_done); in blogic_show_info()