Searched +refs:pp +refs:stats +refs:reply (Results 1 – 1 of 1) sorted by relevance
313 struct fc_stats *stats; in fc_get_host_stats() local315 stats = per_cpu_ptr(lport->stats, cpu); in fc_get_host_stats()317 fc_stats->tx_frames += READ_ONCE(stats->TxFrames); in fc_get_host_stats()318 fc_stats->tx_words += READ_ONCE(stats->TxWords); in fc_get_host_stats()319 fc_stats->rx_frames += READ_ONCE(stats->RxFrames); in fc_get_host_stats()320 fc_stats->rx_words += READ_ONCE(stats->RxWords); in fc_get_host_stats()321 fc_stats->error_frames += READ_ONCE(stats->ErrorFrames); in fc_get_host_stats()322 fc_stats->invalid_crc_count += READ_ONCE(stats->InvalidCRCCount); in fc_get_host_stats()323 fc_stats->fcp_input_requests += READ_ONCE(stats->InputRequests); in fc_get_host_stats()324 fc_stats->fcp_output_requests += READ_ONCE(stats->OutputRequests); in fc_get_host_stats()[all …]