Searched refs:ecode (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/drivers/crypto/caam/
H A Dkey_gen.c18 int ecode = 0; local
23 ecode = caam_jr_strstatus(dev, err);
25 res->err = ecode;
H A Dblob_gen.c45 int ecode = 0; local
50 ecode = caam_jr_strstatus(dev, err);
52 res->err = ecode;
H A Dcaampkc.c129 int ecode = 0; local
133 ecode = caam_jr_strstatus(dev, err);
147 akcipher_request_complete(req, ecode);
149 crypto_finalize_akcipher_request(jrp->engine, req, ecode);
162 int ecode = 0; local
166 ecode = caam_jr_strstatus(dev, err);
190 akcipher_request_complete(req, ecode);
192 crypto_finalize_akcipher_request(jrp->engine, req, ecode);
H A Dcaamalg_qi2.c1293 int ecode = 0; local
1298 ecode = caam_qi2_strstatus(ctx->dev, status);
1302 aead_request_complete(req, ecode);
1314 int ecode = 0; local
1319 ecode = caam_qi2_strstatus(ctx->dev, status);
1323 aead_request_complete(req, ecode);
1400 int ecode = 0; local
1406 ecode = caam_qi2_strstatus(ctx->dev, status);
1422 if (!ecode)
1427 skcipher_request_complete(req, ecode);
1438 int ecode = 0; local
3408 int ecode = 0; local
3434 int ecode = 0; local
3473 int ecode = 0; local
3499 int ecode = 0; local
[all...]
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h889 /* Mask generated by ecode in kfd_dbg_trap_exception_code */
890 #define KFD_EC_MASK(ecode) (1ULL << (ecode - 1))
926 #define KFD_DBG_EC_IS_VALID(ecode) (ecode > EC_NONE && ecode < EC_MAX)
927 #define KFD_DBG_EC_TYPE_IS_QUEUE(ecode) \
928 (KFD_DBG_EC_IS_VALID(ecode) && !!(KFD_EC_MASK(ecode) & KFD_EC_MASK_QUEUE))
929 #define KFD_DBG_EC_TYPE_IS_DEVICE(ecode) \
[all...]
/linux-master/drivers/infiniband/sw/siw/
H A Diwarp.h185 __be32 ecode : 8; member in struct:iwarp_terminate
195 __be32 ecode : 8; member in struct:iwarp_terminate
240 return term->ecode;
244 u8 ecode)
246 term->ecode = ecode;
243 __rdmap_term_set_ecode(struct iwarp_terminate *term, u8 ecode) argument
H A Dsiw_qp_rx.c170 enum ddp_ecode ecode; local
193 ecode = DDP_ECODE_T_INVALID_STAG;
200 ecode = DDP_ECODE_T_BASE_BOUNDS;
208 ecode = DDP_ECODE_T_BASE_BOUNDS;
214 DDP_ETYPE_TAGGED_BUF, ecode, 0); local
233 enum ddp_ecode ecode; local
247 ecode = DDP_ECODE_T_INVALID_STAG;
255 ecode = DDP_ECODE_T_BASE_BOUNDS;
262 DDP_ETYPE_TAGGED_BUF, ecode, 0); local
282 enum ddp_ecode ecode; local
326 DDP_ETYPE_UNTAGGED_BUF, ecode, 0); local
1021 enum ddp_ecode ecode; local
1034 etype, ecode, 0); local
[all...]
H A Dsiw_qp.c337 * RFC 5041 (DDP) lacks an ecode for insufficient access
368 u8 ecode, int in_tx)
374 qp->term_info.ecode = ecode;
379 layer, etype, ecode, in_tx ? "yes" : "no");
446 __rdmap_term_set_ecode(term, qp->term_info.ecode);
515 if ((qp->term_info.ecode == RDMAP_ECODE_VERSION) ||
516 (qp->term_info.ecode == RDMAP_ECODE_OPCODE))
544 (qp->term_info.ecode == DDP_ECODE_T_VERSION)) ||
546 (qp->term_info.ecode
367 siw_init_terminate(struct siw_qp *qp, enum term_elayer layer, u8 etype, u8 ecode, int in_tx) argument
[all...]
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c26 u16 ecode = le16_to_cpu(comp->event.ecode); local
28 switch (ecode) {
30 dev_info(pdsc->dev, "NotifyQ LINK_CHANGE ecode %d eid %lld\n",
31 ecode, eid);
36 dev_info(pdsc->dev, "NotifyQ RESET ecode %d eid %lld\n",
37 ecode, eid);
42 dev_info(pdsc->dev, "NotifyQ XCVR ecode %d eid %lld\n",
43 ecode, eid);
47 dev_info(pdsc->dev, "NotifyQ ecode
[all...]
/linux-master/drivers/vfio/pci/pds/
H A Dpci_drv.c47 unsigned long ecode, void *data)
54 dev_dbg(dev, "%s: event code %lu\n", __func__, ecode);
64 if (ecode == PDS_EVENT_RESET) {
46 pds_vfio_pci_notify_handler(struct notifier_block *nb, unsigned long ecode, void *data) argument
/linux-master/arch/riscv/kvm/
H A Dvcpu_pmu.c116 u32 ecode = get_event_code(eidx); local
121 if (ecode < SBI_PMU_HW_GENERAL_MAX)
122 config = kvm_pmu_get_perf_event_hw_config(ecode);
125 config = kvm_pmu_get_perf_event_cache_config(ecode);
131 if (ecode < SBI_PMU_FW_MAX)
132 config = (1ULL << 63) | ecode;
144 u32 ecode = get_event_code(eidx); local
149 if (ecode == SBI_PMU_HW_CPU_CYCLES)
151 else if (ecode == SBI_PMU_HW_INSTRUCTIONS)
/linux-master/include/linux/pds/
H A Dpds_adminq.h62 * @ecode: event code
69 __le16 ecode; member in struct:pds_core_notifyq_event
75 * @ecode: event code = PDS_EVENT_LINK_CHANGE
83 __le16 ecode; member in struct:pds_core_link_change_event
91 * @ecode: event code = PDS_EVENT_RESET
100 __le16 ecode; member in struct:pds_core_reset_event
108 * @ecode: event code = PDS_EVENT_CLIENT
116 __le16 ecode; member in struct:pds_core_client_event
135 __le16 ecode; member in struct:pds_core_notifyq_comp::__anon2979
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c434 union otx_cpt_error_code ecode; local
436 ecode.u = be64_to_cpup((__be64 *)cpt_info->out_buffer);
447 ecode.s.ccode);
470 if (ecode.s.ccode) {
480 ecode.s.ccode == ERR_SCATTER_GATHER_WRITE_LENGTH) {
487 ecode.s.ccode);
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dqp.c1425 u8 *ecode)
1435 *ecode = 0;
1451 *ecode = RDMAP_CANT_INV_STAG;
1454 *ecode = RDMAP_INV_STAG;
1461 *ecode = RDMAP_CANT_INV_STAG;
1463 *ecode = RDMAP_STAG_NOT_ASSOC;
1467 *ecode = RDMAP_STAG_NOT_ASSOC;
1471 *ecode = RDMAP_ACC_VIOL;
1475 *ecode = RDMAP_TO_WRAP;
1480 *ecode
1424 build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, u8 *ecode) argument
[all...]
/linux-master/drivers/net/hippi/
H A Drrunner.c564 int ecode = 0; local
580 ecode = -EFAULT;
653 ecode = -ENOMEM;
697 return ecode;
718 return ecode;
1188 int ecode = 0; local
1197 ecode = -EBUSY;
1205 ecode = -ENOMEM;
1213 ecode = -ENOMEM;
1227 ecode
[all...]
/linux-master/drivers/staging/fieldbus/anybuss/
H A Dhost.c775 u8 ecode; local
783 ecode = (info >> 8) & 0x0F;
785 if (ecode == 0x0F)
787 else if (ecode < ARRAY_SIZE(EMSGS))
789 EMSGS[ecode], ecode);
791 dev_err(dev, " Error code: 0x%02X\n", ecode);
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c868 int board_idx, ecode = 0; local
943 ecode = -ENODEV;
970 ecode = -EIO;
982 ecode = -EIO;
1133 ecode = -ENODEV;
1144 ecode = -EAGAIN;
1153 ecode = -EAGAIN;
1157 ecode = request_irq(pdev->irq, ace_interrupt, IRQF_SHARED,
1159 if (ecode) {
1173 ecode
[all...]
/linux-master/arch/loongarch/kernel/
H A Dtraps.c253 static const char *humanize_exc_name(unsigned int ecode, unsigned int esubcode) argument
260 switch (ecode) {
318 unsigned int ecode = FIELD_GET(CSR_ESTAT_EXC, x); local
321 printk("ESTAT: %08lx [%s] (", x, humanize_exc_name(ecode, esubcode));
323 pr_cont(" ECode=%d EsubCode=%d)\n", (int) ecode, (int) esubcode);
/linux-master/tools/testing/selftests/net/
H A Dreuseport_bpf.c342 struct bpf_insn ecode[] = { local
355 eprog.insn_cnt = ARRAY_SIZE(ecode);
356 eprog.insns = (unsigned long) &ecode;
/linux-master/arch/loongarch/kvm/
H A Dexit.c693 unsigned int ecode, inst; local
700 ecode = (estat & CSR_ESTAT_EXC) >> CSR_ESTAT_EXC_SHIFT;
702 ecode, vcpu->arch.pc, inst, badv, read_gcsr_estat());
H A Dvcpu.c126 u32 ecode = (estat & CSR_ESTAT_EXC) >> CSR_ESTAT_EXC_SHIFT; local
137 trace_kvm_exit(vcpu, ecode);
138 if (ecode) {
139 ret = kvm_handle_fault(vcpu, ecode);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h2410 * @ecode: event code
2418 __le16 ecode; member in struct:ionic_notifyq_event
2425 * @ecode: event code = IONIC_EVENT_LINK_CHANGE
2433 __le16 ecode; member in struct:ionic_link_change_event
2442 * @ecode: event code = IONIC_EVENT_RESET
2451 __le16 ecode; member in struct:ionic_reset_event
2460 * @ecode: event code = IONIC_EVENT_HEARTBEAT
2464 __le16 ecode; member in struct:ionic_heartbeat_event
2471 * @ecode: event code = IONIC_EVENT_LOG
2476 __le16 ecode; member in struct:ionic_log_event
2487 __le16 ecode; member in struct:ionic_xcvr_event
[all...]
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.c27 unsigned long ecode,
33 dev_dbg(dev, "%s: event code %lu\n", __func__, ecode);
35 if (ecode == PDS_EVENT_RESET || ecode == PDS_EVENT_LINK_CHANGE) {
26 pds_vdpa_notify_handler(struct notifier_block *nb, unsigned long ecode, void *data) argument
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubio.h451 ecode: 3, /* Error Code */ member in struct:icrba_u::__anon34
473 ecode: 4, /* Error Code */ member in struct:h1_icrba_u::__anon35
494 * values for "ecode" field
/linux-master/kernel/debug/
H A Ddebug_core.c836 kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs) argument
857 ks->err_code = ecode;

Completed in 348 milliseconds

12