Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_tmpl.c563 vha->hw->exlogin_buf_dma; in qla27xx_fwdt_entry_t268()
Dqla_os.c4212 ha->exlogin_size, &ha->exlogin_buf_dma, GFP_KERNEL); in qla2x00_set_exlogins_buffer()
4221 rval = qla_set_exlogin_mem_cfg(vha, ha->exlogin_buf_dma); in qla2x00_set_exlogins_buffer()
4242 ha->exlogin_buf, ha->exlogin_buf_dma); in qla2x00_free_exlogin_buffer()
Dqla_def.h3909 dma_addr_t exlogin_buf_dma; member
Dqla_dbg.c515 c->addr = cpu_to_be64(ha->exlogin_buf_dma); in qla25xx_copy_exlogin()