Lines Matching refs:tgt

1358 	unsigned char *tgt, ch;  in blogic_rdconfig()  local
1368 tgt = adapter->model; in blogic_rdconfig()
1369 *tgt++ = 'B'; in blogic_rdconfig()
1370 *tgt++ = 'T'; in blogic_rdconfig()
1371 *tgt++ = '-'; in blogic_rdconfig()
1373 *tgt++ = fpinfo->model[i]; in blogic_rdconfig()
1374 *tgt++ = '\0'; in blogic_rdconfig()
1488 tgt = adapter->model; in blogic_rdconfig()
1489 *tgt++ = 'B'; in blogic_rdconfig()
1490 *tgt++ = 'T'; in blogic_rdconfig()
1491 *tgt++ = '-'; in blogic_rdconfig()
1496 *tgt++ = ch; in blogic_rdconfig()
1498 *tgt++ = '\0'; in blogic_rdconfig()
1502 tgt = adapter->fw_ver; in blogic_rdconfig()
1503 *tgt++ = id.fw_ver_digit1; in blogic_rdconfig()
1504 *tgt++ = '.'; in blogic_rdconfig()
1505 *tgt++ = id.fw_ver_digit2; in blogic_rdconfig()
1507 *tgt++ = fw_ver_digit3; in blogic_rdconfig()
1508 *tgt = '\0'; in blogic_rdconfig()
1519 *tgt++ = fw_ver_letter; in blogic_rdconfig()
1520 *tgt = '\0'; in blogic_rdconfig()
3481 int tgt; in blogic_show_info() local
3493 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3494 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3497 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
3501 … %3u %9u %9u\n", adapter->qdepth[tgt], adapter->active_cmds[tgt], tgt_stats[tgt].cmds_tried… in blogic_show_info()
3506 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3507 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3510 seq_printf(m, " %2d %9u %9u", tgt, tgt_stats[tgt].read_cmds, tgt_stats[tgt].write_cmds); in blogic_show_info()
3511 if (tgt_stats[tgt].bytesread.billions > 0) in blogic_show_info()
3512 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info()
3514 seq_printf(m, " %9u", tgt_stats[tgt].bytesread.units); in blogic_show_info()
3515 if (tgt_stats[tgt].byteswritten.billions > 0) in blogic_show_info()
3516 …seq_printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.un… in blogic_show_info()
3518 seq_printf(m, " %9u\n", tgt_stats[tgt].byteswritten.units); in blogic_show_info()
3523 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3524 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3528 " %2d Read %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3529 tgt_stats[tgt].read_sz_buckets[0], in blogic_show_info()
3530 …tgt_stats[tgt].read_sz_buckets[1], tgt_stats[tgt].read_sz_buckets[2], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3532 " %2d Write %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3533 tgt_stats[tgt].write_sz_buckets[0], in blogic_show_info()
3534 …tgt_stats[tgt].write_sz_buckets[1], tgt_stats[tgt].write_sz_buckets[2], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3539 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3540 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3544 " %2d Read %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3545 tgt_stats[tgt].read_sz_buckets[5], in blogic_show_info()
3546 …tgt_stats[tgt].read_sz_buckets[6], tgt_stats[tgt].read_sz_buckets[7], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3548 " %2d Write %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3549 tgt_stats[tgt].write_sz_buckets[5], in blogic_show_info()
3550 …tgt_stats[tgt].write_sz_buckets[6], tgt_stats[tgt].write_sz_buckets[7], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3559 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3560 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3564tgt, tgt_stats[tgt].aborts_request, tgt_stats[tgt].aborts_tried, tgt_stats[tgt].aborts_done, tgt_s… in blogic_show_info()