Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c289 hdr = fw_dump->tmpl_hdr; in qlcnic_82xx_cache_tmpl_hdr_values()
315 void qlcnic_82xx_store_cap_mask(void *tmpl_hdr, u32 mask) in qlcnic_82xx_store_cap_mask() argument
317 struct qlcnic_82xx_dump_template_hdr *hdr = tmpl_hdr; in qlcnic_82xx_store_cap_mask()
343 hdr = fw_dump->tmpl_hdr; in qlcnic_83xx_cache_tmpl_hdr_values()
370 void qlcnic_83xx_store_cap_mask(void *tmpl_hdr, u32 mask) in qlcnic_83xx_store_cap_mask() argument
374 hdr = tmpl_hdr; in qlcnic_83xx_store_cap_mask()
405 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.c1659 if (!fw_dump->tmpl_hdr) { in qlcnic_get_dump_flag()
1688 if (!fw_dump->tmpl_hdr) { in qlcnic_get_dump_data()
1700 hdr_ptr = (u32 *)fw_dump->tmpl_hdr; in qlcnic_get_dump_data()
1733 qlcnic_store_cap_mask(adapter, fw_dump->tmpl_hdr, mask); in qlcnic_set_dump_mask()
1749 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1771 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1781 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1803 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
Dqlcnic.h449 void *tmpl_hdr; member
2109 void *tmpl_hdr, int index) in qlcnic_get_cap_size() argument
2111 return adapter->ahw->hw_ops->get_cap_size(tmpl_hdr, index); in qlcnic_get_cap_size()
2115 void *tmpl_hdr, int idx, u32 value) in qlcnic_set_sys_info() argument
2117 adapter->ahw->hw_ops->set_sys_info(tmpl_hdr, idx, value); in qlcnic_set_sys_info()
2121 void *tmpl_hdr, u32 mask) in qlcnic_store_cap_mask() argument
2123 adapter->ahw->hw_ops->store_cap_mask(tmpl_hdr, mask); in qlcnic_store_cap_mask()
Dqlcnic_main.c1244 if (fw_dump->tmpl_hdr == NULL || in qlcnic_check_options()
1246 vfree(fw_dump->tmpl_hdr); in qlcnic_check_options()
2095 if (fw_dump->tmpl_hdr) { in qlcnic_free_adapter_resources()
2096 vfree(fw_dump->tmpl_hdr); in qlcnic_free_adapter_resources()
2097 fw_dump->tmpl_hdr = NULL; in qlcnic_free_adapter_resources()
2107 adapter->ahw->fw_dump.tmpl_hdr = NULL; in qlcnic_free_adapter_resources()