/linux/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 540 static struct fc_host_statistics* 543 struct fc_host_statistics *fc_stats; in zfcp_scsi_init_fc_host_stats() 555 static void zfcp_scsi_adjust_fc_host_stats(struct fc_host_statistics *fc_stats, in zfcp_scsi_adjust_fc_host_stats() 588 static void zfcp_scsi_set_fc_host_stats(struct fc_host_statistics *fc_stats, in zfcp_scsi_set_fc_host_stats() 613 static struct fc_host_statistics * 617 struct fc_host_statistics *fc_stats; in zfcp_scsi_get_fc_host_stats()
|
H A D | zfcp_def.h | 192 struct fc_host_statistics *fc_stats;
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_lnode.h | 185 struct fc_host_statistics fch_stats;
|
H A D | csio_attr.c | 328 static struct fc_host_statistics * 333 struct fc_host_statistics *fhs = &ln->fch_stats; in csio_get_stats()
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_stats.h | 162 struct fc_host_statistics host_stats;
|
H A D | fnic.h | 544 void fnic_dump_fchost_stats(struct Scsi_Host *, struct fc_host_statistics *);
|
/linux/drivers/scsi/elx/efct/ |
H A D | efct_scsi.h | 58 struct fc_host_statistics fc_host_stats;
|
H A D | efct_xport.c | 806 static struct fc_host_statistics *
|
/linux/include/scsi/ |
H A D | libfc.h | 728 struct fc_host_statistics host_stats; 1028 struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *);
|
H A D | scsi_transport_fc.h | 438 struct fc_host_statistics { struct 691 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *); 440 seconds_since_last_resetfc_host_statistics global() argument 441 tx_framesfc_host_statistics global() argument 442 tx_wordsfc_host_statistics global() argument 443 rx_framesfc_host_statistics global() argument 444 rx_wordsfc_host_statistics global() argument 445 lip_countfc_host_statistics global() argument 446 nos_countfc_host_statistics global() argument 447 error_framesfc_host_statistics global() argument 448 dumped_framesfc_host_statistics global() argument 449 link_failure_countfc_host_statistics global() argument 450 loss_of_sync_countfc_host_statistics global() argument 451 loss_of_signal_countfc_host_statistics global() argument 452 prim_seq_protocol_err_countfc_host_statistics global() argument 453 invalid_tx_word_countfc_host_statistics global() argument 454 invalid_crc_countfc_host_statistics global() argument 457 fcp_input_requestsfc_host_statistics global() argument 458 fcp_output_requestsfc_host_statistics global() argument 459 fcp_control_requestsfc_host_statistics global() argument 460 fcp_input_megabytesfc_host_statistics global() argument 461 fcp_output_megabytesfc_host_statistics global() argument 462 fcp_packet_alloc_failuresfc_host_statistics global() argument 463 fcp_packet_abortsfc_host_statistics global() argument 464 fcp_frame_alloc_failuresfc_host_statistics global() argument 467 fc_no_free_exchfc_host_statistics global() argument 468 fc_no_free_exch_xidfc_host_statistics global() argument 469 fc_xid_not_foundfc_host_statistics global() argument 470 fc_xid_busyfc_host_statistics global() argument 471 fc_seq_not_foundfc_host_statistics global() argument 472 fc_non_bls_respfc_host_statistics global() argument 475 cn_sig_warnfc_host_statistics global() argument 476 cn_sig_alarmfc_host_statistics global() argument
|
/linux/drivers/scsi/libfc/ |
H A D | fc_lport.c | 299 struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *shost) in fc_get_host_stats() 301 struct fc_host_statistics *fc_stats; in fc_get_host_stats() 308 memset(fc_stats, 0, sizeof(struct fc_host_statistics)); in fc_get_host_stats()
|
H A D | fc_rport.c | 1638 struct fc_host_statistics *hst; in fc_rport_recv_rls_req()
|
H A D | fc_exch.c | 2363 struct fc_host_statistics *st; in fc_exch_update_stats()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 676 static struct fc_host_statistics *bnx2fc_get_host_stats(struct Scsi_Host *shost) in bnx2fc_get_host_stats() 678 struct fc_host_statistics *bnx2fc_stats; in bnx2fc_get_host_stats()
|
/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 2087 struct fc_host_statistics *stats; in fc_stat_show() 2090 if (offset > sizeof(struct fc_host_statistics) || in fc_stat_show() 2111 offsetof(struct fc_host_statistics, name)); \
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 2822 static struct fc_host_statistics * 2831 struct fc_host_statistics *p = &vha->fc_host_stat; in qla2x00_get_fc_host_stats()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 6744 static struct fc_host_statistics * 6750 struct fc_host_statistics *hs = &phba->link_stats; in lpfc_get_stats() 6794 memset(hs, 0, sizeof (struct fc_host_statistics)); in lpfc_get_stats()
|