Searched defs:fc_stats (Results 1 - 3 of 3) sorted by relevance

/drivers/s390/scsi/
H A Dzfcp_scsi.c390 struct fc_host_statistics *fc_stats; local
392 if (!adapter->fc_stats) {
393 fc_stats = kmalloc(sizeof(*fc_stats), GFP_KERNEL);
394 if (!fc_stats)
396 adapter->fc_stats = fc_stats; /* freed in adapter_release */
398 memset(adapter->fc_stats, 0, sizeof(*adapter->fc_stats));
399 return adapter->fc_stats;
402 zfcp_adjust_fc_host_stats(struct fc_host_statistics *fc_stats, struct fsf_qtcb_bottom_port *data, struct fsf_qtcb_bottom_port *old) argument
435 zfcp_set_fc_host_stats(struct fc_host_statistics *fc_stats, struct fsf_qtcb_bottom_port *data) argument
463 struct fc_host_statistics *fc_stats; local
[all...]
H A Dzfcp_def.h189 struct fc_host_statistics *fc_stats; member in struct:zfcp_adapter
/drivers/scsi/bfa/
H A Dbfa_defs_svc.h339 struct bfa_fw_fc_uport_stats_s fc_stats; member in union:bfa_fw_fc_port_stats_s

Completed in 84 milliseconds