Home
last modified time | relevance | path

Searched refs:fc_stats (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_counters.c113 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_stats_query_all_counters() local
161 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_release() local
175 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_stats_bulk_query_buf_realloc() local
213 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() local
258 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_create() local
294 struct mlx5_fc_stats *fc_stats = dev->priv.fc_stats; in mlx5_fc_destroy() local
309 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 …]
/drivers/s390/scsi/
A Dzfcp_scsi.c545 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 …]
A Dzfcp_def.h192 struct fc_host_statistics *fc_stats; member
A Dzfcp_aux.c481 kfree(adapter->fc_stats); in zfcp_adapter_release()
/drivers/scsi/libfc/
A Dfc_lport.c301 struct fc_host_statistics *fc_stats; in fc_get_host_stats() local
307 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 …]
/drivers/scsi/fcoe/
A Dfcoe_transport.c175 struct fc_stats *stats; in __fcoe_get_lesb()
A Dfcoe.c1660 struct fc_stats *stats; in fcoe_recv_frame()
/drivers/scsi/bfa/
A Dbfa_defs_svc.h371 struct bfa_fw_fc_uport_stats_s fc_stats; member

Completed in 30 milliseconds