Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_counters.c111 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_counters_lookup_next() local
139 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_remove() local
178 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_query_counter_range() local
225 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_release() local
237 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_stats_work() local
247 queue_delayed_work(fc_stats->wq, &fc_stats->work, in mlx5_fc_stats_work()
292 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_acquire() local
307 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_create_ex() local
347 struct mlx5_fc_stats *fc_stats = &dev->priv.fc_stats; in mlx5_fc_create() local
350 mod_delayed_work(fc_stats->wq, &fc_stats->work, 0); in mlx5_fc_create()
[all …]
/linux/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/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 += stats->TxWords; in fc_get_host_stats()
314 fc_stats->rx_words += stats->RxWords; 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()
334 fc_stats->dumped_frames = -1; in fc_get_host_stats()
[all …]
A Dfc_fcp.c478 struct fc_stats *stats; in fc_fcp_recv_data()
1868 struct fc_stats *stats; in fc_queuecommand()
/linux/include/scsi/
A Dlibfc.h244 struct fc_stats { struct
714 struct fc_stats __percpu *stats;
827 lport->stats = alloc_percpu(struct fc_stats); in fc_lport_init_stats()
/linux/drivers/scsi/fcoe/
A Dfcoe.c1476 struct fc_stats *stats; in fcoe_xmit()
1612 struct fc_stats *stats; in fcoe_filter_frames()
1659 struct fc_stats *stats; in fcoe_recv_frame()
1849 struct fc_stats *stats; in fcoe_device_notification()
A Dfcoe_transport.c175 struct fc_stats *stats; in __fcoe_get_lesb()
A Dfcoe_ctlr.c827 struct fc_stats *stats; in fcoe_ctlr_age_fcfs()
1145 struct fc_stats *stats; in fcoe_ctlr_recv_els()
/linux/include/linux/mlx5/
A Ddriver.h593 struct mlx5_fc_stats fc_stats; member
/linux/drivers/scsi/bfa/
A Dbfa_defs_svc.h371 struct bfa_fw_fc_uport_stats_s fc_stats; member
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c276 struct fc_stats *stats; in bnx2fc_xmit()
514 struct fc_stats *stats; in bnx2fc_recv_frame()
A Dbnx2fc_io.c2036 struct fc_stats *stats; in bnx2fc_post_io_req()
/linux/drivers/scsi/qedf/
A Dqedf_main.c1069 struct fc_stats *stats; in qedf_xmit()

Completed in 101 milliseconds