Searched refs:md_tmplt_hdr (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_nx.c3666 tmplt_hdr = (struct qla82xx_md_template_hdr *)ha->md_tmplt_hdr;
4065 uint32_t *d_ptr = (uint32_t *)ha->md_tmplt_hdr;
4098 tmplt_hdr = (struct qla82xx_md_template_hdr *)ha->md_tmplt_hdr;
4110 if (!ha->md_tmplt_hdr || !ha->md_dump) {
4159 (((uint8_t *)ha->md_tmplt_hdr) + tmplt_hdr->first_entry_offset);
4279 vha->host_no, ha->md_tmplt_hdr, vha->host_no, ha->md_dump);
4294 tmplt_hdr = (struct qla82xx_md_template_hdr *)ha->md_tmplt_hdr;
4330 if (ha->md_tmplt_hdr) {
4333 ha->md_tmplt_hdr, ha->md_template_size / 1024);
4335 ha->md_tmplt_hdr, h
[all...]
H A Dqla_attr.c34 &off, ha->md_tmplt_hdr, ha->md_template_size);
97 if (ha->md_tmplt_hdr)
H A Dqla_def.h2862 void *md_tmplt_hdr; member in struct:qla_hw_data
H A Dqla_mbx.c4342 ha->md_tmplt_hdr = dma_alloc_coherent(&ha->pdev->dev,
4344 if (!ha->md_tmplt_hdr) {

Completed in 70 milliseconds