/freebsd/sys/netinet/ |
H A D | sctp_sysctl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. 6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. 93 /* JRS - Variable for default congestion control module */ 95 /* RS - Variable for default stream scheduling module */ 126 /* maxdgram: Maximum outgoing SCTP buffer size */ 127 #define SCTPCTL_MAXDGRAM_DESC "Maximum outgoing SCTP buffer size" 132 /* recvspace: Maximum incoming SCTP buffer size */ 133 #define SCTPCTL_RECVSPACE_DESC "Maximum incoming SCTP buffer size" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pincfg-node.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/pincfg-node.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 21 bias-disable: 25 bias-high-impedance: 27 description: high impedance mode ("third-state", "floating") 29 bias-bus-hold: 33 bias-pull-up: [all …]
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_dcb_82598.h | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 42 * 1 DFP - Deficit Fixed Priority */ 47 #define IXGBE_RUPPBMR_MQA 0x80000000 /* Enable UP to queue mapping */ 50 #define IXGBE_RT2CR_LSP 0x80000000 /* LSP enable bit */ 53 * buffers enable */ 55 * (RSS) enable */ 68 * 1 DFP - Deficit Fixed Priority */ 70 #define IXGBE_PDPMCS_TRM 0x00000100 /* Transmit Recycle Mode enable */ 72 #define IXGBE_DTXCTL_ENDBUBD 0x00000004 /* Enable DBU buffer division */ [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_udma_regs_gen.h | 9 found at http://www.gnu.org/licenses/gpl-2.0.html 100 /* [0x0] Target-ID control */ 102 /* [0x4] TX queue 0/1 Target-ID */ 104 /* [0x8] TX queue 2/3 Target-ID */ 106 /* [0xc] RX queue 0/1 Target-ID */ 108 /* [0x10] RX queue 2/3 Target-ID */ 112 /* [0x0] TX queue 0/1 Target-Address */ 114 /* [0x4] TX queue 2/3 Target-Address */ 116 /* [0x8] RX queue 0/1 Target-Address */ 118 /* [0xc] RX queue 2/3 Target-Address */ [all …]
|
/freebsd/sys/dev/tsec/ |
H A D | if_tsecreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik 5 * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski 58 #define TSEC_REG_OSTBD 0x2b0 /* Out-of-sequence TxBD register */ 59 #define TSEC_REG_OSTBDP 0x2b4 /* Out-of-sequence Tx data buffer pointer 69 #define TSEC_REG_MRBLR 0x340 /* Maximum receive buffer length register */ 76 #define TSEC_REG_IPGIFG 0x508 /* Inter-packet gap/inter-frame gap 78 #define TSEC_REG_HAFDUP 0x50c /* Half-duplex register */ 92 #define TSEC_REG_MON_TR64 0x680 /* Transmit and receive 64-byte [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | adi,ad7192.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Michael Hennerich <michael.hennerich@analog.com> 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7192.pdf 21 - adi,ad7190 22 - adi,ad7192 23 - adi,ad7193 24 - adi,ad7194 25 - adi,ad7195 [all …]
|
/freebsd/share/man/man4/ |
H A D | tcp.4 | 3 .\" Copyright (c) 2010-2011 The FreeBSD Foundation 50 protocol provides reliable, flow-controlled, two-way 52 It is a byte-stream protocol used to 58 Internet address format and, in addition, provides a per-host 119 .Bl -tag -width ".Dv TCP_FUNCTION_BLK" 122 by passing the read-only option 136 bandwidth-controlled window space. 149 Enable or disable TCP Fast Open (TFO). 161 For passively-created sockets, the 167 but that fall back to using a non-TFO [all …]
|
H A D | sctp.4 | 47 protocol provides reliable, flow-controlled, two-way 57 Internet address format and, in addition, provides a per-host 105 third leg of the four-way handshake. 116 protocol directly supports multi-homing. 129 transport protocol is also multi-streamed. 130 Multi-streaming refers to the ability to send sub-ordered flows of 159 .Bl -tag -width "sctp partial reliability" 172 so that two stacks can pre-share keys. 190 .Bl -tag -width indent 217 For the one-to-many model [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/ |
H A D | adi,ad74115.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 1 //===- FrontendOptions.h ----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 89 /// Generate pre-compiled module from a module map. 92 /// Generate pre-compiled module from a standard C++ module interface unit. 102 /// Generate pre-compiled header. 126 /// -E mode. 132 /// ObjC->C Rewriter. 202 /// Is the input kind fully-unknown? 205 /// Is the language of the input some dialect of Objective-C? [all …]
|
/freebsd/sys/conf/ |
H A D | std.debug | 2 # std.debug -- Enable debug options for -CURRENT. 5 options BUF_TRACKING # Track buffer history 7 options FULL_BUF_TRACKING # Track more buffer history 9 options DEADLKRES # Enable the deadlock resolver 10 options INVARIANTS # Enable calls of extra sanity checking 13 options WITNESS # Enable checks to detect deadlocks and cycles
|
/freebsd/sys/dev/le/ |
H A D | lancereg.h | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 34 /*- 70 * - Am7990 Local Area Network Controller for Ethernet (LANCE) 71 * (and its descendent Am79c90 C-LANCE). 73 * - Am79c900 Integrated Local Area Communications Controller (ILACC) 75 * - Am79c960 PCnet-ISA Single-Chip Ethernet Controller for ISA 77 * - Am79c961 PCnet-ISA+ Jumperless Single-Chip Ethernet Controller 80 * - Am79c961A PCnet-ISA II Jumperless Full-Duplex Single-Chip 83 * - Am79c965A PCnet-32 Single-Chip 32-bit Ethernet Controller [all …]
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiPxe.h | 6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 7 SPDX-License-Identifier: BSD-2-Clause-Patent 10 32/64-bit PXE specification: 11 alpha-4, 99-Dec-17. 114 /// Re-initialize the NIC H/W. 149 /// Read or change non-volatile storage on the NIC. 231 /// Select whether to enable or disable external interrupt signals. 232 /// Setting both enable and disable will return PXE_STATCODE_INVALID_OPFLAGS. 240 /// Enable receive interrupts. An external interrupt will be generated 241 /// after a complete non-error packet has been received. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,adf4377.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 11 - Dragos Bogdan <dragos.bogdan@analog.com> 14 The ADF4377 is a high performance, ultralow jitter, dual output integer-N 25 - adi,adf4377 26 - adi,adf4378 31 spi-max-frequency: 37 clock-names: [all …]
|
/freebsd/sys/dev/cas/ |
H A D | if_casreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 30 * from: FreeBSD: if_gemreg.h 174987 2007-12-30 01:32:03Z marius 43 #define CAS_INF_BURST 0x0008 /* infinite burst enable */ 53 #define CAS_BIM_LDEV_OEN 0x1020 /* BIM local device output enable */ 54 #define CAS_BIM_BUF_ADDR 0x1024 /* BIM buffer address */ 55 #define CAS_BIM_BUF_DATA_LO 0x1028 /* BIM buffer data low */ 56 #define CAS_BIM_BUF_DATA_HI 0x102c /* BIM buffer data high */ 84 * Bits 0-9 of CAS_STATUS auto-clear when read. CAS_CLEAR_ALIAS specifies 85 * which of bits 0-9 auto-clear when reading CAS_STATUS_ALIAS. [all …]
|
/freebsd/sys/dev/igc/ |
H A D | igc_defines.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 16 #define IGC_WUC_APME 0x00000001 /* APM Enable */ 17 #define IGC_WUC_PME_EN 0x00000002 /* PME Enable */ 23 #define IGC_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ 24 #define IGC_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ 25 #define IGC_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ 26 #define IGC_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ 27 #define IGC_WUFC_BC 0x00000010 /* Broadcast Wakeup Enable */ 28 #define IGC_WUFC_ARP 0x00000020 /* ARP Request Packet Wakeup Enable */ [all …]
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_ssi.c | 1 /*- 60 bus_space_read_4(_sc->bst, _sc->bsh, _reg) 62 bus_space_write_4(_sc->bst, _sc->bsh, _reg, _val) 78 #define SCR_RE (1 << 2) /* Receive Enable. */ 79 #define SCR_TE (1 << 1) /* Transmit Enable. */ 80 #define SCR_SSIEN (1 << 0) /* SSI Enable */ 82 #define SSI_SIER 0x18 /* Interrupt Enable Register */ 83 #define SIER_RDMAE (1 << 22) /* Receive DMA Enable. */ 84 #define SIER_RIE (1 << 21) /* Receive Interrupt Enable. */ 85 #define SIER_TDMAE (1 << 20) /* Transmit DMA Enable. */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | arm,pl172.txt | 5 - compatible: Must be "arm,primecell" and exactly one from 8 - reg: Must contains offset/length value for controller. 10 - #address-cells: Must be 2. The partition number has to be encoded in the 11 first address cell and it may accept values 0..N-1 12 (N - total number of partitions). The second cell is the 15 - #size-cells: Must be set to 1. 17 - ranges: Must contain one or more chip select memory regions. 19 - clocks: Must contain references to controller clocks. 21 - clock-names: Must contain "mpmcclk" and "apb_pclk". 23 - clock-ranges: Empty property indicating that child nodes can inherit [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Debug.cpp | 1 //===-- Debug.cpp - An easy way to add debug output to your code ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // command line options to enable it. 14 // be enabled automatically if you specify '-debug' on the command-line. 17 // can specify '-debug-only=foo' to enable JUST the debug information for the 20 // When compiling without assertions, the -debug-* options and all code in 24 //===----------------------------------------------------------------------===// 44 /// Exported boolean set by the -debug option. 51 /// with the -debug-only=X option. [all …]
|
/freebsd/stand/efi/include/ |
H A D | efipciio.h | 5 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR> 9 http://opensource.org/licenses/bsd-license.php 56 #define EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO 0x0001 ///< I/O cycles 0x0000-0x00FF (10 bit dec… 57 #define EFI_PCI_IO_ATTRIBUTE_ISA_IO 0x0002 ///< I/O cycles 0x0100-0x03FF or greater … 59 #define EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY 0x0008 ///< MEM cycles 0xA0000-0xBFFFF (24 bit d… 60 #define EFI_PCI_IO_ATTRIBUTE_VGA_IO 0x0010 ///< I/O cycles 0x3B0-0x3BB and 0x3C0-0x3… 61 #define EFI_PCI_IO_ATTRIBUTE_IDE_PRIMARY_IO 0x0020 ///< I/O cycles 0x1F0-0x1F7, 0x3F6, 0x3F7… 62 #define EFI_PCI_IO_ATTRIBUTE_IDE_SECONDARY_IO 0x0040 ///< I/O cycles 0x170-0x177, 0x376, 0x377… 64 #define EFI_PCI_IO_ATTRIBUTE_IO 0x0100 ///< Enable the I/O decode bit in the PCI… 65 #define EFI_PCI_IO_ATTRIBUTE_MEMORY 0x0200 ///< Enable the Memory decode bit in the … [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_defines.h | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 44 #define E1000_WUC_APME 0x00000001 /* APM Enable */ 45 #define E1000_WUC_PME_EN 0x00000002 /* PME Enable */ 51 #define E1000_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ 52 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ 53 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ 54 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ 55 #define E1000_WUFC_BC 0x00000010 /* Broadcast Wakeup Enable */ 56 #define E1000_WUFC_ARP 0x00000020 /* ARP Request Packet Wakeup Enable */ [all …]
|
/freebsd/sys/contrib/xen/ |
H A D | domctl.h | 24 * Copyright (c) 2002-2003, B Dragovic 25 * Copyright (c) 2002-2006, K Fraser 46 * an id is auto-allocated and returned. 56 /* Use hardware-assisted paging if available? */ 62 /* Disable out-of-sync shadow page tables? */ 106 /* Per-vCPU buffer size in bytes. 0 to disable. */ 144 /* XEN_DOMINF_shutdown guest-supplied code. */ 180 #define XEN_DOMCTL_PFINFO_XALLOC (0xeU<<28) /* allocate-only page */ 205 /* Enable shadow mode (mode contains ORed XEN_DOMCTL_SHADOW_ENABLE_* flags). */ 208 /* Log-dirty bitmap operations. */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | mediatek,vcodec-subdev-decoder.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/media/mediatek,vcodec-subde [all...] |
/freebsd/sys/dev/ic/ |
H A D | z8530.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 55 #define WR_TB 8 /* Transmit Buffer. */ 57 #define WR_MCB1 10 /* Miscellaneous Control Bits (part 1 :-). */ 61 #define WR_MCB2 14 /* Miscellaneous Control Bits (part 2 :-). */ 65 #define RR_BES 0 /* Buffer and External Status. */ 73 #define RR_RB 8 /* Receive Buffer. */ 82 /* Buffer and External Status (RR0). */ 93 #define CMC_XTAL 0x80 /* -RTxC connects to quartz crystal. */ 96 #define CMC_RC_TRXC 0x20 /* Rx Clock from -TRxC. */ [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | vibes.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 47 /* ------------------------------------------------------------------------- */ 59 /* ------------------------------------------------------------------------- */ 67 struct snd_dbuf *buffer; member 76 /* DMA buffer allocator */ 98 /* User configurable buffer size */ 115 /* ------------------------------------------------------------------------- */ 123 return bus_space_read_1(sc->enh_st, sc->enh_sh, reg); in sv_direct_get() 130 bus_space_write_1(sc->enh_st, sc->enh_sh, reg, val); in _sv_direct_set() [all …]
|