Searched refs:zfcp_data (Results 1 - 6 of 6) 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_aux.c132 zfcp_data.gpn_ft_cache = zfcp_cache_hw_align("zfcp_gpn",
134 if (!zfcp_data.gpn_ft_cache)
137 zfcp_data.qtcb_cache = zfcp_cache_hw_align("zfcp_qtcb",
139 if (!zfcp_data.qtcb_cache)
142 zfcp_data.sr_buffer_cache = zfcp_cache_hw_align("zfcp_sr",
144 if (!zfcp_data.sr_buffer_cache)
147 zfcp_data.gid_pn_cache = zfcp_cache_hw_align("zfcp_gid",
149 if (!zfcp_data.gid_pn_cache)
152 zfcp_data.adisc_cache = zfcp_cache_hw_align("zfcp_adisc",
154 if (!zfcp_data
[all...]
H A Dzfcp_ext.h158 extern struct zfcp_data zfcp_data;
H A Dzfcp_scsi.c312 adapter->scsi_host = scsi_host_alloc(&zfcp_data.scsi_host_template,
327 adapter->scsi_host->transportt = zfcp_data.scsi_transport_template;
741 struct zfcp_data zfcp_data = { variable in typeref:struct:zfcp_data
H A Dzfcp_fc.c448 kmem_cache_free(zfcp_data.adisc_cache, adisc);
457 adisc = kmem_cache_zalloc(zfcp_data.adisc_cache, GFP_ATOMIC);
483 kmem_cache_free(zfcp_data.adisc_cache, adisc);
535 kmem_cache_free(zfcp_data.gpn_ft_cache, sg_virt(sg));
550 req = kmem_cache_zalloc(zfcp_data.gpn_ft_cache, GFP_KERNEL);
H A Dzfcp_def.h275 struct zfcp_data { struct
H A Dzfcp_fsf.c125 kmem_cache_free(zfcp_data.qtcb_cache, req->qtcb);
677 qtcb = kmem_cache_alloc(zfcp_data.qtcb_cache, GFP_ATOMIC);

Completed in 112 milliseconds