Home
last modified time | relevance | path

Searched refs:error (Results 15301 - 15325 of 15992) sorted by relevance

1...<<611612613614615616617618619620>>...640

/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h1603 int error; /* merge with pnfs_error */ member
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h1056 /* For error and abort path: restore use counter to previous state. */
1388 #error
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf.c53 # error __NR_bpf not defined. libbpf does not support your arch.
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_main.c550 * returned on error.
691 kdb_printf("no error detected (diagnostic is %d)\n", diag); in kdb_cmderror()
715 * zero for success, a kdb diagnostic if error
839 * zero for success, a kdb diagnostic if error
1231 * error The hardware-defined error code
1241 static int kdb_local(kdb_reason_t reason, int error, struct pt_regs *regs, in kdb_local() argument
1333 kdb_printf("kdb: error return from kdba_bp_trap: %d\n", in kdb_local()
1443 * error The hardware-defined error cod
1454 kdb_main_loop(kdb_reason_t reason, kdb_reason_t reason2, int error, kdb_dbtrap_t db_result, struct pt_regs *regs) kdb_main_loop() argument
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dauditfilter.c48 #error Fix audit_filter_list initialiser
1375 if (result < 0) /* error */ in audit_filter()
1404 /* save the first error encountered for the in update_lsm_rule()
1407 audit_panic("error updating LSM filters"); in update_lsm_rule()
/kernel/linux/linux-5.10/net/ipv6/
H A Daf_inet6.c966 /* By default, rate limit error messages. in inet6_net_init()
1030 return skb_dst(skb)->error; in ipv6_route_input()
H A Dip6_vti.c474 if (dst->error) { in vti6_xmit()
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A Dvdec.c861 ret = ctrl_handler->error; in vdec_init_ctrls()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-of-esdhc.c499 * error(IRQSTAT[ADMAE]) if both Transfer Complete(IRQSTAT[TC])
518 host->data->error = 0; in esdhc_of_adma_workaround()
/kernel/linux/linux-6.6/drivers/net/can/c_can/
H A Dc_can_main.c42 #include <linux/can/error.h>
82 /* error counter register */
185 /* c_can error types:
350 /* create an error msg */ in c_can_handle_lost_msg_obj()
924 /* error warning state */ in c_can_handle_state_change()
929 /* error passive state */ in c_can_handle_state_change()
942 /* propagate the error condition to the CAN stack */ in c_can_handle_state_change()
960 /* error warning state */ in c_can_handle_state_change()
970 /* error passive state */ in c_can_handle_state_change()
1002 /* early exit if no lec update or no error in c_can_handle_bus_err()
[all...]
/kernel/linux/linux-6.6/drivers/net/can/
H A Dat91_can.c26 #include <linux/can/error.h>
533 * at91_rx_overflow_err - send error frame due to rx overflow
720 /* CRC error */ in at91_poll_err_frame()
744 /* Form error */ in at91_poll_err_frame()
792 /* The error bits are clear on read, in at91_poll()
896 * => : error passive int in at91_irq_err_state()
1059 /* Receive or error interrupt? -> napi */ in at91_irq()
1061 /* The error bits are clear on read, in at91_irq()
H A Dbxcan.c15 #include <linux/can/error.h>
158 u32 esr; /* 0x18 - error status */
475 /* Early exit if no error flag is set */ in bxcan_handle_state_change()
526 /* Early exit if no lec update or no error. in bxcan_handle_bus_err()
536 /* Propagate the error condition to the CAN stack */ in bxcan_handle_bus_err()
543 netdev_dbg(ndev, "Stuff error\n"); in bxcan_handle_bus_err()
550 netdev_dbg(ndev, "Form error\n"); in bxcan_handle_bus_err()
557 netdev_dbg(ndev, "Ack error\n"); in bxcan_handle_bus_err()
566 netdev_dbg(ndev, "Bit error (recessive)\n"); in bxcan_handle_bus_err()
573 netdev_dbg(ndev, "Bit error (dominan in bxcan_handle_bus_err()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h610 __le16 error; member
/kernel/linux/linux-6.6/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c32 #include <linux/can/error.h>
158 * Return: Pointer to string representation of the error state
258 * Return: 0 on success, -%EPERM on error
273 * Return: 0 on success, -%EPERM on error
373 * Return: 0 on success and failure value on error
412 /* Bus error reporting -> Allow Error/Arb.lost interrupts */ in ctucan_chip_start()
442 * Return: 0 on success and failure value on error
593 * negative return values reserved for error cases
775 WARN(true, "Invalid error state"); in ctucan_read_fault_state()
797 * This is the CAN error interrup
[all...]
/kernel/linux/linux-6.6/drivers/net/can/usb/
H A Dgs_usb.c27 #include <linux/can/error.h>
280 * linux/can.h and linux/can/error.h, and no additional mapping is necessary.
940 "usb_submit_urb() failed, error %pe\n", in gs_can_open()
1471 /* save error code to return later */ in gs_usb_probe()
H A Ducan.c23 * If error reporting is turned on the device encodes error into CAN
24 * error frames (see uapi/linux/can/error.h) and sends it using the
30 #include <linux/can/error.h>
480 /* Handle a CAN error frame that we have received from the device.
521 /* protocol error, details in data[2] */ in ucan_handle_error_frame()
582 /* handle error frames */ in ucan_rx_can_msg()
623 /* don't count error frames as real packets */ in ucan_rx_can_msg()
1149 /* on error, clea in ucan_start_xmit()
[all...]
H A Desd_usb.c11 #include <linux/can/error.h>
378 /* Bit stream position in CAN frame as the error was detected */ in esd_usb_rx_event()
511 dev_err(dev->udev->dev.parent, "format error\n"); in esd_usb_read_bulk_callback()
520 dev_err(dev->udev->dev.parent, "format error\n"); in esd_usb_read_bulk_callback()
532 dev_err(dev->udev->dev.parent, "format error\n"); in esd_usb_read_bulk_callback()
/kernel/linux/linux-6.6/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_fd.c14 #include <linux/can/error.h>
262 /* 1st, reset error counters: */ in pcan_usb_fd_build_restart_cmd()
632 /* allocate an skb to store the error frame */ in pcan_usb_fd_decode_status()
649 /* handle uCAN error message */
663 /* keep a trace of tx and rx error counters for later use */ in pcan_usb_fd_decode_error()
686 /* allocate an skb to store the error frame */ in pcan_usb_fd_decode_overrun()
884 /* reset cached error counters */ in pcan_usb_fd_start()
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.h57 #define IF_IADBG_ERR 0x00000100 // debug system error
556 /* There is a lot of documentation error regarding these offsets ???
846 u16 error; member
966 u32 rsop_bse_count; // section BIP-8 error count
976 u32 rpop_bip_count; // path BIP-8 error count
977 u32 rpop_febe_count; // path FEBE error count
983 u32 racp_chcs_count; // correctable HCS error count
984 u32 racp_uchcs_count; // uncorrectable HCS error count
1088 #define MB25_IS_HECECR 0x20 /* HEC error cell received */
1102 #define MB25_DC_IXPE 0x08 /* Insert xmit payload error */
[all...]
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Ddevice.h46 #error Host endianness not defined
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h1631 int error; /* merge with pnfs_error */ member
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_tables.h1181 /* For error and abort path: restore use counter to previous state. */
1521 #error
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A Dvdec.c861 ret = ctrl_handler->error; in vdec_init_ctrls()
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c10 #include <linux/error-injection.h>
93 * callback is immediately run by on thread on which the error was detected.
114 * Completion will occur both on success and internal error, as well as when
148 * and error case.
157 * and/or the completion may be triggered an error even though this bit is
335 ptl_info(packet->ptl, "packet error injection: dropping ACK packet %p\n", in __ssh_ptl_should_drop_ack_packet()
347 ptl_info(packet->ptl, "packet error injection: dropping NAK packet %p\n", in __ssh_ptl_should_drop_nak_packet()
360 "packet error injection: dropping sequenced data packet %p\n", in __ssh_ptl_should_drop_dsq_packet()
396 "packet error injection: simulating transmit error in ssh_ptl_write_buf()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-dbg.c898 ehci->stats.normal, ehci->stats.error, ehci->stats.iaa, in fill_registers_buffer()

Completed in 60 milliseconds

1...<<611612613614615616617618619620>>...640