Searched refs:mctp_dump (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 6809 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 D | qla_os.c | 4661 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 D | qla_attr.c | 43 rval = memory_read_from_buffer(buf, count, &off, ha->mctp_dump, in qla2x00_sysfs_read_fw_dump()
|
H A D | qla_def.h | 4387 void *mctp_dump; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 7267 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 D | qla_os.c | 4893 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 D | qla_attr.c | 43 rval = memory_read_from_buffer(buf, count, &off, ha->mctp_dump, in qla2x00_sysfs_read_fw_dump()
|
H A D | qla_def.h | 4615 void *mctp_dump; member
|
Completed in 66 milliseconds