Lines Matching refs:tgt
1246 unsigned char *tgt, ch; in blogic_rdconfig() local
1256 tgt = adapter->model; in blogic_rdconfig()
1257 *tgt++ = 'B'; in blogic_rdconfig()
1258 *tgt++ = 'T'; in blogic_rdconfig()
1259 *tgt++ = '-'; in blogic_rdconfig()
1261 *tgt++ = fpinfo->model[i]; in blogic_rdconfig()
1262 *tgt++ = '\0'; in blogic_rdconfig()
1376 tgt = adapter->model; in blogic_rdconfig()
1377 *tgt++ = 'B'; in blogic_rdconfig()
1378 *tgt++ = 'T'; in blogic_rdconfig()
1379 *tgt++ = '-'; in blogic_rdconfig()
1384 *tgt++ = ch; in blogic_rdconfig()
1386 *tgt++ = '\0'; in blogic_rdconfig()
1390 tgt = adapter->fw_ver; in blogic_rdconfig()
1391 *tgt++ = id.fw_ver_digit1; in blogic_rdconfig()
1392 *tgt++ = '.'; in blogic_rdconfig()
1393 *tgt++ = id.fw_ver_digit2; in blogic_rdconfig()
1395 *tgt++ = fw_ver_digit3; in blogic_rdconfig()
1396 *tgt = '\0'; in blogic_rdconfig()
1407 *tgt++ = fw_ver_letter; in blogic_rdconfig()
1408 *tgt = '\0'; in blogic_rdconfig()
3326 int tgt; in blogic_show_info() local
3338 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3339 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3342 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
3346 … %3u %9u %9u\n", adapter->qdepth[tgt], adapter->active_cmds[tgt], tgt_stats[tgt].cmds_tried… in blogic_show_info()
3351 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3352 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[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()
3368 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3369 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3373 " %2d Read %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3374 tgt_stats[tgt].read_sz_buckets[0], in blogic_show_info()
3375 …tgt_stats[tgt].read_sz_buckets[1], tgt_stats[tgt].read_sz_buckets[2], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3377 " %2d Write %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3378 tgt_stats[tgt].write_sz_buckets[0], in blogic_show_info()
3379 …tgt_stats[tgt].write_sz_buckets[1], tgt_stats[tgt].write_sz_buckets[2], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3384 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3385 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3389 " %2d Read %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3390 tgt_stats[tgt].read_sz_buckets[5], in blogic_show_info()
3391 …tgt_stats[tgt].read_sz_buckets[6], tgt_stats[tgt].read_sz_buckets[7], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3393 " %2d Write %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3394 tgt_stats[tgt].write_sz_buckets[5], in blogic_show_info()
3395 …tgt_stats[tgt].write_sz_buckets[6], tgt_stats[tgt].write_sz_buckets[7], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3404 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3405 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; 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()