Home
last modified time | relevance | path

Searched refs:tmpl_hdr (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c290 hdr = fw_dump->tmpl_hdr; in qlcnic_82xx_cache_tmpl_hdr_values()
316 void qlcnic_82xx_store_cap_mask(void *tmpl_hdr, u32 mask) in qlcnic_82xx_store_cap_mask() argument
318 struct qlcnic_82xx_dump_template_hdr *hdr = tmpl_hdr; in qlcnic_82xx_store_cap_mask()
344 hdr = fw_dump->tmpl_hdr; in qlcnic_83xx_cache_tmpl_hdr_values()
371 void qlcnic_83xx_store_cap_mask(void *tmpl_hdr, u32 mask) in qlcnic_83xx_store_cap_mask() argument
375 hdr = tmpl_hdr; in qlcnic_83xx_store_cap_mask()
406 void *hdr = adapter->ahw->fw_dump.tmpl_hdr; in qlcnic_dump_ctrl()
726 void *tmpl_hdr; in qlcnic_start_pex_dma() local
728 tmpl_hdr = adapter->ahw->fw_dump.tmpl_hdr; in qlcnic_start_pex_dma()
729 dma_no = qlcnic_get_saved_state(adapter, tmpl_hdr, in qlcnic_start_pex_dma()
[all …]
Dqlcnic_ethtool.c1666 if (!fw_dump->tmpl_hdr) { in qlcnic_get_dump_flag()
1695 if (!fw_dump->tmpl_hdr) { in qlcnic_get_dump_data()
1707 hdr_ptr = (u32 *)fw_dump->tmpl_hdr; in qlcnic_get_dump_data()
1740 qlcnic_store_cap_mask(adapter, fw_dump->tmpl_hdr, mask); in qlcnic_set_dump_mask()
1756 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1778 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1788 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1810 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
Dqlcnic.h450 void *tmpl_hdr; member
2120 void *tmpl_hdr, int index) in qlcnic_get_cap_size() argument
2122 return adapter->ahw->hw_ops->get_cap_size(tmpl_hdr, index); in qlcnic_get_cap_size()
2126 void *tmpl_hdr, int idx, u32 value) in qlcnic_set_sys_info() argument
2128 adapter->ahw->hw_ops->set_sys_info(tmpl_hdr, idx, value); in qlcnic_set_sys_info()
2132 void *tmpl_hdr, u32 mask) in qlcnic_store_cap_mask() argument
2134 adapter->ahw->hw_ops->store_cap_mask(tmpl_hdr, mask); in qlcnic_store_cap_mask()
Dqlcnic_main.c1267 if (fw_dump->tmpl_hdr == NULL || in qlcnic_check_options()
1269 vfree(fw_dump->tmpl_hdr); in qlcnic_check_options()
2118 if (fw_dump->tmpl_hdr) { in qlcnic_free_adapter_resources()
2119 vfree(fw_dump->tmpl_hdr); in qlcnic_free_adapter_resources()
2120 fw_dump->tmpl_hdr = NULL; in qlcnic_free_adapter_resources()
2130 adapter->ahw->fw_dump.tmpl_hdr = NULL; in qlcnic_free_adapter_resources()