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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_scsi.c640 struct fc_host_statistics *fc_stats; local
642 if (!adapter->fc_stats) {
643 fc_stats = kmalloc(sizeof(*fc_stats), GFP_KERNEL);
644 if (!fc_stats)
646 adapter->fc_stats = fc_stats; /* freed in adater_dequeue */
648 memset(adapter->fc_stats, 0, sizeof(*adapter->fc_stats));
649 return adapter->fc_stats;
653 zfcp_adjust_fc_host_stats(struct fc_host_statistics *fc_stats, struct fsf_qtcb_bottom_port *data, struct fsf_qtcb_bottom_port *old) argument
687 zfcp_set_fc_host_stats(struct fc_host_statistics *fc_stats, struct fsf_qtcb_bottom_port *data) argument
716 struct fc_host_statistics *fc_stats; local
[all...]
H A Dzfcp_def.h929 struct fc_host_statistics *fc_stats; member in struct:zfcp_adapter
H A Dzfcp_aux.c1169 kfree(adapter->fc_stats);

Completed in 64 milliseconds