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

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c4473 ql_minidump_template_hdr_t *template_hdr,
4724 ql_minidump_template_hdr_t *template_hdr; local
4730 template_hdr = (ql_minidump_template_hdr_t *)ha->hw.mdump_template;
4732 if (template_hdr->entry_type == TLHDR)
4737 num_of_entries = template_hdr->num_of_entries;
4739 entry = (ql_minidump_entry_t *) ((char *)template_hdr
4740 + template_hdr->first_entry_offset );
4742 template_hdr->saved_state_array[QL_OCM0_ADDR_INDX] =
4743 template_hdr->ocm_window_array[ha->pci_func];
4744 template_hdr
5351 ql_cntrl(qla_host_t *ha, ql_minidump_template_hdr_t *template_hdr, ql_minidump_entry_cntrl_t *crbEntry) argument
[all...]

Completed in 75 milliseconds