/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 1880 filter.bits.error = 1; in gmac_set_rx_mode()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 413 "cannot change alternate number to %d (error=%i)\n", in em28xx_set_alternate() 558 errmsg = "Buffer error (overrun)"; in print_err_status() 567 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status() 2156 "%s: v4l2_fh_open() returned error %d\n", in em28xx_v4l2_open() 2309 "cannot change alternate number to 0 (error=%i)\n", in em28xx_v4l2_close() 2632 "%s: Error while setting audio - error [%d]!\n", in em28xx_v4l2_init() 2661 "%s: em28xx_write_reg - msp34xx(1) failed! error [%d]\n", in em28xx_v4l2_init() 2670 "%s: em28xx_write_reg - msp34xx(2) failed! error [%d]\n", in em28xx_v4l2_init() 2744 ret = hdl->error; in em28xx_v4l2_init() 2786 "unable to register video device (error in em28xx_v4l2_init() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 515 "APP params: willing %d, valid %d error = %d\n", in qed_dcbx_get_app_data() 1955 info->error = dcbx_info->remote.params.app_error; in qed_dcbnl_peer_getappinfo()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 712 #error "Invalid configuration for 8139_RXBUF_IDX" 1784 /* There was an major error, log it. */ in rtl8139_tx_interrupt() 1785 netif_dbg(tp, tx_err, dev, "Transmit error, Tx status %08x\n", in rtl8139_tx_interrupt() 2018 * error. I'm hoping we can handle some of these in rtl8139_rx() 2100 /* Update the error count. */ in rtl8139_weird_interrupt() 2122 netdev_err(dev, "PCI Bus error %04x\n", pci_cmd_status); in rtl8139_weird_interrupt() 2171 /* h/w no longer present (hotplug?) or major error, bail */ in rtl8139_interrupt() 2276 /* Update the error counts. */ in rtl8139_close() 2625 /* Update the error counts. */ in rtl8139_suspend()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 811 * when an error occurs. 836 /* PCI bus error event callbacks */ 838 /* PCI bus error detected on this device */ 840 pci_channel_state_t error); 855 /* Allow device driver to record more details of a correctable error */ 877 * take "ownership" of the device or an error code 904 * @err_handler: See Documentation/PCI/pci-error-recovery.rst
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 482 EC_RES_BUS_ERROR = 15, /* Communications bus error */ 643 * Then the EC found an error in the request, or was not ready for the request 808 * 208) Return error. 810 * 301) If --tries_left <= 0, return error. 816 * EC has response buffer r, error buffer e. 840 * 304) Send error response e. 3942 /* Any error */ 5395 * to CLOCK_MONOTONIC_RAW, but with 1% or more frequency error. 5507 uint32_t error; /* enum pchg_error */ member 6042 /* SPI communication error */ [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/aspeed/ |
H A D | aspeed-video.c | 2024 rc = hdl->error; in aspeed_video_setup_video()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | af_netlink.c | 1234 * The caller must hold a reference to the destination socket. On error, the 1236 * all error checks are performed and memory in the queue is reserved. 1238 * < 0: error. skb freed, reference to sock dropped. 1615 * netlink_set_err - report error to broadcast listeners 1618 * @group: the broadcast group that will notice the error 1619 * @code: error code, must be negative (as usual in kernelspace) 1634 /* sk->sk_err wants a positive error value */ in netlink_set_err() 2252 * single netdev. The outcome is MSG_TRUNC error. in netlink_dump() 2410 /* Following attributes are only reported as error (not warning) */ in netlink_ack_tlv_len() 2470 * requests to cap the error messag in netlink_ack() [all...] |
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 524 my $check_build_re = ".*:.*(warning|error|Error):.*"; 810 doprint "WARNING: $var returned an error\n"; 923 # $@ stores error of eval 1764 # if stop is defined but wasn't hit, return error 2520 if (/^\s*(.*?):.*(warning|error)/) { 3289 # -1 (255) on error
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | tls.c | 7 #include <error.h>
|
/kernel/liteos_m/kernel/src/mm/ |
H A D | los_memory.c | 105 #error "When enter here, LOSCFG_BASE_CORE_TSK_LIMIT larger than 63 is not support"
260 PRINTK("LOS_MemIntegrityCheck error\n");
in OsAllMemNodeDoHandle() 783 LOS_Panic("The index of free lists is error, index = %u\n", index);
1295 PRINT_ERR("OsMemFree check error!\n");
1354 PRINT_ERR("[%s:%d]gapSize:0x%x error\n", __FUNCTION__, __LINE__, gapSize);
1362 PRINT_ERR("[%s:%d]gapSize:0x%x error\n", __FUNCTION__, __LINE__, gapSize);
1613 PRINT_ERR("[%s], %d, memory check error!\n"
1624 PRINT_ERR("[%s], %d, memory check error!\n"
1630 PRINT_ERR("[%s], %d, memory check error!\n"
1646 PRINT_ERR("[%s], %d, memory check error!\ [all...] |
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | request.c | 1143 /* Unless we get some strange error wait for the task abort to complete in request_aborting_state_tc_event() 1211 * these SMP_XXX_XX_ERR status. For these type of error, in smp_request_await_response_tc_event() 1864 /* The command has completed with error */ in sci_io_request_frame_handler() 2120 /* If we have an error completion status for the in stp_request_udma_await_tc_event() 2185 /* likely non-error data underrun, workaround missing in atapi_data_tc_completion_handler() 2192 d2h->error = 0; in atapi_data_tc_completion_handler() 2236 * actually a protocol error or a bug like the in atapi_data_tc_completion_handler() 2508 * controller-specific I/O completion error conditions. 2719 /* If an error is flagged let libata decode the fis */ in isci_process_stp_response() 2846 * noticed, the I/O has to be handled in the error in isci_request_io_request_complete() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 14 * - fix error handling 125 * - accept unexpected BUSFREE phase as error condition 271 #error define AUTOCONF or SETUP0 1384 * - handle completition/disconnection/error of current command 2274 * handle parity error 2281 scmd_printk(KERN_ERR, CURRENT_SC, "parity error\n"); in parerr_run()
|
H A D | hpsa.c | 2340 * Return 1 for any error that should generate a RAID path retry. 2513 * Any RAID offload error results in retry which will use in process_ioaccel2_completion() 2642 * CISS header used below for error handling. in complete_scsi_command() 2654 /* Any RAID offload error results in retry which will use in complete_scsi_command() 2665 /* an error has occurred */ in complete_scsi_command() 2718 * it's a fatal error of some kind because we in complete_scsi_command() 2749 dev_warn(&h->pdev->dev, "CDB %16phN : protocol error\n", in complete_scsi_command() 2754 dev_warn(&h->pdev->dev, "CDB %16phN : hardware error\n", in complete_scsi_command() 2794 "cp %p had HP SSD Smart Path error\n", cp); in complete_scsi_command() 2970 hpsa_print_cmd(h, "protocol error", c in hpsa_scsi_interpret_error() [all...] |
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 40 #error "Cannot force the use of the short and the long ZSTD_decompressSequences variants!" 604 * or an error code if it fails */
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_fib.c | 320 if (rt->dst.error == -EAGAIN) { in fib6_rule_lookup() 2053 * <0 -> walk is terminated by an error.
|
H A D | ip6_tunnel.c | 283 * created tunnel or error pointer 335 * matching tunnel or error pointer 390 * @raw: the ICMPv6 error message data 479 processing of the error. */ in ip6_tnl_err() 1165 if (dst->error) in ip6_tnl_xmit() 1402 /* XXX: send ICMP error even if DF is not set. */ in ipxip6_tnl_xmit()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 1872 * icmp packets need special treatment to handle error messages that are 1897 NF_CT_STAT_INC_ATOMIC(state->net, error); in nf_conntrack_handle_icmp()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 2334 * Return 1 for any error that should generate a RAID path retry. 2508 * Any RAID offload error results in retry which will use in process_ioaccel2_completion() 2638 * CISS header used below for error handling. in complete_scsi_command() 2650 /* Any RAID offload error results in retry which will use in complete_scsi_command() 2661 /* an error has occurred */ in complete_scsi_command() 2714 * it's a fatal error of some kind because we in complete_scsi_command() 2745 dev_warn(&h->pdev->dev, "CDB %16phN : protocol error\n", in complete_scsi_command() 2750 dev_warn(&h->pdev->dev, "CDB %16phN : hardware error\n", in complete_scsi_command() 2790 "cp %p had HP SSD Smart Path error\n", cp); in complete_scsi_command() 2966 hpsa_print_cmd(h, "protocol error", c in hpsa_scsi_interpret_error() [all...] |
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 1953 u8 error[8][0x20]; member 6097 u8 error[0x1]; member 10140 u8 error[0x8]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 585 if (rsp->error) { in bna_bfi_rxf_ucast_set_rsp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 163 # error "SGE_NUM_GENBITS must be 1 or 2" 2489 * response being written plus an error interrupt in napi_rx_handler() 2640 * SGE response queues as well as error and other async events as they all use 2690 * error and other async events as they all use the same MSI vector. We use 2728 * SGE response queues as well as error and other async events as they all use 2765 * Handles data events from SGE response queues as well as error and other 2799 * Handles data events from SGE response queues as well as error and other 2873 CH_ALERT(adapter, "SGE parity error (0x%x)\n", in t3_sge_err_intr_handler() 2876 CH_ALERT(adapter, "SGE framing error (0x%x)\n", in t3_sge_err_intr_handler() 3277 * Can be invoked from interrupt context e.g. error handle [all...] |
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | interrupt.c | 2833 * < 0 - not injected due to error 3399 if ((info->forward || info->error) && in gib_alert_irq_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.c | 150 [20] = "Recoverable error events support", in dump_dev_cap_flags2() 1706 mlx4_dbg(dev, "Catastrophic error buffer at 0x%llx, size 0x%x, BAR %d\n", in mlx4_QUERY_FW() 1911 #error Host endianness not defined in mlx4_INIT_HCA() 2913 * field into reg_data or a negative error code. 2982 * Returns 0 on success or a negative error code.
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_cmn.c | 748 if (WARN(mc & MCTL_EN_MAC, "HW error MAC running on init")) in wlc_phy_init() 755 "HW error SISF_FCLKA\n")) in wlc_phy_init() 794 MCTL_EN_MAC) != 0, "HW error: MAC enabled during phy cal\n")) in wlc_phy_cal_init() 2033 #error "struct tx_power out of sync with this fn" in wlc_phy_txpower_get_current()
|