/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 539 static struct fc_host_statistics* 542 struct fc_host_statistics *fc_stats; in zfcp_scsi_init_fc_host_stats() 554 static void zfcp_scsi_adjust_fc_host_stats(struct fc_host_statistics *fc_stats, in zfcp_scsi_adjust_fc_host_stats() 587 static void zfcp_scsi_set_fc_host_stats(struct fc_host_statistics *fc_stats, in zfcp_scsi_set_fc_host_stats() 612 static struct fc_host_statistics * 616 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;
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | fnic_main.c | 129 static struct fc_host_statistics *fnic_get_stats(struct Scsi_Host *); 194 static struct fc_host_statistics *fnic_get_stats(struct Scsi_Host *host) in fnic_get_stats() 199 struct fc_host_statistics *stats = &lp->host_stats; in fnic_get_stats() 238 struct fc_host_statistics *stats) in fnic_dump_fchost_stats() 312 struct fc_host_statistics *stats; in fnic_reset_host_stats()
|
H A D | fnic.h | 385 void fnic_dump_fchost_stats(struct Scsi_Host *, struct fc_host_statistics *);
|
/openbmc/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()
|
/openbmc/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 *
|
/openbmc/linux/include/scsi/ |
H A D | libfc.h | 722 struct fc_host_statistics host_stats; 1016 struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *);
|
H A D | scsi_transport_fc.h | 436 struct fc_host_statistics { struct 698 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_attr.c | 255 static struct fc_host_statistics * 263 struct fc_host_statistics *hstats; in bfad_im_get_stats() 274 memset(hstats, 0, sizeof(struct fc_host_statistics)); in bfad_im_get_stats()
|
H A D | bfad_drv.h | 216 struct fc_host_statistics link_stats;
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_main.c | 2069 static struct fc_host_statistics *qedf_fc_get_host_stats(struct Scsi_Host in qedf_fc_get_host_stats() 2072 struct fc_host_statistics *qedf_stats; in qedf_fc_get_host_stats() 3931 struct fc_host_statistics *hst; in qedf_get_protocol_tlv_data()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 2099 struct fc_host_statistics *stats; in fc_stat_show() 2102 if (offset > sizeof(struct fc_host_statistics) || in fc_stat_show() 2123 offsetof(struct fc_host_statistics, name)); \
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc.h | 1298 struct fc_host_statistics link_stats;
|
H A D | lpfc_attr.c | 6619 static struct fc_host_statistics * 6625 struct fc_host_statistics *hs = &phba->link_stats; in lpfc_get_stats() 6669 memset(hs, 0, sizeof (struct fc_host_statistics)); in lpfc_get_stats()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 2829 static struct fc_host_statistics * 2838 struct fc_host_statistics *p = &vha->fc_host_stat; in qla2x00_get_fc_host_stats()
|
H A D | qla_def.h | 5086 struct fc_host_statistics fc_host_stat;
|