Searched refs:errs (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h427 status->inb_errors = pip_stat_inb_errsx.s.errs;
H A Dcvmx-pip-defs.h2421 uint64_t errs:16; member in struct:cvmx_pip_stat_inb_errsx::cvmx_pip_stat_inb_errsx_s
2423 uint64_t errs:16;
2434 uint64_t errs:16; member in struct:cvmx_pip_stat_inb_errs_pkndx::cvmx_pip_stat_inb_errs_pkndx_s
2436 uint64_t errs:16;
/linux-master/lib/
H A Ddynamic_debug.c573 int i, errs = 0, exitcode = 0, rc, nfound = 0; local
588 errs++;
596 v2pr_info("processed %d queries, with %d matches, %d errs\n",
597 i, nfound, errs);
/linux-master/drivers/iommu/
H A Domap-iommu.c806 u32 da, errs; local
815 errs = iommu_report_fault(obj, &da);
816 if (errs == 0)
828 dev_err(obj->dev, "%s: errs:0x%08x da:0x%08x pgd:0x%p *pgd:px%08x\n",
829 obj->name, errs, da, iopgd, *iopgd);
835 dev_err(obj->dev, "%s: errs:0x%08x da:0x%08x pgd:0x%p *pgd:0x%08x pte:0x%p *pte:0x%08x\n",
836 obj->name, errs, da, iopgd, *iopgd, iopte, *iopte);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.c351 err_s = &rdev->stats.rstat.errs;
/linux-master/drivers/media/dvb-frontends/
H A Dstv0367.c1307 u32 errs = 0; local
1311 errs =
1317 ter_state->ucblocks = errs;
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c615 unsigned int errs = 0; local
643 errs++;
665 port->stats.tx_errors += errs;
/linux-master/kernel/trace/
H A Dtrace.h1929 const char **errs, u8 type, u16 pos);
H A Dtrace.c7584 const char **errs; /* ptr to loc-specific array of err strings */ member in struct:err_info
7585 u8 type; /* index into errs -> specific err string */
7677 * @errs: The array of loc-specific static error strings
7678 * @type: The index into errs[], which produces the specific static err string
7693 * NOTE: the @errs array along with the @type param are used to
7701 const char **errs, u8 type, u16 pos)
7721 err->info.errs = errs;
7781 const char *err_text = err->info.errs[err->info.type];
7699 tracing_log_err(struct trace_array *tr, const char *loc, const char *cmd, const char **errs, u8 type, u16 pos) argument

Completed in 438 milliseconds

12