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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c376 static struct scsi_host_template ips_driver_template = { variable in typeref:struct:scsi_host_template
6988 sh = scsi_host_alloc(&ips_driver_template, sizeof (ips_ha_t));
7071 ips_driver_template.module = THIS_MODULE;
7073 if (IPS_REGISTER_HOSTS(&ips_driver_template)) {
7091 IPS_UNREGISTER_HOSTS(&ips_driver_template);

Completed in 45 milliseconds