Home
last modified time | relevance | path

Searched refs:fc_host_stats (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_xport.c821 vport->fc_host_stats.loss_of_sync_count = in efct_get_stats()
823 vport->fc_host_stats.link_failure_count = in efct_get_stats()
829 vport->fc_host_stats.invalid_crc_count = in efct_get_stats()
832 vport->fc_host_stats.tx_words = in efct_get_stats()
835 vport->fc_host_stats.rx_words = in efct_get_stats()
837 vport->fc_host_stats.tx_frames = in efct_get_stats()
839 vport->fc_host_stats.rx_frames = in efct_get_stats()
842 vport->fc_host_stats.fcp_input_requests = in efct_get_stats()
844 vport->fc_host_stats.fcp_output_requests = in efct_get_stats()
848 vport->fc_host_stats.fcp_input_megabytes = in efct_get_stats()
[all …]
H A Defct_scsi.h58 struct fc_host_statistics fc_host_stats; member