Home
last modified time | relevance | path

Searched refs:fw_dump_tmplt_size (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_init.c334 md_tmp = dma_alloc_coherent(&ha->pdev->dev, ha->fw_dump_tmplt_size, in qla4xxx_alloc_fw_dump()
373 ha->fw_dump_tmplt_size)); in qla4xxx_alloc_fw_dump()
385 ha->fw_dump_size += ha->fw_dump_tmplt_size; in qla4xxx_alloc_fw_dump()
392 ha->fw_dump_tmplt_size)); in qla4xxx_alloc_fw_dump()
396 memcpy(ha->fw_dump, md_tmp, ha->fw_dump_tmplt_size); in qla4xxx_alloc_fw_dump()
400 dma_free_coherent(&ha->pdev->dev, ha->fw_dump_tmplt_size, in qla4xxx_alloc_fw_dump()
Dql4_mbx.c298 mbox_cmd[4] = ha->fw_dump_tmplt_size; in qla4xxx_get_minidump_template()
331 ha->fw_dump_tmplt_size = mbox_sts[1]; in qla4xxx_req_template_size()
337 if (ha->fw_dump_tmplt_size == 0) in qla4xxx_req_template_size()
Dql4_def.h758 uint32_t fw_dump_tmplt_size; member
Dql4_nx.c3026 ha->fw_dump_tmplt_size); in qla4_8xxx_collect_md_data()
3027 data_collected += ha->fw_dump_tmplt_size; in qla4_8xxx_collect_md_data()