Searched refs:fc_stats (Results 1 – 7 of 7) sorted by relevance
113 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_stats_query_all_counters() local114 u32 bulk_len = fc_stats->bulk_query_len; in mlx5_fc_stats_query_all_counters()115 XA_STATE(xas, &fc_stats->counters, 0); in mlx5_fc_stats_query_all_counters()116 u32 *data = fc_stats->bulk_query_out; in mlx5_fc_stats_query_all_counters()161 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_release() local167 mlx5_fc_pool_release_counter(&fc_stats->fc_pool, counter); in mlx5_fc_release()175 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_stats_bulk_query_buf_realloc() local188 kvfree(fc_stats->bulk_query_out); in mlx5_fc_stats_bulk_query_buf_realloc()189 fc_stats->bulk_query_out = bulk_query_out_tmp; in mlx5_fc_stats_bulk_query_buf_realloc()190 fc_stats->bulk_query_len = bulk_query_len; in mlx5_fc_stats_bulk_query_buf_realloc()[all …]
301 struct fc_host_statistics *fc_stats; in fc_get_host_stats() local307 fc_stats = &lport->host_stats; in fc_get_host_stats()308 memset(fc_stats, 0, sizeof(struct fc_host_statistics)); in fc_get_host_stats()310 fc_stats->seconds_since_last_reset = (jiffies - lport->boot_time) / HZ; in fc_get_host_stats()313 struct fc_stats *stats; 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()[all …]
249 struct fc_stats { struct729 struct fc_stats __percpu *stats;846 lport->stats = alloc_percpu(struct fc_stats); in fc_lport_init_stats()
192 struct fc_host_statistics *fc_stats; member
175 struct fc_stats *stats; in __fcoe_get_lesb()
1660 struct fc_stats *stats; in fcoe_recv_frame()
371 struct bfa_fw_fc_uport_stats_s fc_stats; member