Home
last modified time | relevance | path

Searched refs:error (Results 9776 - 9800 of 10149) sorted by relevance

1...<<391392393394395396397398399400>>...406

/kernel/linux/linux-5.10/drivers/net/can/
H A Dxilinx_can.c28 #include <linux/can/error.h>
96 #define XCAN_ECR_REC_MASK 0x0000FF00 /* Receive error counter */
97 #define XCAN_ECR_TEC_MASK 0x000000FF /* Transmit error counter */
98 #define XCAN_ESR_ACKER_MASK 0x00000010 /* ACK error */
99 #define XCAN_ESR_BERR_MASK 0x00000008 /* Bit error */
100 #define XCAN_ESR_STER_MASK 0x00000004 /* Stuff error */
101 #define XCAN_ESR_FMER_MASK 0x00000002 /* Form error */
102 #define XCAN_ESR_CRCER_MASK 0x00000001 /* CRC error */
358 * Return: 0 on success and failure value on error
388 * Return: 0 on success and failure value on error
[all...]
H A Dpch_can.c20 #include <linux/can/error.h>
558 case PCH_LEC_ALL: /* Written by CPU. No error status */ in pch_can_error()
/kernel/linux/linux-5.10/drivers/net/can/usb/
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...]
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_fd.c13 #include <linux/can/error.h>
232 /* 1st, reset error counters: */ in pcan_usb_fd_build_restart_cmd()
568 /* allocate an skb to store the error frame */ in pcan_usb_fd_decode_status()
588 /* handle uCAN error message */
602 /* keep a trace of tx and rx error counters for later use */ in pcan_usb_fd_decode_error()
625 /* allocate an skb to store the error frame */ in pcan_usb_fd_decode_overrun()
817 /* reset cached error counters */ in pcan_usb_fd_start()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dutil.S63 .long error
64 .long error
65 .long error
66 .long error
298 error: label
H A Dround.S249 error: label
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h21 #error You must include hardware.h not SA-1100.h
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhead_book3s_32.S1199 #error Invalid platform for USB Gecko based early debugging.
H A Dsignal_32.c864 #error "Please adjust handle_signal()" in handle_signal32()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c10 * - error scenarios for selecting a socket from BPF program,
21 #include <error.h>
893 /* Read out asynchronous error */ in drop_on_lookup()
898 "unexpected success or error\n")) in drop_on_lookup()
986 /* Read out asynchronous error */ in drop_on_reuseport()
991 "unexpected success or error\n")) in drop_on_reuseport()
1089 if (CHECK(err, "test_run", "failed with error %d\n", errno)) in run_sk_assign()
1229 "unexpected error %d\n", errno)) in run_multi_prog_lookup()
1232 "connect", "unexpected error %d\n", errno)) in run_multi_prog_lookup()
/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dinit.c847 #error "setup_vm() is called from head.S before relocate so it should not use absolute addressing."
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dcore.c474 * <0: on error
747 /* In case of error, fail with right address format */ in nvm_submit_io()
851 return rqd.error; in nvm_bb_chunk_sense()
867 if (ret < 0) /* io error */ in nvm_bb_chunk_scan()
874 * actual io error. In that case, mark it offline. in nvm_bb_chunk_scan()
886 return -ret; /* other io error */ in nvm_bb_chunk_scan()
895 if (ret < 0) /* io error */ in nvm_bb_chunk_scan()
910 return -ret; /* other io error */ in nvm_bb_chunk_scan()
926 if (ret < 0) /* io error */ in nvm_bb_chunk_scan()
940 return -ret; /* other io error */ in nvm_bb_chunk_scan()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c334 if (srq->error) in rxe_query_srq()
1180 pr_warn("%s failed with error %d\n", __func__, err); in rxe_register_device()
H A Drxe_resp.c296 if (srq->error) in get_srq_wqe()
1065 /* Resource not found. Class D error. Drop the in duplicate_request()
1122 /* Resource not found. Class D error. Drop the request. */ in duplicate_request()
1367 pr_warn("qp#%d moved to error state\n", qp_num(qp)); in rxe_responder()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h160 #error "Invalid number of bypass priorities"
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dvenc.c982 dev_err(dev, "enc: event session error %x\n", inst->error); in venc_event_notify()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-of-esdhc.c492 * error(IRQSTAT[ADMAE]) if both Transfer Complete(IRQSTAT[TC])
511 host->data->error = 0; in esdhc_of_adma_workaround()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_type.h572 bool error; member
/kernel/linux/linux-5.10/drivers/net/fjes/
H A Dfjes_hw.c379 pr_err("%s: reset error", __func__); in fjes_hw_exit()
406 if (cr.bits.error == 0) { in fjes_hw_issue_request_command()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c317 /* It's weird, and almost certainly an error, to get Firmware DCB in cxgb4_dcb_handle_fw_update()
776 * return an error ... in cxgb4_setpfcstate()
1121 info->error = 0; in cxgb4_getpeer_app()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-hcd.c762 /* normal [4.15.1.2] or error [4.15.1.1] completion */ in ehci_irq()
767 INCR(ehci->stats.error); in ehci_irq()
844 ehci_err(ehci, "fatal error\n"); in ehci_irq()
873 * non-error returns are a promise to giveback() the urb later
H A Dehci-dbg.c898 ehci->stats.normal, ehci->stats.error, ehci->stats.iaa, in fill_registers_buffer()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_interface_core.c410 if (dst->error) { in xfrmi_xmit()
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Ddevice.h45 #error Host endianness not defined
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h1603 int error; /* merge with pnfs_error */ member

Completed in 52 milliseconds

1...<<391392393394395396397398399400>>...406