Searched refs:errors (Results 1 - 25 of 219) sorted by last modified time

123456789

/linux-master/kernel/
H A Dkprobes.c1442 * This returns encoded errors if it fails to look up symbol or invalid
2900 unsigned int i, total = 0, errors = 0; local
2923 errors++;
2931 if (errors)
2933 errors, total);
2946 unsigned int i, total = 0, errors = 0; local
2966 errors++;
2974 if (errors)
2976 errors, total);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c353 u32 errors; member in struct:dsi_data
726 dsi->errors |= irqstatus & DSI_IRQ_ERROR_MASK;
1127 e = dsi->errors;
1128 dsi->errors = 0;
5278 dsi->errors = 0;
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-csi2.c54 * Strings corresponding to CSI-2 receiver errors are here.
59 { "Multiple packet header errors detected", true },
216 const struct ipu6_csi2_error *errors; local
220 /* register errors once more in case of interrupts are disabled */
224 errors = dphy_rx_errors;
229 csi2->port, errors[i].error_string);
/linux-master/drivers/media/i2c/
H A Dadv7511-v4l2.c560 static const char * const errors[] = { local
586 errors[adv7511_rd(sd, 0xc8) >> 4], state->edid_detect_counter,
1475 * that initially the EDID couldn't be read due to i2c errors
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_wa_test.c140 KUNIT_ASSERT_EQ(test, gt->reg_sr.errors, 0);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr.c3325 const u8 errors = DP_PSR_RFB_STORAGE_ERROR | local
3344 (error_status & errors)) {
3363 if (error_status & ~errors)
3365 "PSR_ERROR_STATUS unhandled errors %x\n",
3366 error_status & ~errors);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.c292 aerr = &error_cache->errors[type];
474 struct aca_error *aerr = &error_cache->errors[type];
557 aca_error_init(&error_cache->errors[type], type);
577 aca_error_fini(&error_cache->errors[type]);
H A Damdgpu_aca.h147 struct aca_error errors[ACA_ERROR_TYPE_COUNT]; member in struct:aca_error_cache
/linux-master/tools/testing/selftests/net/netfilter/
H A Dipvs.sh179 local errors=
185 errors=$(( $errors + $? ))
191 errors=$(( $errors + $? ))
197 errors=$(( $errors + $? ))
199 return $errors
/linux-master/scripts/
H A Dkernel-doc59 my $errors = 0;
1285 ++$errors;
1391 ++$errors;
1461 ++$errors;
2002 ++$errors;
2330 ++$errors;
2417 if ($verbose && $errors) {
2418 print STDERR "$errors errors\n";
2428 exit($output_mode eq "none" ? 0 : $errors)
[all...]
/linux-master/include/ufs/
H A Dufshcd.h42 /* uic specific errors */
49 /* fatal errors */
464 * struct ufs_event_hist - keeps history of errors
851 * @eh_work: Worker to handle UFS errors that require s/w attention
853 * @errors: HBA errors
1004 u32 errors; member in struct:ufs_hba
/linux-master/include/linux/spi/
H A Dspi.h48 * @errors: number of errors during spi_transfer
73 u64_stats_t errors; member in struct:spi_statistics
/linux-master/include/linux/
H A Dphy.h317 * @errors: Number of MDIO transfers that returned an error
324 u64_stats_t errors; member in struct:mdio_bus_stats
/linux-master/fs/btrfs/
H A Dtransaction.c777 * other structures so it needs to be ended in case of errors,
1143 * writeback hasn't finished yet (and without errors).
1183 * Ignore -ENOMEM errors returned by clear_extent_bit().
1209 bool errors = false; local
1214 errors = true;
1216 if (errors && !err)
1225 bool errors = false; local
1233 errors = true;
1237 errors = true;
1239 if (errors
[all...]
H A Ddisk-io.c3298 btrfs_err(fs_info, "superblock contains fatal errors");
3740 * Return number of errors when folio is not found or submission fails.
3840 int errors = 0; local
3855 errors++;
3876 errors += atomic_read(&device->sb_write_errors);
3877 if (errors >= BTRFS_SUPER_PRIMARY_WRITE_ERROR)
3885 return errors < i ? 0 : -1;
4054 "errors while submitting device barriers.");
4098 btrfs_err(fs_info, "%d errors while writing supers",
4104 "%d errors whil
[all...]
/linux-master/fs/bcachefs/
H A Dfs.c1736 if (opt_defined(opts, errors))
1737 c->opts.errors = opts.errors;
/linux-master/drivers/ufs/core/
H A Dufshcd.c1318 * non-zero for any other errors.
1410 * for any other errors.
5165 /* allow SCSI layer to restart the device in case of errors */
5444 hba->errors |= (UFSHCD_UIC_HIBERN8_MASK & intr_status);
6210 * to recover from the DL NAC errors or not.
6223 * device fatal error and/or DL NAC & REPLAY timeout errors.
6237 * wait for 50ms to see if we can get any other errors or not.
6244 * now check if we have got any other severe errors other than
6266 /* Link seems to be alive hence ignore the DL NAC errors */
6290 /* handle fatal errors onl
[all...]
/linux-master/drivers/spi/
H A Dspi.c183 SPI_STATISTICS_SHOW(errors); variable
1639 errors);
1641 errors);
3059 * errors adding the device) calling spi_controller_put() to prevent a memory
3585 * PTR_ERR(...) in case of errors.
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c1177 if (error || pkt_info->errors) {
1178 if (pkt_info->errors)
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c3799 netdev_err(np->dev, "RX channel %u errors ( ", rp->rx_channel);
3860 netdev_err(np->dev, "TX channel %u errors ( ", rp->tx_channel);
4037 netdev_err(np->dev, "Core device errors ( ");
6239 u64 pkts, dropped, errors, bytes; local
6243 pkts = dropped = errors = bytes = 0;
6257 errors += rp->rx_errors;
6264 stats->rx_errors = errors;
6270 u64 pkts, errors, bytes; local
6274 pkts = errors = bytes = 0;
6285 errors
[all...]
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c588 rx_errors += rx_ring->rx_stats.errors;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c578 u8 errors = (u8)(status_err >> 24); local
591 if (errors & (E1000_RXD_ERR_TCPE | E1000_RXD_ERR_IPE)) {
592 /* let the stack verify checksum errors */
1553 /* errors is only valid for DD + EOP descriptors */
6756 * prevent this we need to mask off the correctable errors on the
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3946 u8 errors = (u8)(status_err >> 24); local
3957 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
3958 /* let the stack verify checksum errors */
4088 u8 status, u8 errors,
4094 if (TBI_ACCEPT(hw, status, errors, length, last_byte)) {
4172 /* errors is only valid for DD + EOP descriptors */
4174 (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) {
4178 rx_desc->errors,
4245 status | rx_desc->errors << 24,
4271 ((u32)(rx_desc->errors) << 2
4087 e1000_tbi_should_accept(struct e1000_adapter *adapter, u8 status, u8 errors, u32 length, const u8 *data) argument
[all...]
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c91 nic_rx_stats->errors += rx_stats.errors;
850 stats->rx_errors = nic_rx_stats.errors;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1597 /* Check frame errors in the FD field */
4397 err_cfg.errors = DPAA2_FAS_RX_ERR_MASK;

Completed in 493 milliseconds

123456789