Searched refs:dma_boundary (Results 1 – 25 of 73) sorted by relevance
123
/linux-6.6.21/drivers/scsi/ |
D | hosts.c | 484 if (sht->dma_boundary) in scsi_host_alloc() 485 shost->dma_boundary = sht->dma_boundary; in scsi_host_alloc() 487 shost->dma_boundary = 0xffffffff; in scsi_host_alloc()
|
D | dmx3191d.c | 54 .dma_boundary = PAGE_SIZE - 1,
|
D | qlogicfas.c | 200 .dma_boundary = PAGE_SIZE - 1,
|
D | a2091.c | 196 .dma_boundary = PAGE_SIZE - 1,
|
D | sgiwd93.c | 218 .dma_boundary = PAGE_SIZE - 1,
|
D | mac_esp.c | 311 host->dma_boundary = PAGE_SIZE - 1; in esp_mac_probe()
|
D | mac_scsi.c | 437 .dma_boundary = PAGE_SIZE - 1,
|
D | gvp11.c | 233 .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-6.6.21/include/linux/ |
D | nvme-fc-driver.h | 507 u64 dma_boundary; member 982 u64 dma_boundary; member
|
/linux-6.6.21/include/scsi/ |
D | scsi_host.h | 409 unsigned long dma_boundary; member 617 unsigned long dma_boundary; member
|
/linux-6.6.21/drivers/scsi/arm/ |
D | oak.c | 114 .dma_boundary = PAGE_SIZE - 1,
|
D | arxescsi.c | 254 .dma_boundary = PAGE_SIZE - 1,
|
D | cumana_1.c | 228 .dma_boundary = PAGE_SIZE - 1,
|
D | powertec.c | 297 .dma_boundary = IOMD_DMA_BOUNDARY,
|
D | cumana_2.c | 374 .dma_boundary = IOMD_DMA_BOUNDARY,
|
/linux-6.6.21/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 | 397 .dma_boundary = AHCI_DMA_BOUNDARY, \
|
D | pata_serverworks.c | 258 .dma_boundary = ATA_DMA_BOUNDARY,
|
/linux-6.6.21/drivers/scsi/pcmcia/ |
D | qlogic_stub.c | 78 .dma_boundary = PAGE_SIZE - 1,
|
/linux-6.6.21/drivers/scsi/qla2xxx/ |
D | qla_nvme.c | 883 .dma_boundary = 0xFFFFFFFF, 982 qla_nvme_fc_transport.dma_boundary = vha->host->dma_boundary; in qla_nvme_register_hba()
|
123