Searched refs:fc_stats (Results 1 – 10 of 10) sorted by relevance
112 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_counters_lookup_next() local140 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_remove() local181 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_query_counter_range() local228 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_release() local238 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_bulk_query_size_increase() local275 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_work() local285 queue_delayed_work(fc_stats->wq, &fc_stats->work, in mlx5_fc_stats_work()337 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_acquire() local352 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_create_ex() local395 mod_delayed_work(fc_stats->wq, &fc_stats->work, 0); in mlx5_fc_create()[all …]
544 if (!adapter->fc_stats) { in zfcp_scsi_init_fc_host_stats()545 fc_stats = kmalloc(sizeof(*fc_stats), GFP_KERNEL); in zfcp_scsi_init_fc_host_stats()546 if (!fc_stats) in zfcp_scsi_init_fc_host_stats()548 adapter->fc_stats = fc_stats; /* freed in adapter_release */ in zfcp_scsi_init_fc_host_stats()550 memset(adapter->fc_stats, 0, sizeof(*adapter->fc_stats)); in zfcp_scsi_init_fc_host_stats()551 return adapter->fc_stats; in zfcp_scsi_init_fc_host_stats()570 fc_stats->loss_of_signal_count = in zfcp_scsi_adjust_fc_host_stats()577 fc_stats->fcp_input_requests = in zfcp_scsi_adjust_fc_host_stats()579 fc_stats->fcp_output_requests = in zfcp_scsi_adjust_fc_host_stats()622 if (!fc_stats) in zfcp_scsi_get_fc_host_stats()[all …]
192 struct fc_host_statistics *fc_stats; member
483 kfree(adapter->fc_stats); in zfcp_adapter_release()
295 struct fc_host_statistics *fc_stats; in fc_get_host_stats() local301 fc_stats = &lport->host_stats; in fc_get_host_stats()307 struct fc_stats *stats; in fc_get_host_stats()312 fc_stats->tx_words += READ_ONCE(stats->TxWords); in fc_get_host_stats()329 fc_stats->lip_count = -1; in fc_get_host_stats()330 fc_stats->nos_count = -1; in fc_get_host_stats()331 fc_stats->loss_of_sync_count = -1; in fc_get_host_stats()332 fc_stats->loss_of_signal_count = -1; in fc_get_host_stats()333 fc_stats->prim_seq_protocol_err_count = -1; in fc_get_host_stats()334 fc_stats->dumped_frames = -1; in fc_get_host_stats()[all …]
244 struct fc_stats { struct723 struct fc_stats __percpu *stats;836 lport->stats = alloc_percpu(struct fc_stats); in fc_lport_init_stats()
175 struct fc_stats *stats; in __fcoe_get_lesb()
1680 struct fc_stats *stats; in fcoe_recv_frame()
371 struct bfa_fw_fc_uport_stats_s fc_stats; member
630 struct mlx5_fc_stats fc_stats; member
Completed in 38 milliseconds