Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Torgue <alexandre.torgue@foss.st.com>
11 - Giuseppe Cavallaro <peppe.cavallaro@st.com>
12 - Jose Abreu <joabreu@synopsys.com>
23 - snps,dwmac
24 - snps,dwmac-3.40a
25 - snps,dwmac-3.50a
26 - snps,dwmac-3.610
[all …]
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 …]
/freebsd/sys/contrib/device-tree/src/arm64/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 Dsa8775p-ride.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
12 #include "sa8775p-pmics.dtsi"
28 stdout-path = "serial0:115200n8";
33 regulators-0 {
34 compatible = "qcom,pmm8654au-rpmh-regulators";
35 qcom,pmic-id = "a";
38 regulator-name = "vreg_s4a";
[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 …]
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.840 .Bl -item -compact
47 .Nm Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address
55 .Nm Ar nexus Cm hashfilter Ar filter-specification
63 .Nm Ar nexus Cm filter Ar idx Ar filter-specification
71 .Nm Ar nexus Cm loadcfg Ar fw-config.txt
75 .Nm Ar nexus Cm loadfw Ar fw-image.bin
85 .Nm Ar nexus Cm regdump Op Ar register-block ...
87 .Nm Ar nexus Cm sched-class Ar sub-command Op Ar param Ar value
89 .Nm Ar nexus Cm sched-queue Ar port Ar queue Ar class
97 provides command-line access to features and debug facilities exported by
[all …]
H A Dcxgbetool.c1 /*-
87 unsigned char islog2; /* Field contains the base-2 log of the value */
116 "\tloadboot-cfg <bc.bin> install boot config\n" in usage()
117 "\tloadboot-cfg clear remove boot config\n" in usage()
118 "\tloadcfg <fw-config.txt> install configuration file\n" in usage()
120 "\tloadfw <fw-image.bin> install firmware\n" in usage()
128 "\tsched-class params <param> <val> .. configure TX scheduler class\n" in usage()
129 "\tsched-queue <port> <queue> <class> bind NIC queues to TX Scheduling class\n" in usage()
132 "\ttracer <idx> tx<n>|rx<n>|lo<n> set and enable a tracer\n" in usage()
263 return (val >> shift) & ((1 << len) - 1); in xtract()
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath_sysctl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
116 slottime = ath_hal_getslottime(sc->sc_ah); in ath_sysctl_slottime()
120 if (error || !req->newptr) in ath_sysctl_slottime()
123 error = !ath_hal_setslottime(sc->sc_ah, slottime) ? EINVAL : 0; in ath_sysctl_slottime()
142 acktimeout = ath_hal_getacktimeout(sc->sc_ah); in ath_sysctl_acktimeout()
146 if (error || !req->newptr) in ath_sysctl_acktimeout()
149 error = !ath_hal_setacktimeout(sc->sc_ah, acktimeout) ? EINVAL : 0; in ath_sysctl_acktimeout()
168 ctstimeout = ath_hal_getctstimeout(sc->sc_ah); in ath_sysctl_ctstimeout()
[all …]
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
49 * t4_wait_op_done_val - wait until an operation is completed
52 * @mask: a single-bit field within @reg that indicates completion
61 * operation completes and -EAGAIN otherwise.
74 if (--attempts == 0) in t4_wait_op_done_val()
75 return -EAGAIN; in t4_wait_op_done_val()
89 * t4_set_reg_field - set a register field to a value
108 * t4_read_indirect - read indirectly addressed registers
123 while (nregs--) { in t4_read_indirect()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/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 …]
H A Dmt8195.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
8 #include <dt-bindings/clock/mt8195-clk.h>
9 #include <dt-bindings/gce/mt8195-gce.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/memory/mt8195-memory-port.h>
13 #include <dt-bindings/phy/phy.h>
14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h>
15 #include <dt-bindings/power/mt8195-power.h>
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-evk.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/phy/phy-imx8-pcie.h>
13 compatible = "fsl,imx8mp-evk", "fsl,imx8mp";
16 stdout-path = &uart2;
19 backlight_lvds: backlight-lvds {
20 compatible = "pwm-backlight";
22 brightness-levels = <0 100>;
23 num-interpolated-steps = <100>;
24 default-brightness-level = <100>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1 //===-- ARMBaseInstrInfo.cpp - ARM Instruction Information ----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
75 #define DEBUG_TYPE "arm-instrinfo"
81 EnableARM3Addr("enable-arm-3-addr-conv", cl::Hidden,
82 cl::desc("Enable ARM 2-addr to 3-addr conv"));
84 /// ARM_MLxEntry - Record information about MLA / MLS instructions.
134 static_cast<const ARMSubtarget *>(STI)->getInstrItineraryData(); in CreateTargetHazardRecognizer()
135 return new ScoreboardHazardRecognizer(II, DAG, "pre-RA-sched"); in CreateTargetHazardRecognizer()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
215 ptr - begin, len, sizeof(*tlv)); in ath11k_wmi_tlv_iter()
216 return -EINVAL; in ath11k_wmi_tlv_iter()
224 tlv_tag = FIELD_GET(WMI_TLV_TAG, tlv->header); in ath11k_wmi_tlv_iter()
225 tlv_len = FIELD_GET(WMI_TLV_LEN, tlv->header); in ath11k_wmi_tlv_iter()
227 len -= sizeof(*tlv); in ath11k_wmi_tlv_iter()
231 tlv_tag, ptr - begin, len, tlv_len); in ath11k_wmi_tlv_iter()
232 return -EINVAL; in ath11k_wmi_tlv_iter()
239 tlv_tag, ptr - begin, tlv_len, in ath11k_wmi_tlv_iter()
[all …]
/freebsd/sys/contrib/dev/athk/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.
19 #include "wmi-tlv.h"
22 #include "wmi-ops.h"
1713 if (arg->passive) in ath10k_wmi_put_wmi_channel()
1715 if (arg->allow_ibss) in ath10k_wmi_put_wmi_channel()
1717 if (arg->allow_ht) in ath10k_wmi_put_wmi_channel()
1719 if (arg->allow_vht) in ath10k_wmi_put_wmi_channel()
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
270 * Each tunable is set to a default value here if it's known at compile-time.
271 * Otherwise it is set to -n as an indication to tweak_tunables() that it should
285 * Number of queues for tx and rx, NIC and offload.
288 int t4_ntxq = -NTXQ;
294 int t4_nrxq = -NRXQ;
296 "Number of RX queues per port");
300 static int t4_ntxq_vi = -NTXQ_VI;
305 static int t4_nrxq_vi = -NRXQ_VI;
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c3 * Copyright (c) 2004-2024, Jouni Malinen <j@w1.fi>
91 return -1; in set_bssid_filter()
96 return -1; in set_bssid_filter()
108 os_free(wpa_s->bssid_filter); in set_bssid_filter()
109 wpa_s->bssid_filter = filter; in set_bssid_filter()
110 wpa_s->bssid_filter_count = count; in set_bssid_filter()
143 return -1; in set_disallow_aps()
150 return -1; in set_disallow_aps()
171 return -1; in set_disallow_aps()
175 if ((end - pos) & 0x01 || in set_disallow_aps()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1 //===-- PPCISelLowering.cpp - PPC DAG Lowering Implementation -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
106 #define DEBUG_TYPE "ppc-lowering"
108 static cl::opt<bool> DisablePPCPreinc("disable-ppc-preinc",
111 static cl::opt<bool> DisableILPPref("disable-ppc-ilp-pref",
114 static cl::opt<bool> DisablePPCUnaligned("disable-ppc-unaligned",
117 static cl::opt<bool> DisableSCO("disable-ppc-sco",
120 static cl::opt<bool> DisableInnermostLoopAlign32("disable-ppc-innermost-loop-align32",
[all …]
/freebsd/contrib/ntp/
H A DCommitLog-4.1.01 2001-08-01 Harlan Stenn <stenn@whimsy.udel.edu>
5 2001-07-27 Harlan Stenn <stenn@whimsy.udel.edu>
19 2001-07-10 Harlan Stenn <stenn@whimsy.udel.edu>
21 * configure.in: 4.0.99m-rc3
23 2001-07-06 Harlan Stenn <stenn@whimsy.udel.edu>
28 2001-07-04 Harlan Stenn <stenn@whimsy.udel.edu>
33 * configure.in (rt library check): Don't look for -lrt under
34 Linux. Under glibc-2.1.2 and -2.2.2 (at least), the POSIX-
35 compatibility real-time library does strange things with threads
39 2001-06-30 Harlan Stenn <stenn@whimsy.udel.edu>
[all …]