Home
last modified time | relevance | path

Searched refs:fc_host_statistics (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c539 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 Dzfcp_def.h192 struct fc_host_statistics *fc_stats;
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_main.c129 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 Dfnic.h385 void fnic_dump_fchost_stats(struct Scsi_Host *, struct fc_host_statistics *);
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.h185 struct fc_host_statistics fch_stats;
H A Dcsio_attr.c328 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 Defct_scsi.h58 struct fc_host_statistics fc_host_stats;
H A Defct_xport.c806 static struct fc_host_statistics *
/openbmc/linux/include/scsi/
H A Dlibfc.h722 struct fc_host_statistics host_stats;
1016 struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *);
H A Dscsi_transport_fc.h436 struct fc_host_statistics { struct
698 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_attr.c255 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 Dbfad_drv.h216 struct fc_host_statistics link_stats;
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_lport.c299 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 Dfc_rport.c1638 struct fc_host_statistics *hst; in fc_rport_recv_rls_req()
H A Dfc_exch.c2363 struct fc_host_statistics *st; in fc_exch_update_stats()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c676 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 Dqedf_main.c2069 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 Dscsi_transport_fc.c2099 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 Dlpfc.h1298 struct fc_host_statistics link_stats;
H A Dlpfc_attr.c6619 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 Dqla_attr.c2829 static struct fc_host_statistics *
2838 struct fc_host_statistics *p = &vha->fc_host_stat; in qla2x00_get_fc_host_stats()
H A Dqla_def.h5086 struct fc_host_statistics fc_host_stat;