Searched refs:mctp_dump (Results 1 – 4 of 4) sorted by relevance
7287 if (!ha->mctp_dump) { in qla2xxx_mctp_dump()7288 ha->mctp_dump = dma_alloc_coherent(&ha->pdev->dev, in qla2xxx_mctp_dump()7291 if (!ha->mctp_dump) { in qla2xxx_mctp_dump()7307 vha->host_no, ha->mctp_dump); in qla2xxx_mctp_dump()
4889 if (ha->mctp_dump) in qla2x00_mem_free()4890 dma_free_coherent(&ha->pdev->dev, MCTP_DUMP_SIZE, ha->mctp_dump, in qla2x00_mem_free()4892 ha->mctp_dump = NULL; in qla2x00_mem_free()
43 rval = memory_read_from_buffer(buf, count, &off, ha->mctp_dump, in qla2x00_sysfs_read_fw_dump()
4625 void *mctp_dump; member