Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_counters.c112 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_counters_lookup_next() local
140 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_remove() local
181 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_query_counter_range() local
228 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_release() local
238 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_bulk_query_size_increase() local
275 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_work() local
285 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() local
352 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_create_ex() local
395 mod_delayed_work(fc_stats->wq, &fc_stats->work, 0); in mlx5_fc_create()
[all …]
/linux-6.3-rc2/drivers/s390/scsi/
A Dzfcp_scsi.c544 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 …]
A Dzfcp_def.h192 struct fc_host_statistics *fc_stats; member
A Dzfcp_aux.c483 kfree(adapter->fc_stats); in zfcp_adapter_release()
/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_lport.c295 struct fc_host_statistics *fc_stats; in fc_get_host_stats() local
301 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 …]
/linux-6.3-rc2/include/scsi/
A Dlibfc.h244 struct fc_stats { struct
723 struct fc_stats __percpu *stats;
836 lport->stats = alloc_percpu(struct fc_stats); in fc_lport_init_stats()
/linux-6.3-rc2/drivers/scsi/fcoe/
A Dfcoe_transport.c175 struct fc_stats *stats; in __fcoe_get_lesb()
A Dfcoe.c1680 struct fc_stats *stats; in fcoe_recv_frame()
/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfa_defs_svc.h371 struct bfa_fw_fc_uport_stats_s fc_stats; member
/linux-6.3-rc2/include/linux/mlx5/
A Ddriver.h630 struct mlx5_fc_stats fc_stats; member

Completed in 38 milliseconds