Searched refs:sdebug_driver_template (Results 1 – 1 of 1) sorted by relevance
7370 static struct scsi_host_template sdebug_driver_template = { variable7406 sdebug_driver_template.can_queue = sdebug_max_queue; in sdebug_driver_probe()7408 sdebug_driver_template.dma_boundary = PAGE_SIZE - 1; in sdebug_driver_probe()7410 hpnt = scsi_host_alloc(&sdebug_driver_template, sizeof(sdbg_host)); in sdebug_driver_probe()