Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/net/
H A 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/arch/arm64/boot/dts/qcom/
H A Dsa8540p-ride.dts1 // SPDX-License-Identifier: BSD-3-Clause
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
13 #include "sa8540p-pmics.dtsi"
17 compatible = "qcom,sa8540p-ride", "qcom,sa8540p";
29 stdout-path = "serial0:115200n8";
34 regulators-0 {
35 compatible = "qcom,pm8150-rpmh-regulators";
36 qcom,pmic-id = "a";
[all …]
H A Dsa8155p-adp.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
9 #include <dt-bindings/gpio/gpio.h>
16 compatible = "qcom,sa8155p-adp", "qcom,sa8155p";
24 stdout-path = "serial0:115200n8";
27 vreg_3p3: vreg-3p3-regulator {
28 compatible = "regulator-fixed";
29 regulator-name = "vreg_3p3";
30 regulator-min-microvolt = <3300000>;
[all …]
/linux/drivers/mfd/
H A Drave-sp.c1 // SPDX-License-Identifier: GPL-2.0+
5 * Supervisory Processor(SP) MCU that is connected via dedicated UART
12 #include <linux/crc-itu-t.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/drivers/net/ethernet/sis/
H A Dsis900.c17 SiS 7014 Single Chip 100BASE-TX/10BASE-T Physical Layer Solution,
24 Rev 1.08.06 Sep. 24 2002 Mufasa Yang bug fix for Tx timeout & add SiS963 support
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…
[all …]
/linux/net/l2tp/
H A 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[].
137 return rcu_dereference(ps->sk); in pppol2tp_session_get_sock()
[all …]
/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.c1 // SPDX-License-Identifier: GPL-2.0-only
9 #include <linux/sched.h>
18 #define CAL_NF(nf) ((s32)(-(s32)(nf)))
22 * lbs_cmd_copyback - Simple callback that copies response back into command
37 copy_len = min(le16_to_cpu(buf->size), le16_to_cpu(resp->size)); in lbs_cmd_copyback()
44 * lbs_cmd_async_callback - Simple callback that ignores the result.
62 * is_command_allowed_in_ps - tests if a command is allowed in Power Save mode
82 * lbs_update_hw_spec - Updates the hardware details like MAC address
92 int ret = -1; in lbs_update_hw_spec()
97 memcpy(cmd.permanentaddr, priv->current_addr, ETH_ALEN); in lbs_update_hw_spec()
[all …]
/linux/drivers/scsi/qla2xxx/
H A 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>
234 /* 83XX: Macros defining 8200 AEN Error-levels */
248 /* 83XX: Macros for defining IDC-Control bits */
257 /* 83XX: Macros for defining class in DEV-Partition Info register */
263 /* 83XX: Macros for IDC Lock-Recovery stages */
265 * lock-recovery
267 #define IDC_LOCK_RECOVERY_STAGE2 0x2 /* Stage2: Perform lock-recovery */
[all …]
H A Dqla_os.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2003-2014 QLogic Corporation
65 "Enable/disable security. 0(Default) - Security disabled. 1 - Security enabled.");
71 "beginning. Default is 0 - class 2 not supported.");
83 "a PORT-DOWN status.");
90 "Default is 0 - no PLOGI. 1 - perform PLOGI.");
102 "vary by ISP type. Default is 1 - allocate memory.");
109 "\t\tDefault is 0 - no logging. 0x40000000 - Module Init & Probe.\n"
110 "\t\t0x20000000 - Mailbox Cmnds. 0x10000000 - Device Discovery.\n"
111 "\t\t0x08000000 - IO tracing. 0x04000000 - DPC Thread.\n"
[all …]
H A Dqla_isr.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2003-2014 QLogic Corporation
13 #include <linux/t10-pi.h>
18 #include <linux/nvme-fc-driver.h>
37 void *pkt = &item->iocb; in qla27xx_process_purex_fpin()
38 uint16_t pkt_size = item->size; in qla27xx_process_purex_fpin()
44 "-------- ELS REQ -------\n"); in qla27xx_process_purex_fpin()
48 fc_host_fpin_rcv(vha->host, pkt_size, (char *)pkt, 0); in qla27xx_process_purex_fpin()
79 (struct abts_entry_24xx *)&pkt->iocb; in qla24xx_process_abts()
80 struct qla_hw_data *ha = vha->hw; in qla24xx_process_abts()
[all …]
/linux/arch/arm64/boot/dts/mediatek/
H A 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/tools/perf/Documentation/
H A Dperf-script.txt1 perf-script(1)
5 ----
6 perf-script - Read perf.data (created by perf record) and display trace output
9 ---
[all...]
/linux/net/sctp/
H A Dsocket.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001-2003 Intel Corp.
7 * Copyright (c) 2001-2002 Nokia, Inc.
16 * functions-
364 sctp_auto_asconf_init(struct sctp_sock * sp) sctp_auto_asconf_init() argument
380 struct sctp_sock *sp = sctp_sk(sk); sctp_do_bind() local
560 struct sctp_sock *sp; sctp_send_asconf_add_ip() local
681 struct sctp_sock *sp = sctp_sk(sk); sctp_bindx_rem() local
762 struct sctp_sock *sp; sctp_send_asconf_del_ip() local
910 sctp_asconf_mgmt(struct sctp_sock * sp,struct sctp_sockaddr_entry * addrw) sctp_asconf_mgmt() argument
1170 struct sctp_sock *sp = sctp_sk(sk); __sctp_connect() local
1797 struct sctp_sock *sp = sctp_sk(sk); sctp_sendmsg_to_asoc() local
2095 struct sctp_sock *sp = sctp_sk(sk); sctp_recvmsg() local
2224 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_events() local
2273 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_autoclose() local
2430 sctp_apply_peer_addr_params(struct sctp_paddrparams * params,struct sctp_transport * trans,struct sctp_association * asoc,struct sctp_sock * sp,int hb_change,int pmtud_change,int sackdelay_change) sctp_apply_peer_addr_params() argument
2624 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_peer_addr_params() local
2782 struct sctp_sock *sp = sctp_sk(sk); __sctp_setsockopt_delayed_ack() local
2873 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_initmsg() local
2908 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_default_send_param() local
2966 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_default_sndinfo() local
3085 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_rtoinfo() local
3189 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_associnfo() local
3214 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_mappedv4() local
3257 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_maxseg() local
3317 struct sctp_sock *sp; sctp_setsockopt_peer_primary_addr() local
3404 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_context() local
3523 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_maxburst() local
3848 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_auto_asconf() local
3928 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_paddr_thresholds() local
3985 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_default_prinfo() local
4156 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_scheduler() local
4234 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_interleaving_supported() local
4293 struct sctp_sock *sp = sctp_sk(sk); sctp_setsockopt_event() local
4857 struct sctp_sock *sp; sctp_accept() local
4958 struct sctp_sock *sp; sctp_init_sock() local
5099 struct sctp_sock *sp; sctp_destroy_sock() local
5123 struct sctp_sock *sp = sctp_sk(sk); sctp_destruct_common() local
5179 struct sctp_sock *sp = sctp_sk(sk); sctp_get_sctp_info() local
5634 struct sctp_sock *sp = sctp_sk(sk); sctp_do_peeloff() local
5922 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_peer_addr_params() local
6065 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_delayed_ack() local
6155 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_peer_addrs() local
6252 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_local_addrs() local
6355 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_primary_addr() local
6435 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_default_send_param() local
6481 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_default_sndinfo() local
6584 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_rtoinfo() local
6649 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_associnfo() local
6684 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_mappedv4() local
7069 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_assoc_number() local
7125 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_assoc_ids() local
7211 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_paddr_thresholds() local
7396 struct sctp_sock *sp = sctp_sk(sk); sctp_getsockopt_default_prinfo() local
8344 struct sctp_sock *sp = sctp_sk(sk); sctp_get_port_local() local
8531 struct sctp_sock *sp = sctp_sk(sk); sctp_listen_start() local
8663 struct sctp_sock *sp = sctp_sk(sk); sctp_poll() local
9476 struct sctp_sock *sp = sctp_sk(sk); sctp_copy_sock() local
[all...]
/linux/drivers/net/ethernet/broadcom/
H A 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>
94 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags)
96 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags)
98 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags)
[all …]
/linux/net/mac80211/
H A 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 - 2023 Intel Corporation
17 #include "driver-ops.h"
26 struct sta_info *sta = file->private_data; \
28 format_string, sta->fiel
378 bool start, tx; sta_agg_status_do_write() local
[all...]
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1 // SPDX-License-Identifier: GPL-2.0+
2 /* Copyright (c) 2018-2019 Hisilicon Limited. */
5 #include <linux/sched/clock.h>
16 (((struct hnae3_ae_dev *)hnae3_seq_file_to_ae_dev(s))->priv)
730 sprintf(buf, "vf%u", id - 1U); in hclge_dbg_get_func_id_str()
747 dev_err(&hdev->pdev->dev, in hclge_dbg_get_dfx_bd_num()
758 dev_err(&hdev->pdev->dev, "The value of dfx bd_num is 0!\n"); in hclge_dbg_get_dfx_bd_num()
759 return -EINVAL; in hclge_dbg_get_dfx_bd_num()
772 desc->data[0] = cpu_to_le32(index); in hclge_dbg_cmd_send()
775 desc->flag |= cpu_to_le16(HCLGE_COMM_CMD_FLAG_NEXT); in hclge_dbg_cmd_send()
[all …]
/linux/drivers/net/wireless/st/cw1200/
H A 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/drivers/net/wireless/ath/ath11k/
H A Dwmi.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2025 Qualcomm Innovation Center, Inc. All rights reserved.
192 ptr - begin, len, sizeof(*tlv)); in ath11k_wmi_tlv_iter()
193 return -EINVAL; in ath11k_wmi_tlv_iter()
197 tlv_tag = FIELD_GET(WMI_TLV_TAG, tlv->header); in ath11k_wmi_tlv_iter()
198 tlv_len = FIELD_GET(WMI_TLV_LEN, tlv->header); in ath11k_wmi_tlv_iter()
200 len -= sizeof(*tlv); in ath11k_wmi_tlv_iter()
204 tlv_tag, ptr - begin, len, tlv_len); in ath11k_wmi_tlv_iter()
205 return -EINVAL; in ath11k_wmi_tlv_iter()
[all …]
/linux/drivers/dma/
H A Dimx-sdma.c1 // SPDX-License-Identifier: GPL-2.0+
3 // drivers/dma/imx-sdma.c
11 // Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved.
23 #include <linux/sched.h>
28 #include <linux/dma-mapping.h>
39 #include <linux/dma/imx-dma.h>
42 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
45 #include "virt-dma.h"
130 * 0-7 Lower WML Lower watermark level
137 * 11 Source Bit(SP) 1: Source on SPBA
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A 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.
6 * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
17 #include "wmi-tlv.h"
20 #include "wmi-ops.h"
1708 if (arg->passive) in ath10k_wmi_put_wmi_channel()
1710 if (arg->allow_ibss) in ath10k_wmi_put_wmi_channel()
1712 if (arg->allow_ht) in ath10k_wmi_put_wmi_channel()
[all …]
/linux/
H A DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
6 snail-mail address (S).
10 ----------
51 D: in-kernel DRM Maintainer
76 E: tim_alpaerts@toyota-motor-europe.com
80 S: B-2610 Wilrijk-Antwerpen
85 W: http://www-stu.christs.cam.ac.uk/~aia21/
106 D: Maintainer of ide-cd and Uniform CD-ROM driver,
107 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update.
[all …]