Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H 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 …]
/openbmc/linux/drivers/s390/scsi/
H 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 …]
H A Dzfcp_def.h192 struct fc_host_statistics *fc_stats; member
H A Dzfcp_aux.c483 kfree(adapter->fc_stats); in zfcp_adapter_release()
/openbmc/linux/drivers/scsi/libfc/
H 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 …]
/openbmc/linux/include/scsi/
H 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()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c175 struct fc_stats *stats; in __fcoe_get_lesb()
H A Dfcoe.c1680 struct fc_stats *stats; in fcoe_recv_frame()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs_svc.h371 struct bfa_fw_fc_uport_stats_s fc_stats; member
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h626 struct mlx5_fc_stats fc_stats; member