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

/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.h384 u32 fw_status; member in struct:pm8001_hba_info
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dfw.h204 enum fw_status { enum
214 enum fw_status fwstatus;
H A Dfw.c82 static enum fw_status _rtl92s_firmware_get_nextstatus(
83 enum fw_status fw_currentstatus)
85 enum fw_status next_fwstatus = 0;
237 firmware->fwstatus = (enum fw_status)loadfw_status;
/drivers/media/video/saa7164/
H A Dsaa7164-core.c745 struct saa7164_fw_status *s = &dev->fw_status;
747 dev->fw_status.status = saa7164_readl(SAA_DEVICE_SYSINIT_STATUS);
748 dev->fw_status.mode = saa7164_readl(SAA_DEVICE_SYSINIT_MODE);
749 dev->fw_status.spec = saa7164_readl(SAA_DEVICE_SYSINIT_SPEC);
750 dev->fw_status.inst = saa7164_readl(SAA_DEVICE_SYSINIT_INST);
751 dev->fw_status.cpuload = saa7164_readl(SAA_DEVICE_SYSINIT_CPULOAD);
752 dev->fw_status.remainheap =
H A Dsaa7164.h449 struct saa7164_fw_status fw_status; member in struct:saa7164_dev
/drivers/scsi/qla2xxx/
H A Dqla_isr.c1075 uint32_t fw_status[3]; local
1099 comp_status = fw_status[0] = le16_to_cpu(pkt->comp_status);
1100 fw_status[1] = le16_to_cpu(((struct els_sts_entry_24xx*)pkt)->error_subcode_1);
1101 fw_status[2] = le16_to_cpu(((struct els_sts_entry_24xx*)pkt)->error_subcode_2);
1107 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + sizeof(fw_status);
1118 type, sp->handle, comp_status, fw_status[1], fw_status[2],
1122 memcpy( fw_sts_ptr, fw_status, sizeof(fw_status));
1136 memcpy( fw_sts_ptr, fw_status, sizeo
[all...]
/drivers/net/wireless/wl12xx/
H A Dmain.c906 wl12xx_fw_status(wl, wl->fw_status);
907 intr = le32_to_cpu(wl->fw_status->intr);
926 wl12xx_rx(wl, wl->fw_status);
943 if (wl->fw_status->tx_results_counter !=
1117 wl12xx_fw_status(wl, wl->fw_status);
1118 first_addr = le32_to_cpu(wl->fw_status->log_start_addr);
1222 wl->fw_status = kmalloc(sizeof(*wl->fw_status), GFP_KERNEL);
1223 if (!wl->fw_status)
1228 kfree(wl->fw_status);
[all...]
H A Dwl12xx.h425 struct wl12xx_fw_status *fw_status; member in struct:wl1271
/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c119 u8 fw_status; member in struct:mlx4_cmd_context
264 if (err && context->fw_status != CMD_STAT_MULTI_FUNC_REQ) {
266 op, context->fw_status);
467 context->fw_status = status;
505 op, context->fw_status);
/drivers/scsi/bfa/
H A Dbfa.h141 (__hcb_qe)->fw_status = (__status); \
H A Dbfa_ioc.h371 bfa_status_t fw_status; /* to access fw status in comp proc */ member in struct:bfa_cb_qe_s
H A Dbfa_core.c1550 cbfn(hcb_qe->cbarg, hcb_qe->fw_status);
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c2960 unsigned int fw_status[4]; local
2975 if (!t3_cim_ctl_blk_read(adapter, 0xa0, 4, fw_status))
2977 fw_status[0], fw_status[1],
2978 fw_status[2], fw_status[3]);

Completed in 153 milliseconds