Searched refs:fc_host_statistics (Results 1 – 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
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()
|
D | zfcp_def.h | 193 struct fc_host_statistics *fc_stats;
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
D | fnic_main.c | 140 static struct fc_host_statistics *fnic_get_stats(struct Scsi_Host *); 205 static struct fc_host_statistics *fnic_get_stats(struct Scsi_Host *host) in fnic_get_stats() 210 struct fc_host_statistics *stats = &lp->host_stats; in fnic_get_stats() 249 struct fc_host_statistics *stats) in fnic_dump_fchost_stats() 323 struct fc_host_statistics *stats; in fnic_reset_host_stats()
|
D | fnic.h | 380 void fnic_dump_fchost_stats(struct Scsi_Host *, struct fc_host_statistics *);
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
D | csio_lnode.h | 198 struct fc_host_statistics fch_stats;
|
D | csio_attr.c | 328 static struct fc_host_statistics * 333 struct fc_host_statistics *fhs = &ln->fch_stats; in csio_get_stats()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | libfc.h | 713 struct fc_host_statistics host_stats; 1007 struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *);
|
D | scsi_transport_fc.h | 404 struct fc_host_statistics { struct 638 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfad_drv.h | 217 struct fc_host_statistics link_stats;
|
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()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
D | fc_lport.c | 290 struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *shost) in fc_get_host_stats() 292 struct fc_host_statistics *fc_stats; in fc_get_host_stats() 299 memset(fc_stats, 0, sizeof(struct fc_host_statistics)); in fc_get_host_stats()
|
D | fc_rport.c | 1638 struct fc_host_statistics *hst; in fc_rport_recv_rls_req()
|
D | fc_exch.c | 2365 struct fc_host_statistics *st; in fc_exch_update_stats()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc.h | 1036 struct fc_host_statistics link_stats;
|
D | lpfc_attr.c | 6769 static struct fc_host_statistics * 6775 struct fc_host_statistics *hs = &phba->link_stats; in lpfc_get_stats() 6819 memset(hs, 0, sizeof (struct fc_host_statistics)); in lpfc_get_stats()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_transport_fc.c | 1690 struct fc_host_statistics *stats; in fc_stat_show() 1693 if (offset > sizeof(struct fc_host_statistics) || in fc_stat_show() 1714 offsetof(struct fc_host_statistics, name)); \
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
D | qedf_main.c | 2054 static struct fc_host_statistics *qedf_fc_get_host_stats(struct Scsi_Host in qedf_fc_get_host_stats() 2057 struct fc_host_statistics *qedf_stats; in qedf_fc_get_host_stats() 3885 struct fc_host_statistics *hst; in qedf_get_protocol_tlv_data()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 685 static struct fc_host_statistics *bnx2fc_get_host_stats(struct Scsi_Host *shost) in bnx2fc_get_host_stats() 687 struct fc_host_statistics *bnx2fc_stats; in bnx2fc_get_host_stats()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_attr.c | 2741 static struct fc_host_statistics * 2750 struct fc_host_statistics *p = &vha->fc_host_stat; in qla2x00_get_fc_host_stats()
|
D | qla_def.h | 4815 struct fc_host_statistics fc_host_stat;
|