Searched defs:error_code (Results 1 - 21 of 21) sorted by relevance

/drivers/mtd/tests/
H A Dmtd_nandecctest.c25 unsigned char error_code[3]; local
38 __nand_calculate_ecc(error_data, size, error_code);
39 __nand_correct_data(error_data, code, error_code, size);
/drivers/char/
H A Dapplicom.h75 unsigned char error_code[2]; member in struct:st_ram_io
/drivers/scsi/aic7xxx/
H A Daiclib.h77 uint8_t error_code; member in struct:scsi_sense_data
/drivers/tty/
H A Dn_r3964.c113 static void remove_from_tx_queue(struct r3964_info *pInfo, int error_code);
125 int error_code, struct r3964_block_header *pBlock);
250 static void remove_from_tx_queue(struct r3964_info *pInfo, int error_code) argument
272 if (error_code) {
274 error_code, NULL);
277 error_code, NULL);
840 int error_code, struct r3964_block_header *pBlock)
849 error_code ? GFP_ATOMIC : GFP_KERNEL);
859 pMsg->error_code = error_code;
839 add_msg(struct r3964_client_info *pClient, int msg_id, int arg, int error_code, struct r3964_block_header *pBlock) argument
[all...]
/drivers/scsi/
H A Dimm.c169 imm_fail_func(imm_struct *dev, int error_code) argument
172 imm_fail(imm_struct *dev, int error_code)
177 dev->cur_cmd->result = error_code << 16;
H A Dppa.c176 static inline void ppa_fail_func(ppa_struct *dev, int error_code) argument
178 static inline void ppa_fail(ppa_struct *dev, int error_code)
183 dev->cur_cmd->result = error_code << 16;
H A Dosst.h88 unsigned error_code :7; /* Current of deferred errors */ member in struct:__anon4818
H A DFlashPoint.c806 unsigned char error_code);
822 static void FPT_queueFlushSccb(unsigned char p_card, unsigned char error_code);
7041 static void FPT_queueFlushSccb(unsigned char p_card, unsigned char error_code) argument
7059 HostStatus = (unsigned char)error_code;
7083 unsigned char error_code)
7096 (unsigned char)error_code;
7082 FPT_queueFlushTargSccb(unsigned char p_card, unsigned char thisTarg, unsigned char error_code) argument
/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c240 int error_code = 0; local
270 span = (u8)MR_GetSpanBlock(ld, row, pdBlock, map, &error_code);
271 if (error_code == 1)
/drivers/net/tokenring/
H A Dlanstreamer.c707 __u16 error_code; local
710 error_code = ntohs(readw(streamer_mmio + LAPD));
711 strcpy(open_error, open_maj_error[(error_code & 0xf0) >> 4]);
713 strcat(open_error, open_min_error[(error_code & 0x0f)]);
716 ((error_code & 0x0f) == 0x0d))
/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c469 static void purge_requests(struct ibmvscsi_host_data *hostdata, int error_code) argument
482 evt->cmnd->result = (error_code << 16);
H A Dibmvfc.c799 * @error_code: error code to fail request with
804 static void ibmvfc_fail_request(struct ibmvfc_event *evt, int error_code) argument
807 evt->cmnd->result = (error_code << 16);
821 * @error_code: error code to fail requests with
826 static void ibmvfc_purge_requests(struct ibmvfc_host *vhost, int error_code) argument
832 ibmvfc_fail_request(evt, error_code);
/drivers/infiniband/hw/nes/
H A Dnes_hw.c3027 u32 error_code; local
3044 error_code = le32_to_cpu(cq->cq_vbase[head].cqe_words[NES_CQE_ERROR_CODE_IDX]);
3045 if (error_code) {
3049 (u16)(error_code >> 16),
3050 (u16)error_code);
3062 cqp_request->major_code = (u16)(error_code >> 16);
3063 cqp_request->minor_code = (u16)error_code;
3206 termhdr->error_code = DDP_TAGGED_INV_STAG;
3211 termhdr->error_code = RDMAP_INV_STAG;
3217 termhdr->error_code
[all...]
H A Dnes_hw.h1364 u8 error_code; member in struct:nes_terminate_hdr
/drivers/platform/x86/
H A Dacer-wmi.c158 u8 error_code; /* Error Code */ member in struct:lm_return_value
177 u8 error_code; /* Error Code */ member in struct:wmid3_gds_return_value
994 if (return_value.error_code || return_value.ec_return_value)
997 return_value.error_code,
1073 if (return_value.error_code || return_value.ec_return_value) {
1075 return_value.error_code,
1104 if (return_value.error_code || return_value.ec_return_value)
1106 return_value.error_code,
1706 if (return_value.error_code || return_value.ec_return_value)
1708 return_value.error_code,
[all...]
/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c107 * @error_code: error classification
112 static void bnx2i_iscsi_license_error(struct bnx2i_hba *hba, u32 error_code) argument
114 if (error_code == ISCSI_KCQE_COMPLETION_STATUS_ISCSI_NOT_SUPPORTED)
118 if (error_code == ISCSI_KCQE_COMPLETION_STATUS_LOM_ISCSI_NOT_ENABLED)
/drivers/mmc/host/
H A Dvub300.c119 u8 error_code; member in struct:sd_error_header
604 if (vub300->resp.error.error_code == SD_ERROR_NO_DEVICE)
762 static int vub300_response_error(u8 error_code) argument
764 switch (error_code) {
817 vub300_response_error(vub300->resp.error.error_code);
821 vub300_response_error(vub300->resp.error.error_code);
1646 vub300_response_error(vub300->resp.error.error_code);
/drivers/s390/scsi/
H A Dzfcp_fsf.h225 u32 error_code; member in struct:fsf_link_down_info
/drivers/staging/android/
H A Dbinder.c1271 uint32_t error_code)
1292 target_thread->return_error = error_code;
1270 binder_send_failed_reply(struct binder_transaction *t, uint32_t error_code) argument
/drivers/scsi/aacraid/
H A Daacraid.h796 u8 error_code; /* 70h (current errors), 71h(deferred errors) */ member in struct:sense_data
/drivers/scsi/qla4xxx/
H A Dql4_fw.h904 uint8_t error_code; /* 0D - 0D */ member in struct:conn_event_log_entry

Completed in 2429 milliseconds