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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_scsi.c364 struct fc_host_statistics *fc_stats; local
366 if (!adapter->fc_stats) {
367 fc_stats = kmalloc(sizeof(*fc_stats), GFP_KERNEL);
368 if (!fc_stats)
370 adapter->fc_stats = fc_stats; /* freed in adapter_release */
372 memset(adapter->fc_stats, 0, sizeof(*adapter->fc_stats));
373 return adapter->fc_stats;
376 zfcp_adjust_fc_host_stats(struct fc_host_statistics *fc_stats, struct fsf_qtcb_bottom_port *data, struct fsf_qtcb_bottom_port *old) argument
409 zfcp_set_fc_host_stats(struct fc_host_statistics *fc_stats, struct fsf_qtcb_bottom_port *data) argument
437 struct fc_host_statistics *fc_stats; local
[all...]
H A Dzfcp_def.h189 struct fc_host_statistics *fc_stats; member in struct:zfcp_adapter
H A Dzfcp_aux.c597 kfree(adapter->fc_stats);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_iocfc.h291 struct bfa_fw_fc_port_stats_s fc_stats; member in union:bfa_fw_port_stats_s

Completed in 42 milliseconds