Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A 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()
777 void *tmpl_hdr; qlcnic_read_memory_pexdma() local
1295 void *tmpl_hdr; qlcnic_dump_fw() local
[all...]
H A Dqlcnic_ethtool.c1651 if (!fw_dump->tmpl_hdr) { in qlcnic_get_dump_flag()
1680 if (!fw_dump->tmpl_hdr) { in qlcnic_get_dump_data()
1692 hdr_ptr = (u32 *)fw_dump->tmpl_hdr; in qlcnic_get_dump_data()
1725 qlcnic_store_cap_mask(adapter, fw_dump->tmpl_hdr, mask); in qlcnic_set_dump_mask()
1741 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1763 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1773 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
1795 if (!fw_dump->tmpl_hdr) { in qlcnic_set_dump()
H A Dqlcnic.h449 void *tmpl_hdr; member
2110 void *tmpl_hdr, int index) in qlcnic_get_cap_size()
2112 return adapter->ahw->hw_ops->get_cap_size(tmpl_hdr, index); in qlcnic_get_cap_size()
2116 void *tmpl_hdr, int idx, u32 value) in qlcnic_set_sys_info()
2118 adapter->ahw->hw_ops->set_sys_info(tmpl_hdr, idx, value); in qlcnic_set_sys_info()
2122 void *tmpl_hdr, u32 mask) in qlcnic_store_cap_mask()
2124 adapter->ahw->hw_ops->store_cap_mask(tmpl_hdr, mask); in qlcnic_store_cap_mask()
2109 qlcnic_get_cap_size(struct qlcnic_adapter *adapter, void *tmpl_hdr, int index) qlcnic_get_cap_size() argument
2115 qlcnic_set_sys_info(struct qlcnic_adapter *adapter, void *tmpl_hdr, int idx, u32 value) qlcnic_set_sys_info() argument
2121 qlcnic_store_cap_mask(struct qlcnic_adapter *adapter, void *tmpl_hdr, u32 mask) qlcnic_store_cap_mask() argument
H A Dqlcnic_main.c1248 if (fw_dump->tmpl_hdr == NULL || in qlcnic_check_options()
1250 vfree(fw_dump->tmpl_hdr); in qlcnic_check_options()
2099 if (fw_dump->tmpl_hdr) { in qlcnic_free_adapter_resources()
2100 vfree(fw_dump->tmpl_hdr); in qlcnic_free_adapter_resources()
2101 fw_dump->tmpl_hdr = NULL; in qlcnic_free_adapter_resources()
2111 adapter->ahw->fw_dump.tmpl_hdr = NULL; in qlcnic_free_adapter_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A 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()
777 void *tmpl_hdr; qlcnic_read_memory_pexdma() local
1295 void *tmpl_hdr; qlcnic_dump_fw() local
[all...]
H A 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()
H A Dqlcnic.h449 void *tmpl_hdr; member
2110 void *tmpl_hdr, int index) in qlcnic_get_cap_size()
2112 return adapter->ahw->hw_ops->get_cap_size(tmpl_hdr, index); in qlcnic_get_cap_size()
2116 void *tmpl_hdr, int idx, u32 value) in qlcnic_set_sys_info()
2118 adapter->ahw->hw_ops->set_sys_info(tmpl_hdr, idx, value); in qlcnic_set_sys_info()
2122 void *tmpl_hdr, u32 mask) in qlcnic_store_cap_mask()
2124 adapter->ahw->hw_ops->store_cap_mask(tmpl_hdr, mask); in qlcnic_store_cap_mask()
2109 qlcnic_get_cap_size(struct qlcnic_adapter *adapter, void *tmpl_hdr, int index) qlcnic_get_cap_size() argument
2115 qlcnic_set_sys_info(struct qlcnic_adapter *adapter, void *tmpl_hdr, int idx, u32 value) qlcnic_set_sys_info() argument
2121 qlcnic_store_cap_mask(struct qlcnic_adapter *adapter, void *tmpl_hdr, u32 mask) qlcnic_store_cap_mask() argument
H A 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()

Completed in 28 milliseconds