Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1656 if (!fw_dump->tmpl_hdr) { in qlcnic_get_dump_flag()
1685 if (!fw_dump->tmpl_hdr) { in qlcnic_get_dump_data()
1697 hdr_ptr = (u32 *)fw_dump->tmpl_hdr; in qlcnic_get_dump_data()
1730 qlcnic_store_cap_mask(adapter, fw_dump->tmpl_hdr, mask); in qlcnic_set_dump_mask()
1746 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1768 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1778 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1800 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
Dqlcnic.h450 void *tmpl_hdr; member
2098 void *tmpl_hdr, int index) in qlcnic_get_cap_size() argument
2100 return adapter->ahw->hw_ops->get_cap_size(tmpl_hdr, index); in qlcnic_get_cap_size()
2104 void *tmpl_hdr, int idx, u32 value) in qlcnic_set_sys_info() argument
2106 adapter->ahw->hw_ops->set_sys_info(tmpl_hdr, idx, value); in qlcnic_set_sys_info()
2110 void *tmpl_hdr, u32 mask) in qlcnic_store_cap_mask() argument
2112 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()
2120 if (fw_dump->tmpl_hdr) { in qlcnic_free_adapter_resources()
2121 vfree(fw_dump->tmpl_hdr); in qlcnic_free_adapter_resources()
2122 fw_dump->tmpl_hdr = NULL; in qlcnic_free_adapter_resources()
2132 adapter->ahw->fw_dump.tmpl_hdr = NULL; in qlcnic_free_adapter_resources()