Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c494 if (vha->hw->exlogin_buf) { in qla27xx_fwdt_entry_t268()
500 qla27xx_insertbuf(vha->hw->exlogin_buf, in qla27xx_fwdt_entry_t268()
H A Dqla_os.c3774 if (ha->exlogin_buf) in qla2x00_remove_one()
4410 ha->exlogin_buf = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_set_exlogins_buffer()
4412 if (!ha->exlogin_buf) { in qla2x00_set_exlogins_buffer()
4439 if (ha->exlogin_buf) { in qla2x00_free_exlogin_buffer()
4441 ha->exlogin_buf, ha->exlogin_buf_dma); in qla2x00_free_exlogin_buffer()
4442 ha->exlogin_buf = NULL; in qla2x00_free_exlogin_buffer()
H A Dqla_dbg.c500 if (!ha->exlogin_buf) in qla25xx_copy_exlogin()
512 memcpy(ptr, ha->exlogin_buf, ha->exlogin_size); in qla25xx_copy_exlogin()
H A Dqla_def.h4257 void *exlogin_buf; member
H A Dqla_init.c3419 if (ha->exlogin_buf) in qla2x00_alloc_fw_dump()