Searched refs:dma_name (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | u14-34f.c | 801 char *bus_type, dma_name[16]; in port_detect() local 972 if (dma_channel == NO_DMA) sprintf(dma_name, "%s", "BMST"); in port_detect() 973 else sprintf(dma_name, "DMA %u", dma_channel); in port_detect() 1006 sh[j]->irq, dma_name, sh[j]->sg_tablesize, sh[j]->can_queue); in port_detect()
|
D | eata.c | 1079 char *bus_type, dma_name[16]; in port_detect() local 1335 sprintf(dma_name, "%s", "BMST"); in port_detect() 1337 sprintf(dma_name, "DMA %u", dma_channel); in port_detect() 1386 (unsigned long)shost->io_port, shost->irq, dma_name, in port_detect()
|