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