Home
last modified time | relevance | path

Searched +full:rx +full:- +full:sched +full:- +full:sp (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Torgue <alexandre.torgue@st.com>
11 - Giuseppe Cavallaro <peppe.cavallaro@st.com>
12 - Jose Abreu <joabreu@synopsys.com>
23 - snps,dwmac
24 - snps,dwmac-3.50a
25 - snps,dwmac-3.610
26 - snps,dwmac-3.70a
[all …]
Dintel,dwmac-plat.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/intel,dwmac-plat.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vineetha G. Jaya Kumaran <vineetha.g.jaya.kumaran@intel.com>
17 - intel,keembay-dwmac
19 - compatible
22 - $ref: "snps,dwmac.yaml#"
27 - items:
28 - enum:
[all …]
/Linux-v5.10/net/rxrpc/
Dsendmsg.c1 // SPDX-License-Identifier: GPL-2.0-or-later
14 #include <linux/sched/signal.h>
18 #include "ar-internal.h"
26 min_t(unsigned int, call->tx_winsize, in rxrpc_check_tx_space()
27 call->cong_cwnd + call->cong_extra); in rxrpc_check_tx_space()
28 rxrpc_seq_t tx_win = READ_ONCE(call->tx_hard_ack); in rxrpc_check_tx_space()
32 return call->tx_top - tx_win < win_size; in rxrpc_check_tx_space()
38 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr() argument
47 if (call->state >= RXRPC_CALL_COMPLETE) in rxrpc_wait_for_tx_window_intr()
48 return call->error; in rxrpc_wait_for_tx_window_intr()
[all …]
Drecvmsg.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include <linux/sched/signal.h>
17 #include "ar-internal.h"
25 struct rxrpc_sock *rx; in rxrpc_notify_socket() local
28 _enter("%d", call->debug_id); in rxrpc_notify_socket()
30 if (!list_empty(&call->recvmsg_link)) in rxrpc_notify_socket()
35 rx = rcu_dereference(call->socket); in rxrpc_notify_socket()
36 sk = &rx->sk; in rxrpc_notify_socket()
37 if (rx && sk->sk_state < RXRPC_CLOSE) { in rxrpc_notify_socket()
38 if (call->notify_rx) { in rxrpc_notify_socket()
[all …]
/Linux-v5.10/drivers/mfd/
Drave-sp.c1 // SPDX-License-Identifier: GPL-2.0+
5 * Supervisory Processor(SP) MCU that is connected via dedicated UART
12 #include <linux/crc-ccitt.h>
18 #include <linux/mfd/rave-sp.h>
22 #include <linux/sched.h>
28 * - message to MCU => ACK response
29 * - event from MCU => event ACK
34 * - STX - is start of transmission character
35 * - ETX - end of transmission
36 * - DATA - payload
[all …]
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c1 // SPDX-License-Identifier: GPL-2.0-only
5 Copyright (C) 2007-2011 STMicroelectronics Ltd
25 * dwmac1000_validate_mcast_bins - validates the number of Multicast filter bins
56 * dwmac1000_validate_ucast_entries - validate the Unicast address entries
87 * stmmac_axi_setup - parse DT parameters for programming the AXI register
90 * if required, from device-tree the AXI internal register can be tuned
98 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); in stmmac_axi_setup()
102 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); in stmmac_axi_setup()
105 return ERR_PTR(-ENOMEM); in stmmac_axi_setup()
108 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); in stmmac_axi_setup()
[all …]
/Linux-v5.10/arch/parisc/kernel/
Dsignal.c1 // SPDX-License-Identifier: GPL-2.0
3 * linux/arch/parisc/kernel/signal.c: Architecture-specific signal
6 * Copyright (C) 2000 David Huggins-Daines <dhd@debian.org>
11 * Like the IA-64, we are a recent enough port (we are *starting*
12 * with glibc2.2) that we do not need to support the old non-realtime
16 #include <linux/sched.h>
17 #include <linux/sched/debug.h>
34 #include <asm/asm-offsets.h>
59 * Do a signal return - restore sigcontext.
75 err |= __copy_from_user(regs->gr, sc->sc_gr, sizeof(regs->gr)); in restore_sigcontext()
[all …]
/Linux-v5.10/drivers/net/ethernet/sis/
Dsis900.c17 SiS 7014 Single Chip 100BASE-TX/10BASE-T Physical Layer Solution,
25 Rev 1.08.05 Jun. 6 2002 Mufasa Yang bug fix for read_eeprom & Tx descriptor over-boundary
28 Rev 1.08.02 Nov. 30 2001 Hui-Fen Hsu workaround for EDB & bug fix for dhcp problem
29 Rev 1.08.01 Aug. 25 2001 Hui-Fen Hsu update for 630ET & workaround for ICS1893 PHY
30 Rev 1.08.00 Jun. 11 2001 Hui-Fen Hsu workaround for RTL8201 PHY and some bug fix
31 …Rev 1.07.11 Apr. 2 2001 Hui-Fen Hsu updates PCI drivers to use the new pci_set_dma_mask for kerne…
32 Rev 1.07.10 Mar. 1 2001 Hui-Fen Hsu <hfhsu@sis.com.tw> some bug fix & 635M/B support
34 Rev 1.07.08 Jan. 8 2001 Lei-Chun Chang added RTL8201 PHY support
35 …Rev 1.07.07 Nov. 29 2000 Lei-Chun Chang added kernel-doc extractable documentation and 630 workaro…
38 Rev 1.07.04 Sep. 6 2000 Lei-Chun Chang added ICS1893 PHY support
[all …]
/Linux-v5.10/net/l2tp/
Dl2tp_ppp.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * PPPoX --- Generic PPP encapsulation socket family
6 * PPPoL2TP --- PPP over L2TP (RFC 2661)
30 * over an L2TP session:-
41 * sax.pppol2tp.addr.sin_addr.s_addr = addr->sin_addr.s_addr;
42 * sax.pppol2tp.addr.sin_port = addr->sin_port;
66 #include <linux/sched.h>
83 #include <linux/ppp-ioctl.h>
114 * l2tp_session, referenced via session->priv[].
143 sk = rcu_dereference(ps->sk); in pppol2tp_session_get_sock()
[all …]
/Linux-v5.10/arch/arm/mm/
Dalignment.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Modifications for ARM processor (c) 1995-2001 Russell King
8 * - Adapted from gdb/sim/arm/thumbemu.c -- Thumb instruction emulation.
14 #include <linux/sched/debug.h>
20 #include <linux/sched/signal.h>
32 * 32-bit misaligned trap handler (c) 1998 San Mehat (CCC) -July 1998
52 #define LDSTHD_I_BIT(i) (i & (1 << 22)) /* double/half-word immed */
72 /* Thumb-2 32 bit format per ARMv7 DDI0406A A6.3, either f800h,e800h,f800h */
107 * CPUs since we spin re-faulting the instruction without in safe_usermode()
158 return -EFAULT; in alignment_proc_write()
[all …]
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_def.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (c) 2003-2014 QLogic Corporation
15 #include <linux/dma-mapping.h>
16 #include <linux/sched.h>
208 /* 83XX: Macros defining 8200 AEN Error-levels */
222 /* 83XX: Macros for defining IDC-Control bits */
231 /* 83XX: Macros for defining class in DEV-Partition Info register */
237 /* 83XX: Macros for IDC Lock-Recovery stages */
239 * lock-recovery
241 #define IDC_LOCK_RECOVERY_STAGE2 0x2 /* Stage2: Perform lock-recovery */
[all …]
Dqla_os.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2003-2014 QLogic Corporation
15 #include <linux/blk-mq-pci.h>
60 "beginning. Default is 0 - class 2 not supported.");
72 "a PORT-DOWN status.");
79 "Default is 0 - no PLOGI. 1 - perform PLOGI.");
91 "vary by ISP type. Default is 1 - allocate memory.");
98 "\t\tDefault is 0 - no logging. 0x40000000 - Module Init & Probe.\n"
99 "\t\t0x20000000 - Mailbox Cmnds. 0x10000000 - Device Discovery.\n"
100 "\t\t0x08000000 - IO tracing. 0x04000000 - DPC Thread.\n"
[all …]
Dqla_init.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2003-2014 QLogic Corporation
44 /* SRB Extensions ---------------------------------------------------------- */
49 srb_t *sp = from_timer(sp, t, u.iocb_cmd.timer); in qla2x00_sp_timeout() local
53 iocb = &sp->u.iocb_cmd; in qla2x00_sp_timeout()
54 iocb->timeout(sp); in qla2x00_sp_timeout()
57 void qla2x00_sp_free(srb_t *sp) in qla2x00_sp_free() argument
59 struct srb_iocb *iocb = &sp->u.iocb_cmd; in qla2x00_sp_free()
61 del_timer(&iocb->timer); in qla2x00_sp_free()
62 qla2x00_rel_sp(sp); in qla2x00_sp_free()
[all …]
/Linux-v5.10/arch/arm64/boot/dts/mediatek/
Dmt2712e.dtsi5 * SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 #include <dt-bindings/clock/mt2712-clk.h>
9 #include <dt-bindings/interrupt-controller/irq.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/memory/mt2712-larb-port.h>
12 #include <dt-bindings/phy/phy.h>
13 #include <dt-bindings/power/mt2712-power.h>
14 #include "mt2712-pinfunc.h"
18 interrupt-parent = <&sysirq>;
19 #address-cells = <2>;
[all …]
/Linux-v5.10/net/mac80211/
Ddebugfs_sta.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright 2003-2005 Devicescape Software, Inc.
6 * Copyright 2013-2014 Intel Mobile Communications GmbH
8 * Copyright (C) 2018 - 2020 Intel Corporation
17 #include "driver-ops.h"
26 struct sta_info *sta = file->private_data; \
28 format_string, sta->field); \
73 FLAG(SP),
89 char *end = buf + sizeof(buf) - 1; in sta_flags_read()
90 struct sta_info *sta = file->private_data; in sta_flags_read()
[all …]
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dtg3.c7 * Copyright (C) 2005-2016 Broadcom Corporation.
8 * Copyright (C) 2016-2017 Broadcom Limited.
14 * Copyright (C) 2000-2016 Broadcom Corporation.
15 * Copyright (C) 2016-2017 Broadcom Ltd.
29 #include <linux/sched/signal.h>
52 #include <linux/dma-mapping.h>
56 #include <linux/hwmon-sysfs.h>
92 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags)
94 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags)
96 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags)
[all …]
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dsh_css.c1 // SPDX-License-Identifier: GPL-2.0
69 #include "sp.h" /* cnd_sp_irq_enable() */
84 #include "linux/sched.h"
98 /* Name of the sp program: should not be built-in */
99 #define SP_PROG_NAME "sp"
109 #define STATS_ENABLED(stage) (stage && stage->binary && stage->binary->info && \
110 (stage->binary->info->sp.enable.s3a || stage->binary->info->sp.enable.dis))
143 /* A global struct for save/restore to hold all the data that should sustain power-down:
152 struct ia_css_env driver_env; /* driver-supplied env copy */
195 * - 0, if the "stop" requests have been successfully sent out.
[all …]
/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc.
4 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
59 /* Rx channel bonding mode */
109 if (!test_bit(WMI_FW_CAPABILITY_CHANNEL_4, wil->fw_capabilities)) in wil_num_supported_channels()
110 num_channels--; in wil_num_supported_channels()
121 wiphy->bands[NL80211_BAND_60GHZ]->n_channels = in update_supported_bands()
124 if (test_bit(WMI_FW_CAPABILITY_CHANNEL_BONDING, wil->fw_capabilities)) { in update_supported_bands()
125 wiphy->bands[NL80211_BAND_60GHZ]->edmg_cap.channels = in update_supported_bands()
127 wiphy->bands[NL80211_BAND_60GHZ]->edmg_cap.bw_config = in update_supported_bands()
[all …]
/Linux-v5.10/drivers/net/wireless/st/cw1200/
Dwsm.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * ST-Ericsson CW1200 mac80211 drivers.
6 * Copyright (c) 2010, ST-Ericsson
13 #include <linux/sched.h>
29 if ((buf)->data + size > (buf)->end) \
31 (buf)->data += size; \
36 if ((buf)->data + size > (buf)->end) \
38 memcpy(ptr, (buf)->data, size); \
39 (buf)->data += size; \
45 if ((buf)->data + sizeof(type) > (buf)->end) \
[all …]
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c1 // SPDX-License-Identifier: ISC
14 #include <linux/sched/signal.h>
72 __le32 buf; /* Can't be pointer on (64-bit) hosts */
117 #define TXHI (TXQLEN - 256) /* turn on flow control above TXHI */
118 #define TXLOW (TXHI - 256) /* turn off flow control below TXLOW */
123 #define BRCMF_RXBOUND 50 /* Default for max rx frames in
129 #define BRCMF_TXMINMAX 1 /* Max tx frames if rx still pending */
148 /* 1: isolate internal sdio signals, put external pads in tri-state; requires
153 /* Force SD->SB reset mapping (rev 11) */
249 #define SFC_ABORTALL (1 << 3) /* Abort all in-progress frames */
[all …]
/Linux-v5.10/include/net/sctp/
Dstructs.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
12 * lksctp developers <linux-sctp@vger.kernel.org>
36 #include <linux/generic-radix-tree.h>
37 #include <linux/rhashtable-types.h>
246 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp) in sctp_opt2sk() argument
248 return (struct sock *)sp; in sctp_opt2sk()
259 /* This is our APPLICATION-SPECIFIC state cookie.
308 * Include the source port of the INIT-ACK
[all …]
/Linux-v5.10/drivers/staging/fwserial/
Dfwserial.c1 // SPDX-License-Identifier: GPL-2.0+
10 #include <linux/sched.h>
32 /* - doubles as loopback port index */
42 * - should be equal to WAKEUP_CHARS in drivers/tty/n_tty.c because
67 #define loop_idx(port) (((port)->index) / num_ports)
95 #define to_device(a, b) (a->b)
113 spin_lock_bh(&port->lock); in debug_short_write()
114 avail = dma_fifo_avail(&port->tx_fifo); in debug_short_write()
115 spin_unlock_bh(&port->lock); in debug_short_write()
131 spin_lock_bh(&port->lock); in fwtty_profile_fifo()
[all …]
/Linux-v5.10/drivers/net/wan/
Dcosa.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 1995-1997 Jan "Yenya" Kasprzak <kas@fi.muni.cz>
20 * For Linux-specific utilities, see below in the "Software info" section.
24 * is a 2-port intelligent (with its own 8-bit CPU) synchronous serial card
28 * "scythe") is a next-generation sync/async board with two interfaces
29 * - currently any of V.24, X.21, V.35 and V.36 can be selected.
30 * It has a 16-bit SAB80166 CPU and can do up to 10 Mb/s per channel.
31 * The 8-channels version is in development.
34 * COSA can be also a bus-mastering device.
40 * firmware binaries and user-space utilities for downloading the firmware
[all …]
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
15 #include "wmi-tlv.h"
18 #include "wmi-ops.h"
1706 if (arg->passive) in ath10k_wmi_put_wmi_channel()
1708 if (arg->allow_ibss) in ath10k_wmi_put_wmi_channel()
1710 if (arg->allow_ht) in ath10k_wmi_put_wmi_channel()
1712 if (arg->allow_vht) in ath10k_wmi_put_wmi_channel()
[all …]
/Linux-v5.10/include/linux/
Dskbuff.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 * Florian La Roche, <rzsfl@rz.uni-sb.de>
31 #include <linux/dma-mapping.h>
33 #include <linux/sched.h>
34 #include <linux/sched/clock.h>
56 * NETIF_F_HW_CSUM - The driver (or its device) is able to compute one
62 * NETIF_F_IP_CSUM - Driver (device) is only able to checksum plain
71 * NETIF_F_IPV6_CSUM - Driver (device) is only able to checksum plain
81 * NETIF_F_RXCSUM - Driver (device) performs receive checksum offload.
82 * This flag is only used to disable the RX checksum
[all …]