Home
last modified time | relevance | path

Searched refs:host_stats (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_os.c1031 struct iscsi_offload_host_stats *host_stats = NULL; in qla4xxx_get_host_stats() local
1049 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
1075 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()
1076 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes); in qla4xxx_get_host_stats()
1077 host_stats->mactx_multicast_frames = in qla4xxx_get_host_stats()
1079 host_stats->mactx_broadcast_frames = in qla4xxx_get_host_stats()
1081 host_stats->mactx_pause_frames = in qla4xxx_get_host_stats()
1083 host_stats->mactx_control_frames = in qla4xxx_get_host_stats()
1085 host_stats->mactx_deferral = in qla4xxx_get_host_stats()
1087 host_stats->mactx_excess_deferral = in qla4xxx_get_host_stats()
[all …]
/Linux-v4.19/include/scsi/
Dlibfc.h725 struct fc_host_statistics host_stats; member
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c102 fnic->lport->host_stats.link_failure_count++; in fnic_handle_link()
155 fnic->lport->host_stats.link_failure_count++; in fnic_handle_link()
Dfnic_scsi.c1019 fnic->lport->host_stats.fcp_input_requests++; in fnic_fcpio_icmnd_cmpl_handler()
1022 fnic->lport->host_stats.fcp_output_requests++; in fnic_fcpio_icmnd_cmpl_handler()
1025 fnic->lport->host_stats.fcp_control_requests++; in fnic_fcpio_icmnd_cmpl_handler()
Dfnic_main.c203 struct fc_host_statistics *stats = &lp->host_stats; in fnic_get_stats()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_lport.c310 fc_stats = &lport->host_stats; in fc_get_host_stats()
Dfc_rport.c1656 hst = &lport->host_stats; in fc_rport_recv_rls_req()
Dfc_exch.c2363 st = &lport->host_stats; in fc_exch_update_stats()