Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h3507 dma_addr_t atio_dma; /* Physical address. */ member
Dqla_target.c7111 &ha->tgt.atio_dma, GFP_KERNEL); in qlt_mem_alloc()
7128 ha->tgt.atio_dma); in qlt_mem_free()
Dqla_init.c3864 icb->atio_q_address[0] = cpu_to_le32(LSD(ha->tgt.atio_dma)); in qla24xx_config_rings()
3865 icb->atio_q_address[1] = cpu_to_le32(MSD(ha->tgt.atio_dma)); in qla24xx_config_rings()
Dqla_os.c4542 ha->tgt.atio_dma = 0; in qla2x00_mem_free()