Searched defs:fw_dump (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_dbg.c45 qla2xxx_prep_dump(struct qla_hw_data *ha, struct qla2xxx_fw_dump *fw_dump) argument
47 fw_dump->fw_major_version = htonl(ha->fw_major_version);
48 fw_dump->fw_minor_version = htonl(ha->fw_minor_version);
49 fw_dump->fw_subminor_version = htonl(ha->fw_subminor_version);
50 fw_dump->fw_attributes = htonl(ha->fw_attributes);
52 fw_dump->vendor = htonl(ha->pdev->vendor);
53 fw_dump->device = htonl(ha->pdev->device);
54 fw_dump->subsystem_vendor = htonl(ha->pdev->subsystem_vendor);
55 fw_dump->subsystem_device = htonl(ha->pdev->subsystem_device);
350 memcpy(ptr, ha->eft, ntohl(ha->fw_dump
[all...]
H A Dqla_def.h2252 void (*fw_dump) (struct scsi_qla_host *, int); member in struct:isp_operations
2725 struct qla2xxx_fw_dump *fw_dump; member in struct:qla_hw_data
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c1133 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1135 if (fw_dump->clr)
1136 dump->len = fw_dump->tmpl_hdr->size + fw_dump->size;
1139 dump->flag = fw_dump->tmpl_hdr->drv_cap_mask;
1151 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1153 if (!fw_dump->clr) {
1158 copy_sz = fw_dump
1182 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
[all...]
H A Dqlcnic_hw.c1354 struct qlcnic_dump_template_hdr *t_hdr = adapter->ahw->fw_dump.tmpl_hdr;
1711 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
1712 struct qlcnic_dump_template_hdr *tmpl_hdr = fw_dump->tmpl_hdr;
1714 if (fw_dump->clr) {
1726 fw_dump->data = vzalloc(dump_size);
1727 if (!fw_dump->data) {
1733 buffer = fw_dump->data;
1734 fw_dump->size = dump_size;
1768 buffer = fw_dump
[all...]
H A Dqlcnic_main.c648 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; local
659 if (fw_dump->tmpl_hdr == NULL ||
661 if (fw_dump->tmpl_hdr)
662 vfree(fw_dump->tmpl_hdr);
1359 if (adapter->ahw->fw_dump.tmpl_hdr) {
1360 vfree(adapter->ahw->fw_dump.tmpl_hdr);
1361 adapter->ahw->fw_dump.tmpl_hdr = NULL;
2877 if (adapter->ahw->fw_dump.enable &&
H A Dqlcnic.h463 struct qlcnic_fw_dump fw_dump; member in struct:qlcnic_hardware_context

Completed in 83 milliseconds