Searched refs:fw_dump (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_dbg.c12 qla2xxx_prep_dump(struct qla_hw_data *ha, struct qla2xxx_fw_dump *fw_dump) argument
14 fw_dump->fw_major_version = htonl(ha->fw_major_version);
15 fw_dump->fw_minor_version = htonl(ha->fw_minor_version);
16 fw_dump->fw_subminor_version = htonl(ha->fw_subminor_version);
17 fw_dump->fw_attributes = htonl(ha->fw_attributes);
19 fw_dump->vendor = htonl(ha->pdev->vendor);
20 fw_dump->device = htonl(ha->pdev->device);
21 fw_dump->subsystem_vendor = htonl(ha->pdev->subsystem_vendor);
22 fw_dump->subsystem_device = htonl(ha->pdev->subsystem_device);
317 memcpy(ptr, ha->eft, ntohl(ha->fw_dump
[all...]
H A Dqla_init.c1218 if (ha->fw_dump) {
1310 ha->fw_dump = vmalloc(dump_size);
1311 if (!ha->fw_dump) {
1327 ha->fw_dump->signature[0] = 'Q';
1328 ha->fw_dump->signature[1] = 'L';
1329 ha->fw_dump->signature[2] = 'G';
1330 ha->fw_dump->signature[3] = 'C';
1331 ha->fw_dump->version = __constant_htonl(1);
1333 ha->fw_dump->fixed_size = htonl(fixed_size);
1334 ha->fw_dump
[all...]
H A Dqla_os.c1499 .fw_dump = qla2100_fw_dump,
1535 .fw_dump = qla2300_fw_dump,
1571 .fw_dump = qla24xx_fw_dump,
1607 .fw_dump = qla25xx_fw_dump,
1643 .fw_dump = qla81xx_fw_dump,
1679 .fw_dump = qla24xx_fw_dump,
2844 if (ha->fw_dump) {
2847 ntohl(ha->fw_dump->eft_size), ha->eft, ha->eft_dma);
2848 vfree(ha->fw_dump);
2945 ha->fw_dump
[all...]
H A Dqla_isr.c72 ha->isp_ops->fw_dump(vha, 1);
177 ha->isp_ops->fw_dump(vha, 1);
407 ha->isp_ops->fw_dump(vha, 1);
2134 ha->isp_ops->fw_dump(vha, 1);
2278 ha->isp_ops->fw_dump(vha, 1);
H A Dqla_def.h2222 void (*fw_dump) (struct scsi_qla_host *, int); member in struct:isp_operations
2672 struct qla2xxx_fw_dump *fw_dump; member in struct:qla_hw_data
H A Dqla_attr.c30 return memory_read_from_buffer(buf, count, &off, ha->fw_dump,
86 .name = "fw_dump",
840 { "fw_dump", &sysfs_fw_dump_attr, },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_fw.c331 static int fw_dump(struct tcf_proto *tp, unsigned long fh, function
385 .dump = fw_dump,

Completed in 211 milliseconds