Searched refs:tmpl_hdr (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c1244 if (fw_dump->tmpl_hdr == NULL ||
1246 vfree(fw_dump->tmpl_hdr);
2095 if (fw_dump->tmpl_hdr) {
2096 vfree(fw_dump->tmpl_hdr);
2097 fw_dump->tmpl_hdr = NULL;
2107 adapter->ahw->fw_dump.tmpl_hdr = NULL;
H A Dqlcnic_ethtool.c1659 if (!fw_dump->tmpl_hdr) {
1688 if (!fw_dump->tmpl_hdr) {
1700 hdr_ptr = (u32 *)fw_dump->tmpl_hdr;
1733 qlcnic_store_cap_mask(adapter, fw_dump->tmpl_hdr, mask);
1749 if (!fw_dump->tmpl_hdr) {
1771 if (!fw_dump->tmpl_hdr) {
1781 if (!fw_dump->tmpl_hdr) {
1803 if (!fw_dump->tmpl_hdr) {
H A Dqlcnic.h449 void *tmpl_hdr; member in struct:qlcnic_fw_dump
2110 void *tmpl_hdr, int index)
2112 return adapter->ahw->hw_ops->get_cap_size(tmpl_hdr, index);
2116 void *tmpl_hdr, int idx, u32 value)
2118 adapter->ahw->hw_ops->set_sys_info(tmpl_hdr, idx, value);
2122 void *tmpl_hdr, u32 mask)
2124 adapter->ahw->hw_ops->store_cap_mask(tmpl_hdr, mask);
2109 qlcnic_get_cap_size(struct qlcnic_adapter *adapter, void *tmpl_hdr, int index) argument
2115 qlcnic_set_sys_info(struct qlcnic_adapter *adapter, void *tmpl_hdr, int idx, u32 value) argument
2121 qlcnic_store_cap_mask(struct qlcnic_adapter *adapter, void *tmpl_hdr, u32 mask) argument
H A Dqlcnic_minidump.c289 hdr = fw_dump->tmpl_hdr;
315 void qlcnic_82xx_store_cap_mask(void *tmpl_hdr, u32 mask) argument
317 struct qlcnic_82xx_dump_template_hdr *hdr = tmpl_hdr;
343 hdr = fw_dump->tmpl_hdr;
370 void qlcnic_83xx_store_cap_mask(void *tmpl_hdr, u32 mask) argument
374 hdr = tmpl_hdr;
405 void *hdr = adapter->ahw->fw_dump.tmpl_hdr;
726 void *tmpl_hdr; local
728 tmpl_hdr = adapter->ahw->fw_dump.tmpl_hdr;
777 void *tmpl_hdr; local
1295 void *tmpl_hdr; local
[all...]

Completed in 183 milliseconds