Home
last modified time | relevance | path

Searched refs:mctp_dump (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_init.c6809 if (!ha->mctp_dump) { in qla2xxx_mctp_dump()
6810 ha->mctp_dump = dma_alloc_coherent(&ha->pdev->dev, in qla2xxx_mctp_dump()
6813 if (!ha->mctp_dump) { in qla2xxx_mctp_dump()
6829 vha->host_no, ha->mctp_dump); in qla2xxx_mctp_dump()
H A Dqla_os.c4661 if (ha->mctp_dump) in qla2x00_mem_free()
4662 dma_free_coherent(&ha->pdev->dev, MCTP_DUMP_SIZE, ha->mctp_dump, in qla2x00_mem_free()
4664 ha->mctp_dump = NULL; in qla2x00_mem_free()
H A Dqla_attr.c43 rval = memory_read_from_buffer(buf, count, &off, ha->mctp_dump, in qla2x00_sysfs_read_fw_dump()
H A Dqla_def.h4387 void *mctp_dump; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_init.c7267 if (!ha->mctp_dump) { in qla2xxx_mctp_dump()
7268 ha->mctp_dump = dma_alloc_coherent(&ha->pdev->dev, in qla2xxx_mctp_dump()
7271 if (!ha->mctp_dump) { in qla2xxx_mctp_dump()
7287 vha->host_no, ha->mctp_dump); in qla2xxx_mctp_dump()
H A Dqla_os.c4893 if (ha->mctp_dump) in qla2x00_mem_free()
4894 dma_free_coherent(&ha->pdev->dev, MCTP_DUMP_SIZE, ha->mctp_dump, in qla2x00_mem_free()
4896 ha->mctp_dump = NULL; in qla2x00_mem_free()
H A Dqla_attr.c43 rval = memory_read_from_buffer(buf, count, &off, ha->mctp_dump, in qla2x00_sysfs_read_fw_dump()
H A Dqla_def.h4615 void *mctp_dump; member

Completed in 66 milliseconds