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

123456789

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c575 * dpni_set_errors_behavior() - Set errors behavior
599 cmd_params->errors = cpu_to_le32(cfg->errors);
/linux-master/fs/nfs/
H A Dnfs42xdr.c451 encode_device_error(xdr, &args->errors[0]);
712 encode_layouterror(xdr, &args->errors[i], &hdr);
/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,
1469 * that initially the EDID couldn't be read due to i2c errors
/linux-master/drivers/crypto/nx/
H A Dnx.c56 atomic_inc(&(nx_ctx->stats->errors));
/linux-master/tools/perf/util/
H A Ds390-cpumsf.c1080 itops->pwr_events || itops->errors ||
H A Dauxtrace.c1384 synth_opts->errors = true;
1549 synth_opts->errors = true;
1733 ui__warning("%u %s errors\n",
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h357 unsigned int errors; member in struct:xgbe_packet_data
H A Dxgbe-drv.c373 "%s ECC corrected errors exceed informational threshold\n",
378 "%s ECC corrected errors exceed warning threshold\n",
398 "%s ECC detected errors exceed threshold\n",
2555 if (error || packet->errors) {
2556 if (packet->errors)
/linux-master/drivers/net/wireless/broadcom/b43/
H A Db43.h752 char errors[B43_NR_FWTYPES][128]; member in struct:b43_request_fw_context
/linux-master/drivers/md/bcache/
H A Dsysfs.c140 rw_attribute(errors); variable
/linux-master/tools/perf/pmu-events/
H A Djevents.py94 utf = s.encode(encoding='utf-8',errors='strict')
/linux-master/drivers/spi/
H A Dspi-mem.c337 u64_stats_inc(&stats->errors);
/linux-master/include/ufs/
H A Dufshcd.h42 /* uic specific errors */
49 /* fatal errors */
465 * struct ufs_event_hist - keeps history of errors
852 * @eh_work: Worker to handle UFS errors that require s/w attention
854 * @errors: HBA errors
1005 u32 errors; member in struct:ufs_hba
/linux-master/fs/bcachefs/
H A Dbcachefs.h550 atomic64_t errors[BCH_MEMBER_ERROR_NR]; member in struct:bch_dev
/linux-master/scripts/
H A Dcheckpatch.pl118 --mailback only produce a report in case of warnings/errors
123 --test-only=WORD report only warnings/errors containing WORD
126 If correctable single-line errors exist, create
128 with potential errors corrected to the preferred
134 runtime errors.
1365 NOTE: If any of the errors are false positives, please report
7731 print "total: $cnt_error errors, $cnt_warn warnings, " .
7745 # If there were whitespace errors which cleanpatch can fix
7751 NOTE: Whitespace errors detected.
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c5305 int port, errors = 0; local
5401 errors++;
5409 if (errors)
5411 errors, work->slave, work->port);
5413 /* unregister previous vlan_id if needed and we had no errors
5416 if (work->flags & MLX4_VF_IMMED_VLAN_FLAG_VLAN && !errors &&
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c352 u32 errors; member in struct:dsi_data
725 dsi->errors |= irqstatus & DSI_IRQ_ERROR_MASK;
1126 e = dsi->errors;
1127 dsi->errors = 0;
5277 dsi->errors = 0;
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c2770 /* Check for errors (only valid in last descriptor) */
2803 pkt_info->errors = XLGMAC_SET_REG_BITS(
2804 pkt_info->errors,
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h1481 __le64 errors; member in struct:qlcnic_esw_stats_le
1496 u64 errors; member in struct:__qlcnic_esw_statistics
/linux-master/drivers/mmc/host/
H A Dvub300.c319 int errors; member in struct:vub300_mmc_host
2406 vub300->errors = -EPIPE;
/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_main.c540 rx_ring->rx_stats.errors++;
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c347 dsi->errors |= irqstatus & DSI_IRQ_ERROR_MASK;
695 e = dsi->errors;
696 dsi->errors = 0;
4905 dsi->errors = 0;
/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/drivers/md/dm-vdo/
H A Dvdo.c1042 * vdo_enable_read_only_entry() - Enable a vdo to enter read-only mode on errors.
1546 stats->errors = get_vdo_error_statistics(vdo);

Completed in 410 milliseconds

123456789