Lines Matching refs:tgt
1353 unsigned char *tgt, ch; in blogic_rdconfig() local
1363 tgt = adapter->model; in blogic_rdconfig()
1364 *tgt++ = 'B'; in blogic_rdconfig()
1365 *tgt++ = 'T'; in blogic_rdconfig()
1366 *tgt++ = '-'; in blogic_rdconfig()
1368 *tgt++ = fpinfo->model[i]; in blogic_rdconfig()
1369 *tgt++ = '\0'; in blogic_rdconfig()
1483 tgt = adapter->model; in blogic_rdconfig()
1484 *tgt++ = 'B'; in blogic_rdconfig()
1485 *tgt++ = 'T'; in blogic_rdconfig()
1486 *tgt++ = '-'; in blogic_rdconfig()
1491 *tgt++ = ch; in blogic_rdconfig()
1493 *tgt++ = '\0'; in blogic_rdconfig()
1497 tgt = adapter->fw_ver; in blogic_rdconfig()
1498 *tgt++ = id.fw_ver_digit1; in blogic_rdconfig()
1499 *tgt++ = '.'; in blogic_rdconfig()
1500 *tgt++ = id.fw_ver_digit2; in blogic_rdconfig()
1502 *tgt++ = fw_ver_digit3; in blogic_rdconfig()
1503 *tgt = '\0'; in blogic_rdconfig()
1514 *tgt++ = fw_ver_letter; in blogic_rdconfig()
1515 *tgt = '\0'; in blogic_rdconfig()
3479 int tgt; in blogic_show_info() local
3491 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3492 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3495 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
3499 … %3u %9u %9u\n", adapter->qdepth[tgt], adapter->active_cmds[tgt], tgt_stats[tgt].cmds_tried… in blogic_show_info()
3504 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3505 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3508 seq_printf(m, " %2d %9u %9u", tgt, tgt_stats[tgt].read_cmds, tgt_stats[tgt].write_cmds); in blogic_show_info()
3509 if (tgt_stats[tgt].bytesread.billions > 0) in blogic_show_info()
3510 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info()
3512 seq_printf(m, " %9u", tgt_stats[tgt].bytesread.units); in blogic_show_info()
3513 if (tgt_stats[tgt].byteswritten.billions > 0) in blogic_show_info()
3514 …seq_printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.un… in blogic_show_info()
3516 seq_printf(m, " %9u\n", tgt_stats[tgt].byteswritten.units); in blogic_show_info()
3521 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3522 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3526 " %2d Read %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3527 tgt_stats[tgt].read_sz_buckets[0], in blogic_show_info()
3528 …tgt_stats[tgt].read_sz_buckets[1], tgt_stats[tgt].read_sz_buckets[2], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3530 " %2d Write %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3531 tgt_stats[tgt].write_sz_buckets[0], in blogic_show_info()
3532 …tgt_stats[tgt].write_sz_buckets[1], tgt_stats[tgt].write_sz_buckets[2], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3537 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3538 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3542 " %2d Read %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3543 tgt_stats[tgt].read_sz_buckets[5], in blogic_show_info()
3544 …tgt_stats[tgt].read_sz_buckets[6], tgt_stats[tgt].read_sz_buckets[7], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3546 " %2d Write %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3547 tgt_stats[tgt].write_sz_buckets[5], in blogic_show_info()
3548 …tgt_stats[tgt].write_sz_buckets[6], tgt_stats[tgt].write_sz_buckets[7], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3557 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3558 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3562 tgt, tgt_stats[tgt].aborts_request, in blogic_show_info()
3563 tgt_stats[tgt].aborts_tried, in blogic_show_info()
3564 tgt_stats[tgt].aborts_done, in blogic_show_info()
3565 tgt_stats[tgt].bdr_request, in blogic_show_info()
3566 tgt_stats[tgt].bdr_tried, in blogic_show_info()
3567 tgt_stats[tgt].bdr_done, in blogic_show_info()
3568 tgt_stats[tgt].adapter_reset_req, in blogic_show_info()
3569 tgt_stats[tgt].adapter_reset_attempt, in blogic_show_info()
3570 tgt_stats[tgt].adapter_reset_done); in blogic_show_info()