Lines Matching refs:tgt

1352 	unsigned char *tgt, ch;  in blogic_rdconfig()  local
1362 tgt = adapter->model; in blogic_rdconfig()
1363 *tgt++ = 'B'; in blogic_rdconfig()
1364 *tgt++ = 'T'; in blogic_rdconfig()
1365 *tgt++ = '-'; in blogic_rdconfig()
1367 *tgt++ = fpinfo->model[i]; in blogic_rdconfig()
1368 *tgt++ = '\0'; in blogic_rdconfig()
1482 tgt = adapter->model; in blogic_rdconfig()
1483 *tgt++ = 'B'; in blogic_rdconfig()
1484 *tgt++ = 'T'; in blogic_rdconfig()
1485 *tgt++ = '-'; in blogic_rdconfig()
1490 *tgt++ = ch; in blogic_rdconfig()
1492 *tgt++ = '\0'; in blogic_rdconfig()
1496 tgt = adapter->fw_ver; in blogic_rdconfig()
1497 *tgt++ = id.fw_ver_digit1; in blogic_rdconfig()
1498 *tgt++ = '.'; in blogic_rdconfig()
1499 *tgt++ = id.fw_ver_digit2; in blogic_rdconfig()
1501 *tgt++ = fw_ver_digit3; in blogic_rdconfig()
1502 *tgt = '\0'; in blogic_rdconfig()
1513 *tgt++ = fw_ver_letter; in blogic_rdconfig()
1514 *tgt = '\0'; in blogic_rdconfig()
3477 int tgt; in blogic_show_info() local
3489 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3490 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3493 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
3497 … %3u %9u %9u\n", adapter->qdepth[tgt], adapter->active_cmds[tgt], tgt_stats[tgt].cmds_tried… in blogic_show_info()
3502 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3503 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3506 seq_printf(m, " %2d %9u %9u", tgt, tgt_stats[tgt].read_cmds, tgt_stats[tgt].write_cmds); in blogic_show_info()
3507 if (tgt_stats[tgt].bytesread.billions > 0) in blogic_show_info()
3508 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info()
3510 seq_printf(m, " %9u", tgt_stats[tgt].bytesread.units); in blogic_show_info()
3511 if (tgt_stats[tgt].byteswritten.billions > 0) in blogic_show_info()
3512 …seq_printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.un… in blogic_show_info()
3514 seq_printf(m, " %9u\n", tgt_stats[tgt].byteswritten.units); in blogic_show_info()
3519 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3520 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3524 " %2d Read %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3525 tgt_stats[tgt].read_sz_buckets[0], in blogic_show_info()
3526 …tgt_stats[tgt].read_sz_buckets[1], tgt_stats[tgt].read_sz_buckets[2], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3528 " %2d Write %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3529 tgt_stats[tgt].write_sz_buckets[0], in blogic_show_info()
3530 …tgt_stats[tgt].write_sz_buckets[1], tgt_stats[tgt].write_sz_buckets[2], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3535 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3536 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3540 " %2d Read %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3541 tgt_stats[tgt].read_sz_buckets[5], in blogic_show_info()
3542 …tgt_stats[tgt].read_sz_buckets[6], tgt_stats[tgt].read_sz_buckets[7], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3544 " %2d Write %9u %9u %9u %9u %9u\n", tgt, in blogic_show_info()
3545 tgt_stats[tgt].write_sz_buckets[5], in blogic_show_info()
3546 …tgt_stats[tgt].write_sz_buckets[6], tgt_stats[tgt].write_sz_buckets[7], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3555 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info()
3556 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info()
3560 tgt, tgt_stats[tgt].aborts_request, in blogic_show_info()
3561 tgt_stats[tgt].aborts_tried, in blogic_show_info()
3562 tgt_stats[tgt].aborts_done, in blogic_show_info()
3563 tgt_stats[tgt].bdr_request, in blogic_show_info()
3564 tgt_stats[tgt].bdr_tried, in blogic_show_info()
3565 tgt_stats[tgt].bdr_done, in blogic_show_info()
3566 tgt_stats[tgt].adapter_reset_req, in blogic_show_info()
3567 tgt_stats[tgt].adapter_reset_attempt, in blogic_show_info()
3568 tgt_stats[tgt].adapter_reset_done); in blogic_show_info()