Searched refs:dma_boundary (Results 1 – 25 of 70) sorted by relevance
123
| /Linux-v5.4/drivers/scsi/ |
| D | hosts.c | 460 if (sht->dma_boundary) in scsi_host_alloc() 461 shost->dma_boundary = sht->dma_boundary; in scsi_host_alloc() 463 shost->dma_boundary = 0xffffffff; in scsi_host_alloc()
|
| D | dmx3191d.c | 54 .dma_boundary = PAGE_SIZE - 1,
|
| D | qlogicfas.c | 196 .dma_boundary = PAGE_SIZE - 1,
|
| D | a2091.c | 164 .dma_boundary = PAGE_SIZE - 1,
|
| D | sgiwd93.c | 211 .dma_boundary = PAGE_SIZE - 1,
|
| D | gvp11.c | 188 .dma_boundary = PAGE_SIZE - 1,
|
| D | mac_esp.c | 311 host->dma_boundary = PAGE_SIZE - 1; in esp_mac_probe()
|
| D | mac_scsi.c | 436 .dma_boundary = PAGE_SIZE - 1,
|
| D | sun3_scsi.c | 506 .dma_boundary = PAGE_SIZE - 1,
|
| D | atari_scsi.c | 717 .dma_boundary = PAGE_SIZE - 1,
|
| D | fdomain.c | 501 .dma_boundary = PAGE_SIZE - 1,
|
| D | g_NCR5380.c | 704 .dma_boundary = PAGE_SIZE - 1,
|
| /Linux-v5.4/include/linux/ |
| D | nvme-fc-driver.h | 412 u64 dma_boundary; member 847 u64 dma_boundary; member
|
| /Linux-v5.4/include/scsi/ |
| D | scsi_host.h | 382 unsigned long dma_boundary; member 603 unsigned long dma_boundary; member
|
| /Linux-v5.4/drivers/scsi/arm/ |
| D | oak.c | 114 .dma_boundary = PAGE_SIZE - 1,
|
| D | arxescsi.c | 249 .dma_boundary = PAGE_SIZE - 1,
|
| D | cumana_1.c | 228 .dma_boundary = PAGE_SIZE - 1,
|
| D | powertec.c | 292 .dma_boundary = IOMD_DMA_BOUNDARY,
|
| D | cumana_2.c | 366 .dma_boundary = IOMD_DMA_BOUNDARY,
|
| D | eesox.c | 485 .dma_boundary = IOMD_DMA_BOUNDARY,
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_nvme.c | 624 .dma_boundary = 0xFFFFFFFF, 703 qla_nvme_fc_transport.dma_boundary = vha->host->dma_boundary; in qla_nvme_register_hba()
|
| /Linux-v5.4/drivers/scsi/pcmcia/ |
| D | qlogic_stub.c | 75 .dma_boundary = PAGE_SIZE - 1,
|
| /Linux-v5.4/drivers/ata/ |
| D | ahci.h | 386 .dma_boundary = AHCI_DMA_BOUNDARY, \
|
| D | pata_icside.c | 299 .dma_boundary = IOMD_DMA_BOUNDARY,
|
| /Linux-v5.4/drivers/nvme/target/ |
| D | fcloop.c | 864 .dma_boundary = FCLOOP_DMABOUND_4G, 882 .dma_boundary = FCLOOP_DMABOUND_4G,
|
123