Searched refs:fw_dump_tmplt_size (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_init.c | 331 md_tmp = dma_alloc_coherent(&ha->pdev->dev, ha->fw_dump_tmplt_size, in qla4xxx_alloc_fw_dump() 370 ha->fw_dump_tmplt_size)); in qla4xxx_alloc_fw_dump() 382 ha->fw_dump_size += ha->fw_dump_tmplt_size; in qla4xxx_alloc_fw_dump() 389 ha->fw_dump_tmplt_size)); in qla4xxx_alloc_fw_dump() 393 memcpy(ha->fw_dump, md_tmp, ha->fw_dump_tmplt_size); in qla4xxx_alloc_fw_dump() 397 dma_free_coherent(&ha->pdev->dev, ha->fw_dump_tmplt_size, in qla4xxx_alloc_fw_dump()
|
H A D | ql4_mbx.c | 297 mbox_cmd[4] = ha->fw_dump_tmplt_size; in qla4xxx_get_minidump_template() 330 ha->fw_dump_tmplt_size = mbox_sts[1]; in qla4xxx_req_template_size() 336 if (ha->fw_dump_tmplt_size == 0) in qla4xxx_req_template_size()
|
H A D | ql4_def.h | 757 uint32_t fw_dump_tmplt_size; member
|
H A D | ql4_nx.c | 3022 ha->fw_dump_tmplt_size); in qla4_8xxx_collect_md_data() 3023 data_collected += ha->fw_dump_tmplt_size; in qla4_8xxx_collect_md_data()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_init.c | 331 md_tmp = dma_alloc_coherent(&ha->pdev->dev, ha->fw_dump_tmplt_size, in qla4xxx_alloc_fw_dump() 370 ha->fw_dump_tmplt_size)); in qla4xxx_alloc_fw_dump() 382 ha->fw_dump_size += ha->fw_dump_tmplt_size; in qla4xxx_alloc_fw_dump() 389 ha->fw_dump_tmplt_size)); in qla4xxx_alloc_fw_dump() 393 memcpy(ha->fw_dump, md_tmp, ha->fw_dump_tmplt_size); in qla4xxx_alloc_fw_dump() 397 dma_free_coherent(&ha->pdev->dev, ha->fw_dump_tmplt_size, in qla4xxx_alloc_fw_dump()
|
H A D | ql4_mbx.c | 297 mbox_cmd[4] = ha->fw_dump_tmplt_size; in qla4xxx_get_minidump_template() 330 ha->fw_dump_tmplt_size = mbox_sts[1]; in qla4xxx_req_template_size() 336 if (ha->fw_dump_tmplt_size == 0) in qla4xxx_req_template_size()
|
H A D | ql4_def.h | 766 uint32_t fw_dump_tmplt_size; member
|
H A D | ql4_nx.c | 3009 ha->fw_dump_tmplt_size); in qla4_8xxx_collect_md_data() 3010 data_collected += ha->fw_dump_tmplt_size; in qla4_8xxx_collect_md_data()
|
Completed in 23 milliseconds