Searched refs:md_tmplt_hdr (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_nx.c | 3684 tmplt_hdr = (struct qla82xx_md_template_hdr *)ha->md_tmplt_hdr; in qla82xx_minidump_process_control() 4083 uint32_t *d_ptr = (uint32_t *)ha->md_tmplt_hdr; in qla82xx_validate_template_chksum() 4116 tmplt_hdr = (struct qla82xx_md_template_hdr *)ha->md_tmplt_hdr; in qla82xx_md_collect() 4128 if (!ha->md_tmplt_hdr || !ha->md_dump) { in qla82xx_md_collect() 4185 (((uint8_t *)ha->md_tmplt_hdr) + tmplt_hdr->first_entry_offset); in qla82xx_md_collect() 4305 vha->host_no, ha->md_tmplt_hdr, vha->host_no, ha->md_dump); in qla82xx_md_collect() 4320 tmplt_hdr = (struct qla82xx_md_template_hdr *)ha->md_tmplt_hdr; in qla82xx_md_alloc() 4356 if (ha->md_tmplt_hdr) { in qla82xx_md_free() 4359 ha->md_tmplt_hdr, ha->md_template_size / 1024); in qla82xx_md_free() 4361 ha->md_tmplt_hdr, ha->md_tmplt_hdr_dma); in qla82xx_md_free() [all …]
|
D | qla_nx2.c | 2216 ha->md_tmplt_hdr; in qla8044_minidump_process_control() 2818 tmplt_hdr = ha->md_tmplt_hdr; in qla8044_check_dma_engine_state() 2848 tmplt_hdr = ha->md_tmplt_hdr; in qla8044_start_pex_dma() 3242 if (!ha->md_tmplt_hdr || !ha->md_dump) { in qla8044_collect_md_data() 3269 ha->md_tmplt_hdr; in qla8044_collect_md_data() 3302 (((uint8_t *)ha->md_tmplt_hdr) + tmplt_hdr->first_entry_offset); in qla8044_collect_md_data() 3460 vha->host_no, ha->md_tmplt_hdr, vha->host_no, ha->md_dump); in qla8044_collect_md_data()
|
D | qla_attr.c | 36 &off, ha->md_tmplt_hdr, ha->md_template_size); in qla2x00_sysfs_read_fw_dump() 115 if (ha->md_tmplt_hdr) in qla2x00_sysfs_write_fw_dump()
|
D | qla_mbx.c | 5951 ha->md_tmplt_hdr = dma_alloc_coherent(&ha->pdev->dev, in qla82xx_md_get_template() 5953 if (!ha->md_tmplt_hdr) { in qla82xx_md_get_template() 6001 ha->md_tmplt_hdr = dma_alloc_coherent(&ha->pdev->dev, in qla8044_md_get_template() 6003 if (!ha->md_tmplt_hdr) { in qla8044_md_get_template()
|
D | qla_def.h | 4689 void *md_tmplt_hdr; member
|