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

123456789

/linux-master/drivers/thunderbolt/
H A Dtb.h1341 int usb4_port_sw_margin_errors(struct tb_port *port, u32 *errors);
/linux-master/drivers/media/i2c/
H A Dds90ub960.c1447 bool errors; local
1482 errors = (rx_port_sts1 & UB960_RR_RX_PORT_STS1_ERROR_MASK) ||
1488 *ok = !errors;
1494 * Wait for the RX ports to lock, have no errors and have stable strobe position
1833 * Note that changing this setting will result in some errors on the back
2184 dev_err(dev, "rx%u parity errors: %u\n", nport, v);
3016 dev_info(dev, "\tparity errors %u\n", v16);
3957 * Clear any errors caused by switching the RX port settings while
/linux-master/drivers/spi/
H A Dspi.c183 SPI_STATISTICS_SHOW(errors); variable
1642 errors);
1644 errors);
3062 * errors adding the device) calling spi_controller_put() to prevent a memory
3588 * PTR_ERR(...) in case of errors.
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c70 "tx errors",
77 "rx errors",
1301 *data++ = QLCNIC_FILL_STATS(esw_stats->errors);
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c588 rx_errors += rx_ring->rx_stats.errors;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1363 HINIC_RXQ_STAT(errors),
/linux-master/drivers/dma/idxd/
H A Dsysfs.c1537 static DEVICE_ATTR_RO(errors);
/linux-master/tools/perf/util/
H A Dintel-pt.c929 /* Ignore cache errors */
2951 if (pt->synth_opts.errors) {
3503 pt->synth_opts.errors) {
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1228 btv->errors=0;
2853 btv->errors++;
/linux-master/fs/f2fs/
H A Df2fs.h172 int errors; /* errors parameter */ member in struct:f2fs_mount_info
1395 MOUNT_ERRORS_READONLY, /* remount fs ro on errors */
1396 MOUNT_ERRORS_CONTINUE, /* continue on errors */
1397 MOUNT_ERRORS_PANIC, /* panic on errors */
1763 unsigned char errors[MAX_F2FS_ERRORS]; /* error flags */ member in struct:f2fs_sb_info
1765 spinlock_t error_lock; /* protect errors/stop_reason array */
1766 bool error_dirty; /* errors of sb is dirty */
H A Dnode.c1621 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY)
H A Ddata.c2783 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY)
/linux-master/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c1398 u3d->errors++;
/linux-master/fs/bcachefs/
H A Dbtree_io.c556 ret = c->opts.errors == BCH_ON_ERROR_continue
2159 * We handle btree write errors by immediately halting the journal -
/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/amd/xgbe/
H A Dxgbe-dev.c2073 /* Check for errors (only valid in last descriptor) */
2107 XGMAC_SET_BITS(packet->errors, RX_PACKET_ERRORS,
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1597 /* Check frame errors in the FD field */
4393 err_cfg.errors = DPAA2_FAS_RX_ERR_MASK;
/linux-master/drivers/md/
H A Dmd.c104 * count by 2 for every hour elapsed between read errors.
3206 __ATTR(errors, S_IRUGO|S_IWUSR, errors_show, errors_store);

Completed in 1104 milliseconds

123456789