Searched refs:fc_stats (Results 1 – 8 of 8) sorted by relevance
113 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_stats_query_all_counters() local161 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_release() local175 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_stats_bulk_query_buf_realloc() local213 queue_delayed_work(fc_stats->wq, &fc_stats->work, fc_stats->sampling_interval); in mlx5_fc_stats_work()243 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_acquire() local258 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_create() local294 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_destroy() local309 fc_stats = kzalloc(sizeof(*fc_stats), GFP_KERNEL); in mlx5_init_fc_stats()312 dev->priv.fc_stats = fc_stats; in mlx5_init_fc_stats()341 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_cleanup_fc_stats() local[all …]
545 if (!adapter->fc_stats) { in zfcp_scsi_init_fc_host_stats()546 fc_stats = kmalloc(sizeof(*fc_stats), GFP_KERNEL); in zfcp_scsi_init_fc_host_stats()547 if (!fc_stats) in zfcp_scsi_init_fc_host_stats()549 adapter->fc_stats = fc_stats; /* freed in adapter_release */ in zfcp_scsi_init_fc_host_stats()551 memset(adapter->fc_stats, 0, sizeof(*adapter->fc_stats)); in zfcp_scsi_init_fc_host_stats()552 return adapter->fc_stats; in zfcp_scsi_init_fc_host_stats()571 fc_stats->loss_of_signal_count = in zfcp_scsi_adjust_fc_host_stats()578 fc_stats->fcp_input_requests = in zfcp_scsi_adjust_fc_host_stats()580 fc_stats->fcp_output_requests = in zfcp_scsi_adjust_fc_host_stats()623 if (!fc_stats) in zfcp_scsi_get_fc_host_stats()[all …]
192 struct fc_host_statistics *fc_stats; member
481 kfree(adapter->fc_stats); in zfcp_adapter_release()
301 struct fc_host_statistics *fc_stats; in fc_get_host_stats() local307 fc_stats = &lport->host_stats; in fc_get_host_stats()313 struct fc_stats *stats; in fc_get_host_stats()318 fc_stats->tx_words += READ_ONCE(stats->TxWords); in fc_get_host_stats()335 fc_stats->lip_count = -1; in fc_get_host_stats()336 fc_stats->nos_count = -1; in fc_get_host_stats()337 fc_stats->loss_of_sync_count = -1; in fc_get_host_stats()338 fc_stats->loss_of_signal_count = -1; in fc_get_host_stats()339 fc_stats->prim_seq_protocol_err_count = -1; in fc_get_host_stats()340 fc_stats->dumped_frames = -1; in fc_get_host_stats()[all …]
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
Completed in 29 milliseconds