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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_ctl.c496 if (pm8001_ha->fw_status == FLASH_IN_PROGRESS) {
514 pm8001_ha->fw_status = FLASH_IN_PROGRESS;
518 pm8001_ha->fw_status = FLASH_IN_PROGRESS;
522 pm8001_ha->fw_status = FAIL_PARAMETERS;
530 pm8001_ha->fw_status = err;
547 if (flash_error_table[i].err_code == pm8001_ha->fw_status)
550 if (pm8001_ha->fw_status != FLASH_IN_PROGRESS)
551 pm8001_ha->fw_status = FLASH_OK;
H A Dpm8001_sas.h385 u32 fw_status; member in struct:pm8001_hba_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-core.c204 struct saa7164_fw_status *s = &dev->fw_status;
206 dev->fw_status.status = saa7164_readl(SAA_DEVICE_SYSINIT_STATUS);
207 dev->fw_status.mode = saa7164_readl(SAA_DEVICE_SYSINIT_MODE);
208 dev->fw_status.spec = saa7164_readl(SAA_DEVICE_SYSINIT_SPEC);
209 dev->fw_status.inst = saa7164_readl(SAA_DEVICE_SYSINIT_INST);
210 dev->fw_status.cpuload = saa7164_readl(SAA_DEVICE_SYSINIT_CPULOAD);
211 dev->fw_status.remainheap =
H A Dsaa7164.h270 struct saa7164_fw_status fw_status; member in struct:saa7164_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_main.c461 wl1271_fw_status(wl, wl->fw_status);
462 intr = le32_to_cpu(wl->fw_status->intr);
475 if (wl->fw_status->tx_results_counter !=
479 wl1271_rx(wl, wl->fw_status);
597 wl->fw_status = kmalloc(sizeof(*wl->fw_status), GFP_KERNEL);
598 if (!wl->fw_status)
603 kfree(wl->fw_status);
997 kfree(wl->fw_status);
998 wl->fw_status
[all...]
H A Dwl1271.h466 struct wl1271_fw_status *fw_status; member in struct:wl1271
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_isr.c1077 uint32_t fw_status[3]; local
1102 comp_status = fw_status[0] = le16_to_cpu(pkt->comp_status);
1103 fw_status[1] = le16_to_cpu(((struct els_sts_entry_24xx*)pkt)->error_subcode_1);
1104 fw_status[2] = le16_to_cpu(((struct els_sts_entry_24xx*)pkt)->error_subcode_2);
1110 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + sizeof(fw_status);
1121 vha->host_no, sp->handle, type, comp_status, fw_status[1], fw_status[2],
1124 memcpy( fw_sts_ptr, fw_status, sizeof(fw_status));
1136 memcpy( fw_sts_ptr, fw_status, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_main.c2965 unsigned int fw_status[4]; local
2980 if (!t3_cim_ctl_blk_read(adapter, 0xa0, 4, fw_status))
2982 fw_status[0], fw_status[1],
2983 fw_status[2], fw_status[3]);

Completed in 115 milliseconds