Searched refs:dma_boundary (Results 1 – 25 of 74) sorted by relevance
123
| /Linux-v5.15/drivers/scsi/ |
| D | hosts.c | 467 if (sht->dma_boundary) in scsi_host_alloc() 468 shost->dma_boundary = sht->dma_boundary; in scsi_host_alloc() 470 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 | 163 .dma_boundary = PAGE_SIZE - 1,
|
| D | sgiwd93.c | 211 .dma_boundary = PAGE_SIZE - 1,
|
| D | mac_esp.c | 311 host->dma_boundary = PAGE_SIZE - 1; in esp_mac_probe()
|
| D | gvp11.c | 187 .dma_boundary = PAGE_SIZE - 1,
|
| D | mac_scsi.c | 436 .dma_boundary = PAGE_SIZE - 1,
|
| D | atari_scsi.c | 713 .dma_boundary = PAGE_SIZE - 1,
|
| D | sun3_scsi.c | 507 .dma_boundary = PAGE_SIZE - 1,
|
| /Linux-v5.15/include/linux/ |
| D | nvme-fc-driver.h | 504 u64 dma_boundary; member 966 u64 dma_boundary; member
|
| /Linux-v5.15/include/scsi/ |
| D | scsi_host.h | 404 unsigned long dma_boundary; member 618 unsigned long dma_boundary; member
|
| /Linux-v5.15/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 | 293 .dma_boundary = IOMD_DMA_BOUNDARY,
|
| D | cumana_2.c | 369 .dma_boundary = IOMD_DMA_BOUNDARY,
|
| /Linux-v5.15/drivers/ata/ |
| D | pata_sc1200.c | 198 .dma_boundary = ATA_DMA_BOUNDARY,
|
| D | pata_cs5530.c | 152 .dma_boundary = ATA_DMA_BOUNDARY,
|
| D | pata_cs5520.c | 100 .dma_boundary = ATA_DMA_BOUNDARY,
|
| D | pata_atiixp.c | 257 .dma_boundary = ATA_DMA_BOUNDARY,
|
| D | ahci.h | 390 .dma_boundary = AHCI_DMA_BOUNDARY, \
|
| D | pata_serverworks.c | 258 .dma_boundary = ATA_DMA_BOUNDARY,
|
| /Linux-v5.15/drivers/scsi/pcmcia/ |
| D | qlogic_stub.c | 75 .dma_boundary = PAGE_SIZE - 1,
|
| /Linux-v5.15/drivers/scsi/qla2xxx/ |
| D | qla_nvme.c | 682 .dma_boundary = 0xFFFFFFFF, 760 qla_nvme_fc_transport.dma_boundary = vha->host->dma_boundary; in qla_nvme_register_hba()
|
123