Home
last modified time | relevance | path

Searched refs:exlogin_buf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c499 if (vha->hw->exlogin_buf) { in qla27xx_fwdt_entry_t268()
505 qla27xx_insertbuf(vha->hw->exlogin_buf, in qla27xx_fwdt_entry_t268()
H A Dqla_os.c3945 if (ha->exlogin_buf) in qla2x00_remove_one()
4640 ha->exlogin_buf = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_set_exlogins_buffer()
4642 if (!ha->exlogin_buf) { in qla2x00_set_exlogins_buffer()
4669 if (ha->exlogin_buf) { in qla2x00_free_exlogin_buffer()
4671 ha->exlogin_buf, ha->exlogin_buf_dma); in qla2x00_free_exlogin_buffer()
4672 ha->exlogin_buf = NULL; in qla2x00_free_exlogin_buffer()
H A Dqla_dbg.c514 if (!ha->exlogin_buf) in qla25xx_copy_exlogin()
526 memcpy(ptr, ha->exlogin_buf, ha->exlogin_size); in qla25xx_copy_exlogin()
H A Dqla_def.h4501 void *exlogin_buf; member
H A Dqla_init.c3897 if (ha->exlogin_buf) in qla2x00_alloc_fw_dump()