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

/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c4390 ql_minidump_template_hdr_t *template_hdr,
4634 ql_minidump_template_hdr_t *template_hdr; local
4640 template_hdr = (ql_minidump_template_hdr_t *)ha->hw.mdump_template;
4642 if (template_hdr->entry_type == TLHDR)
4647 num_of_entries = template_hdr->num_of_entries;
4649 entry = (ql_minidump_entry_t *) ((char *)template_hdr
4650 + template_hdr->first_entry_offset );
4652 template_hdr->saved_state_array[QL_OCM0_ADDR_INDX] =
4653 template_hdr->ocm_window_array[ha->pci_func];
4654 template_hdr
5243 ql_cntrl(qla_host_t *ha, ql_minidump_template_hdr_t *template_hdr, ql_minidump_entry_cntrl_t *crbEntry) argument
[all...]

Completed in 112 milliseconds