Searched defs:fw_dump (Results 1 - 9 of 9) sorted by last modified time

/drivers/scsi/qla2xxx/
H A Dqla_dbg.c84 qla2xxx_prep_dump(struct qla_hw_data *ha, struct qla2xxx_fw_dump *fw_dump) argument
86 fw_dump->fw_major_version = htonl(ha->fw_major_version);
87 fw_dump->fw_minor_version = htonl(ha->fw_minor_version);
88 fw_dump->fw_subminor_version = htonl(ha->fw_subminor_version);
89 fw_dump->fw_attributes = htonl(ha->fw_attributes);
91 fw_dump->vendor = htonl(ha->pdev->vendor);
92 fw_dump->device = htonl(ha->pdev->device);
93 fw_dump->subsystem_vendor = htonl(ha->pdev->subsystem_vendor);
94 fw_dump->subsystem_device = htonl(ha->pdev->subsystem_device);
474 memcpy(ptr, ha->eft, ntohl(ha->fw_dump
[all...]
H A Dqla_def.h2662 void (*fw_dump) (struct scsi_qla_host *, int); member in struct:isp_operations
3293 struct qla2xxx_fw_dump *fw_dump; member in struct:qla_hw_data
/drivers/scsi/qla4xxx/
H A Dql4_def.h768 void *fw_dump; member in struct:scsi_qla_host
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h526 struct qlcnic_fw_dump fw_dump; member in struct:qlcnic_hardware_context
2085 struct qlcnic_fw_dump *fw_dump)
2087 adapter->ahw->hw_ops->cache_tmpl_hdr_values(fw_dump);
2084 qlcnic_cache_tmpl_hdr_values(struct qlcnic_adapter *adapter, struct qlcnic_fw_dump *fw_dump) argument
H A Dqlcnic_ethtool.c1589 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1602 fw_dump->enable = true;
1612 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1625 fw_dump->enable = false;
1635 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1643 state = fw_dump->enable;
1653 struct qlcnic_fw_dump *fw_dump local
1682 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1716 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1739 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
[all...]
H A Dqlcnic_main.c1239 struct qlcnic_fw_dump *fw_dump = &ahw->fw_dump; local
1255 if (fw_dump->tmpl_hdr == NULL ||
1257 if (fw_dump->tmpl_hdr)
1258 vfree(fw_dump->tmpl_hdr);
2104 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
2109 if (fw_dump->tmpl_hdr) {
2110 vfree(fw_dump->tmpl_hdr);
2111 fw_dump
3735 struct qlcnic_fw_dump *fw_dump = &ahw->fw_dump; local
[all...]
H A Dqlcnic_minidump.c286 void qlcnic_82xx_cache_tmpl_hdr_values(struct qlcnic_fw_dump *fw_dump) argument
290 hdr = fw_dump->tmpl_hdr;
291 fw_dump->tmpl_hdr_size = hdr->size;
292 fw_dump->version = hdr->version;
293 fw_dump->num_entries = hdr->num_entries;
294 fw_dump->offset = hdr->offset;
297 fw_dump->cap_mask = hdr->cap_mask;
299 fw_dump->use_pex_dma = (hdr->capabilities & BIT_0) ? true : false;
340 void qlcnic_83xx_cache_tmpl_hdr_values(struct qlcnic_fw_dump *fw_dump) argument
344 hdr = fw_dump
771 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
857 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1209 struct qlcnic_fw_dump *fw_dump; local
1287 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1403 struct qlcnic_fw_dump *fw_dump = &ahw->fw_dump; local
[all...]
/drivers/net/wireless/mwifiex/
H A Ddebugfs.c262 * This function is called when the 'fw_dump' file is opened for
274 if (!priv->adapter->if_ops.fw_dump)
277 priv->adapter->if_ops.fw_dump(priv->adapter);
816 MWIFIEX_DFS_FILE_READ_OPS(fw_dump); variable
841 MWIFIEX_DFS_ADD_FILE(fw_dump);
H A Dmain.h697 void (*fw_dump)(struct mwifiex_adapter *); member in struct:mwifiex_if_ops

Completed in 174 milliseconds