Home
last modified time | relevance | path

Searched refs:errors (Results 176 - 200 of 359) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-afu-error.c30 /* mask or unmask port errors by the error mask register. */
49 /* clear port errors. */
68 * - Set PORT Error mask to all 1 to mask errors in afu_port_err_clear()
69 * - Clear all errors in afu_port_err_clear()
70 * - Set Port mask to all 0 to enable errors in afu_port_err_clear()
71 * - All errors start capturing new errors in afu_port_err_clear()
78 dev_err(dev, "Could not clear errors, device in AP6 state.\n"); in afu_port_err_clear()
87 /* Mask all errors */ in afu_port_err_clear()
90 /* Clear errors i in afu_port_err_clear()
[all...]
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dautomarkup.py14 from sphinx.errors import NoUri
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dmv_udc.h203 int errors; member
H A Dmv_u3d.h271 unsigned int errors; member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dmv_udc.h203 int errors; member
H A Dmv_u3d.h271 unsigned int errors; member
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl-afu-error.c30 /* mask or unmask port errors by the error mask register. */
49 /* clear port errors. */
68 * - Set PORT Error mask to all 1 to mask errors in afu_port_err_clear()
69 * - Clear all errors in afu_port_err_clear()
70 * - Set Port mask to all 0 to enable errors in afu_port_err_clear()
71 * - All errors start capturing new errors in afu_port_err_clear()
78 dev_err(dev, "Could not clear errors, device in AP6 state.\n"); in afu_port_err_clear()
87 /* Mask all errors */ in afu_port_err_clear()
90 /* Clear errors i in afu_port_err_clear()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_hdcp.h72 MOD_HDCP_STATUS_DDC_FAILURE, /* TODO: specific errors */
203 struct mod_hdcp_error errors[MAX_NUM_OF_ERROR_TRACE]; member
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c247 {Opt_errors, "errors=%s"},
1314 F2FS_OPTION(sbi).errors = in parse_options()
1317 F2FS_OPTION(sbi).errors = in parse_options()
1320 F2FS_OPTION(sbi).errors = in parse_options()
2139 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY) in f2fs_show_options()
2140 seq_printf(seq, ",errors=%s", "remount-ro"); in f2fs_show_options()
2141 else if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_CONTINUE) in f2fs_show_options()
2142 seq_printf(seq, ",errors=%s", "continue"); in f2fs_show_options()
2143 else if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_PANIC) in f2fs_show_options()
2144 seq_printf(seq, ",errors in f2fs_show_options()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_psr.c1678 const u8 errors = DP_PSR_RFB_STORAGE_ERROR | in intel_psr_short_pulse() local
1696 if (status == DP_PSR_SINK_INTERNAL_ERROR || (error_status & errors)) { in intel_psr_short_pulse()
1714 if (error_status & ~errors) in intel_psr_short_pulse()
1716 "PSR_ERROR_STATUS unhandled errors %x\n", in intel_psr_short_pulse()
1717 error_status & ~errors); in intel_psr_short_pulse()
/kernel/linux/linux-5.10/fs/fat/
H A Dinode.c1013 if (opts->errors == FAT_ERRORS_CONT) in fat_show_options()
1014 seq_puts(m, ",errors=continue"); in fat_show_options()
1015 else if (opts->errors == FAT_ERRORS_PANIC) in fat_show_options()
1016 seq_puts(m, ",errors=panic"); in fat_show_options()
1018 seq_puts(m, ",errors=remount-ro"); in fat_show_options()
1067 {Opt_err_cont, "errors=continue"},
1068 {Opt_err_panic, "errors=panic"},
1069 {Opt_err_ro, "errors=remount-ro"},
1156 opts->errors = FAT_ERRORS_RO; in parse_options()
1270 opts->errors in parse_options()
[all...]
/kernel/linux/linux-6.6/fs/fat/
H A Dinode.c1013 if (opts->errors == FAT_ERRORS_CONT) in fat_show_options()
1014 seq_puts(m, ",errors=continue"); in fat_show_options()
1015 else if (opts->errors == FAT_ERRORS_PANIC) in fat_show_options()
1016 seq_puts(m, ",errors=panic"); in fat_show_options()
1018 seq_puts(m, ",errors=remount-ro"); in fat_show_options()
1067 {Opt_err_cont, "errors=continue"},
1068 {Opt_err_panic, "errors=panic"},
1069 {Opt_err_ro, "errors=remount-ro"},
1156 opts->errors = FAT_ERRORS_RO; in parse_options()
1270 opts->errors in parse_options()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.c60 rxq_stats->errors = 0; in hinic_rxq_clean_stats()
80 stats->errors = rxq_stats->csum_errors + in hinic_rxq_get_stats()
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc.py202 foutput = serr.decode("utf-8", errors="ignore")
204 foutput = rawout.decode("utf-8", errors="ignore")
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.c60 rxq_stats->errors = 0; in hinic_rxq_clean_stats()
80 stats->errors = rxq_stats->csum_errors + in hinic_rxq_get_stats()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit.py515 sys.stdin.reconfigure(errors='backslashreplace') # type: ignore
518 with open(cli_args.file, 'r', errors='backslashreplace') as f:
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c190 u32 errors; member
280 op->errors |= status & ATMEL_HSMC_NFC_SR_ERRORS; in atmel_nfc_op_done()
283 return !op->wait || op->errors; in atmel_nfc_op_done()
336 if (nc->op.errors & ATMEL_HSMC_NFC_SR_DTOE) { in atmel_nfc_wait()
341 if (nc->op.errors & ATMEL_HSMC_NFC_SR_UNDEF) { in atmel_nfc_wait()
346 if (nc->op.errors & ATMEL_HSMC_NFC_SR_AWB) { in atmel_nfc_wait()
351 if (nc->op.errors & ATMEL_HSMC_NFC_SR_NFCASE) { in atmel_nfc_wait()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c190 u32 errors; member
280 op->errors |= status & ATMEL_HSMC_NFC_SR_ERRORS; in atmel_nfc_op_done()
283 return !op->wait || op->errors; in atmel_nfc_op_done()
336 if (nc->op.errors & ATMEL_HSMC_NFC_SR_DTOE) { in atmel_nfc_wait()
341 if (nc->op.errors & ATMEL_HSMC_NFC_SR_UNDEF) { in atmel_nfc_wait()
346 if (nc->op.errors & ATMEL_HSMC_NFC_SR_AWB) { in atmel_nfc_wait()
351 if (nc->op.errors & ATMEL_HSMC_NFC_SR_NFCASE) { in atmel_nfc_wait()
/kernel/linux/linux-5.10/drivers/net/ethernet/socionext/
H A Dsni_ave.c243 u64 errors; member
708 priv->stats_tx.errors++; in ave_tx_complete()
768 priv->stats_rx.errors++; in ave_rx_receive()
1520 stats->rx_errors = priv->stats_rx.errors; in ave_get_stats64()
1521 stats->tx_errors = priv->stats_tx.errors; in ave_get_stats64()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1116 esw_stats->errors = le64_to_cpu(stats->errors); in qlcnic_get_port_stats()
1209 esw_stats->errors = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1233 QLCNIC_ADD_ESW_STATS(esw_stats->errors, in qlcnic_get_eswitch_stats()
1234 port_stats.errors); in qlcnic_get_eswitch_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1116 esw_stats->errors = le64_to_cpu(stats->errors); in qlcnic_get_port_stats()
1209 esw_stats->errors = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1233 QLCNIC_ADD_ESW_STATS(esw_stats->errors, in qlcnic_get_eswitch_stats()
1234 port_stats.errors); in qlcnic_get_eswitch_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/socionext/
H A Dsni_ave.c244 u64 errors; member
709 priv->stats_tx.errors++; in ave_tx_complete()
769 priv->stats_rx.errors++; in ave_rx_receive()
1523 stats->rx_errors = priv->stats_rx.errors; in ave_get_stats64()
1524 stats->tx_errors = priv->stats_tx.errors; in ave_get_stats64()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dfib_tests.sh677 $NS_EXEC ip monitor route &> errors.txt &
691 err=`cat errors.txt |grep "Message too long"`
702 #rm errors.txt
724 $NS_EXEC ip monitor route &> errors.txt &
738 err=`cat errors.txt |grep "Message too long"`
749 rm errors.txt
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dapicdef.h285 u32 errors; member
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry-arcv2.S120 ; - Unlike ARCompact, handles Bus errors for both User/Kernel mode,

Completed in 48 milliseconds

12345678910>>...15