/drivers/mtd/tests/ |
H A D | mtd_nandecctest.c | 25 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 D | applicom.h | 75 unsigned char error_code[2]; member in struct:st_ram_io
|
/drivers/scsi/aic7xxx/ |
H A D | aiclib.h | 77 uint8_t error_code; member in struct:scsi_sense_data
|
/drivers/tty/ |
H A D | n_r3964.c | 113 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 D | imm.c | 169 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 D | ppa.c | 176 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 D | osst.h | 88 unsigned error_code :7; /* Current of deferred errors */ member in struct:__anon4734
|
H A D | FlashPoint.c | 806 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 D | megaraid_sas_fp.c | 240 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 D | lanstreamer.c | 708 __u16 error_code; local 711 error_code = ntohs(readw(streamer_mmio + LAPD)); 712 strcpy(open_error, open_maj_error[(error_code & 0xf0) >> 4]); 714 strcat(open_error, open_min_error[(error_code & 0x0f)]); 717 ((error_code & 0x0f) == 0x0d))
|
/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 475 static void purge_requests(struct ibmvscsi_host_data *hostdata, int error_code) argument 488 evt->cmnd->result = (error_code << 16);
|
H A D | ibmvfc.c | 799 * @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 D | nes_hw.c | 3027 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 D | nes_hw.h | 1364 u8 error_code; member in struct:nes_terminate_hdr
|
/drivers/platform/x86/ |
H A D | acer-wmi.c | 151 u8 error_code; /* Error Code */ member in struct:lm_return_value 163 u8 error_code; /* Error Code */ member in struct:wmid3_gds_return_value 919 if (return_value.error_code || return_value.ec_return_value) 922 return_value.error_code, 989 if (return_value.error_code || return_value.ec_return_value) { 991 "0x%x - 0x%x\n", return_value.error_code, 1022 if (return_value.error_code || return_value.ec_return_value) 1024 "0x%x - 0x%x\n", return_value.error_code, 1622 if (return_value.error_code || return_value.ec_return_value) 1624 return_value.error_code, [all...] |
/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 107 * @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 D | vub300.c | 119 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 D | zfcp_fsf.h | 225 u32 error_code; member in struct:fsf_link_down_info
|
/drivers/staging/android/ |
H A D | binder.c | 1255 uint32_t error_code) 1276 target_thread->return_error = error_code; 1254 binder_send_failed_reply(struct binder_transaction *t, uint32_t error_code) argument
|
/drivers/scsi/aacraid/ |
H A D | aacraid.h | 788 u8 error_code; /* 70h (current errors), 71h(deferred errors) */ member in struct:sense_data
|
/drivers/scsi/qla4xxx/ |
H A D | ql4_fw.h | 896 uint8_t error_code; /* 0D - 0D */ member in struct:conn_event_log_entry
|