Home
last modified time | relevance | path

Searched refs:atio_dma (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_def.h2883 dma_addr_t atio_dma; /* Physical address. */ member
Dqla_init.c2115 icb->atio_q_address[0] = cpu_to_le32(LSD(ha->tgt.atio_dma)); in qla24xx_config_rings()
2116 icb->atio_q_address[1] = cpu_to_le32(MSD(ha->tgt.atio_dma)); in qla24xx_config_rings()
Dqla_target.c6466 &ha->tgt.atio_dma, GFP_KERNEL); in qlt_mem_alloc()
6483 ha->tgt.atio_dma); in qlt_mem_free()
Dqla_os.c3747 ha->tgt.atio_dma = 0; in qla2x00_mem_free()