/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | xylon,logicvc-display.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/display/xylon,logicvc-display.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Paul Kocialkowski <paul.kocialkowski@bootlin.com> 16 with Xilinx Zynq-7000 SoCs and Xilinx FPGAs. 20 synthesis time. As a result, many of the device-tree bindings are meant to 24 Layers are declared in the "layers" sub-node and have dedicated configuration. 25 In version 3 of the controller, each layer has fixed memory offset and address 32 - xylon,logicvc-3.02.a-display [all …]
|
H A D | atmel,lcdc-display.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/atmel,lcdc-display.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nicolas Ferre <nicolas.ferre@microchip.com> 11 - Dharma Balasubiramani <dharma.b@microchip.com> 16 input buffer per layer that fetches pixels through the single bus host 17 interface and a look-up table to allow palletized display configurations. The 18 LCDC is programmable on a per layer basis, and supports different LCD 26 - required: [ 'atmel,dmacon' ] [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.cpp | 2 * kmp_affinity.cpp -- affinity management 5 //===----------------------------------------------------------------------===// 9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 //===----------------------------------------------------------------------===// 62 return __kmp_topology->restrict_to_mask(mask); in restrict_to_mask() 79 kmp_uint32 depth; in __kmp_get_hierarchy() local 89 depth = machine_hierarchy.depth; in __kmp_get_hierarchy() 90 KMP_DEBUG_ASSERT(depth > 0); in __kmp_get_hierarchy() 92 thr_bar->depth = depth; in __kmp_get_hierarchy() 93 __kmp_type_convert(machine_hierarchy.numPerLevel[0] - 1, in __kmp_get_hierarchy() [all …]
|
H A D | kmp_affinity.h | 2 * kmp_affinity.h -- header for affinity management 5 //===----------------------------------------------------------------------===// 9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 //===----------------------------------------------------------------------===// 30 this->zero(); in Mask() 40 hwloc_bitmap_copy(mask, convert->mask); in copy() 44 hwloc_bitmap_and(mask, mask, convert->mask); in bitwise_and() 48 hwloc_bitmap_or(mask, mask, convert->mask); in bitwise_or() 53 return hwloc_bitmap_isequal(mask, convert->mask); in is_equal() 56 int end() const override { return -1; } in end() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,dp83867.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - $ref: ethernet-controller.yaml# 14 - Andrew Davis <afd@ti.com> 17 The DP83867 device is a robust, low power, fully featured Physical Layer 18 transceiver with integrated PMD sublayers to support 10BASE-Te, 100BASE-TX 19 and 1000BASE-T Ethernet protocols. 23 transformer. This device interfaces directly to the MAC layer through the 34 nvmem-cells: [all …]
|
H A D | ti,dp83869.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - $ref: ethernet-phy.yaml# 14 - Andrew Davis <afd@ti.com> 17 The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiver 18 with integrated PMD sublayers that supports 10BASE-Te, 100BASE-TX and 19 1000BASE-T Ethernet protocols. The DP83869 also supports 1000BASE-X and 20 100BASE-FX Fiber protocols. 21 This device interfaces to the MAC layer through Reduced GMII (RGMII) and [all …]
|
H A D | intel,dwmac-plat.yaml | 1 # 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# 7 title: Intel DWMAC glue layer 10 - Vineetha G. Jaya Kumaran <vineetha.g.jaya.kumaran@intel.com> 17 - intel,keembay-dwmac 19 - compatible 22 - $ref: snps,dwmac.yaml# 27 - items: [all …]
|
H A D | starfive,jh7110-dwmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/net/starfive,jh7110-dwmac.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: StarFive JH7110 DWMAC glue layer 11 - Emil Renner Berthing <kernel@esmil.dk> 12 - Samin Guo <samin.guo@starfivetech.com> 19 - starfive,jh7100-dwmac 20 - starfive,jh7110-dwmac 22 - compatible [all …]
|
H A D | ethernet-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/ethernet-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - David S. Miller <davem@davemloft.net> 19 local-mac-address: 22 $ref: /schemas/types.yaml#/definitions/uint8-array 26 mac-address: 31 local-mac-address property. 32 $ref: /schemas/types.yaml#/definitions/uint8-array [all …]
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_com.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2015-2023 Amazon.com, Inc. or its affiliates. 50 #define ADMIN_SQ_SIZE(depth) ((depth) * sizeof(struct ena_admin_aq_entry)) argument 51 #define ADMIN_CQ_SIZE(depth) ((depth) * sizeof(struct ena_admin_acq_entry)) argument 52 #define ADMIN_AENQ_SIZE(depth) ((depth) * sizeof(struct ena_admin_aenq_entry)) argument 304 /* PHC shared memory - virtual address */ 329 /* PHC shared memory - physical address */ 469 /* ena_com_mmio_reg_read_request_init - Init the mmio reg read mechanism 470 * @ena_dev: ENA communication layer struct [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | mediatek,mtk-xhci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/mediatek,mtk-xhci.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Chunfeng Yun <chunfeng.yun@mediatek.com> 14 - $ref: usb-xhci.yaml 19 case 2: supports dual-role mode, and the host is based on xHCI driver. 25 - enum: 26 - mediatek,mt2701-xhci 27 - mediatek,mt2712-xhci [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 9 - enable DANE TLS authentication of the remote TLS server in the local 39 per-connection DANE support as appropriate. 58 By default, matching type C<SHA2-256(1)> (see RFC7218 for definitions 60 with a strength ordinal of C<1> and matching type C<SHA2-512(2)> 65 (The connection must be associated with a DANE-enabled SSL context). 90 and authentication will be based on any configured traditional trust-anchors; 92 DANE-authenticated. 95 the matched DANE trust-anchor after successful connection completion. 98 number indicating the depth at which a TA record matched an issuer certificate. 105 The returned address is a short-term internal reference to the certificate and [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_dane_enable.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/contrib/wpa/src/tls/ |
H A D | tlsv1_client_read.c | 2 * TLSv1 client - read handshake message 3 * Copyright (c) 2006-2015, Jouni Malinen <j@w1.fi> 32 return (((conn->flags & TLS_CONN_DISABLE_TLSv1_0) && in tls_version_disabled() 34 ((conn->flags & TLS_CONN_DISABLE_TLSv1_1) && in tls_version_disabled() 36 ((conn->flags & TLS_CONN_DISABLE_TLSv1_2) && in tls_version_disabled() 51 if (end - pos < 4) { in tls_process_server_hello_extensions() 53 return -1; in tls_process_server_hello_extensions() 61 if (elen > end - pos) { in tls_process_server_hello_extensions() 63 return -1; in tls_process_server_hello_extensions() 91 return -1; in tls_process_server_hello() [all …]
|
/freebsd/share/man/man4/ |
H A D | siftr.4 | 39 as a module at run-time, run the following command as root: 40 .Bd -literal -offset indent 49 .Bd -literal -offset indent 66 .Ss Compile-time Configuration 72 .Bd -literal -offset indent 73 CFLAGS+=-DSIFTR_IPV6 80 In the IPv4-only (default) mode, standard dotted decimal notation (e.g. 83 and standard colon-separated hex notation (see RFC 4291) is used to format IPv6 85 .Ss Run-time Configuration 89 interface to export its configuration variables to user-space. [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_crtc.h | 3 * Copyright © 2007-2008 Dave Airlie 4 * Copyright © 2007-2008 Intel Corporation 104 MODE_UNVERIFIED = -3, /* mode needs to reverified */ 105 MODE_BAD = -2, /* unspecified reason */ 106 MODE_ERROR = -1 /* error condition */ 259 /* depth can be 15 or 16 */ 260 unsigned int depth; member 300 * drm_crtc_funcs - control CRTCs for a given device 360 * drm_crtc - central CRTC control structure 378 * @helper_private: mid-layer private data [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-s_client.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_roce_api.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 48 * The FW supports a CNQ of 64k-1 and this apparently causes an issue - notice 53 #define ECORE_RDMA_MAX_CNQ_SIZE (0xFFFF) /* 2^16 - 1 */ 118 u8 max_qp_req_rd_atomic_resc; /* The maximum depth per QP for 142 /* Abilty to support RNR-NAK generation */ 385 /* output variables, provided to the upper layer */ 548 /* output variables, provided to the upper layer */ 679 /* Before calling rdma_start upper layer (VBD/qed) should fill the 680 * page-size and mtu in hwfn context 759 * upper layer driver calls ecore_iwarp_connect [all …]
|
H A D | ecore_rdma_api.h | 2 * Copyright (c) 2018-2019 Cavium, Inc. 51 * The FW supports a CNQ of 64k-1 and this apparently causes an issue - notice 56 #define ECORE_RDMA_MAX_CNQ_SIZE (0xFFFF) /* 2^16 - 1 */ 129 u8 max_qp_req_rd_atomic_resc; /* The maximum depth per QP for 153 /* Abilty to support RNR-NAK generation */ 439 /* output variables, provided to the upper layer */ 612 /* output variables, provided to the upper layer */ 763 /* Before calling rdma_start upper layer (VBD/qed) should fill the 764 * page-size and mtu in hwfn context 865 * upper layer driver calls ecore_iwarp_connect [all …]
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_edma.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 44 * by the driver - eg, calls to ath_hal_gettsf32(). 129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) 130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) 153 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TX_FIFO_PUSH, in ath_tx_alq_edma_push() 161 * it may not meet the TXOP for say, DBA-gated traffic in TDMA mode. 182 "%s: called; TXQ=%d, fifo.depth=%d, axq_q empty=%d\n", in ath_tx_edma_push_staging_list() 184 txq->axq_qnum, in ath_tx_edma_push_staging_list() 185 txq->axq_fifo_depth, in ath_tx_edma_push_staging_list() [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-s_client.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-s_client - SSL/TLS client program 11 [B<-help>] 12 [B<-ssl_config> I<section>] 13 [B<-connect> I<host>:I<port>] 14 [B<-host> I<hostname>] 15 [B<-port> I<port>] 16 [B<-bind> I<host>:I<port>] 17 [B<-proxy> I<host>:I<port>] 18 [B<-proxy_user> I<userid>] [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | mpi.h | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 164 agsaRoot_t *agRoot; /**< Pointer of LL Layer structure */ 190 bit32 BunchStarts_QPending; // un-started bunched IOs on queue 193 agsaRoot_t *agRoot; /**< Pointer of LL Layer structure */ 201 bit32 iQNPPD_HPPD_GEvent; /**< inbound Queue Process depth */ 202 /* bit0-7 inbound normal priority process depth */ 203 /* bit8-15 inbound high priority process depth */ 204 /* bit16-23 OQ number to receive GENERAL_EVENT Notification */ 205 /* bit24-31 reserved */ 207 /* bit0-7 outbound queue number of SAS_HW event for PortId 0 */ [all …]
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_cam.c | 1 /*- 2 * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries. 42 device_t dev = softs->os_specific.pqi_dev; in update_sim_properties() 46 cpi->version_num = 1; in update_sim_properties() 47 cpi->hba_inquiry = PI_SDTR_ABLE|PI_TAG_ABLE|PI_WIDE_16; in update_sim_properties() 48 cpi->target_sprt = 0; in update_sim_properties() 49 cpi->hba_misc = PIM_NOBUSRESET | PIM_UNMAPPED; in update_sim_properties() 50 cpi->hba_eng_cnt = 0; in update_sim_properties() 51 cpi->max_lun = PQI_MAX_MULTILUN; in update_sim_properties() 52 cpi->max_target = MAX_TARGET_DEVICES; in update_sim_properties() [all …]
|
/freebsd/sys/dev/usb/ |
H A D | usb_fdt_support.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 49 * stack ends with the device itself, so add 1 to the max hub nesting depth. 64 * in the standard 'reg' property; it is one-based in the FDT data, but in find_udev_in_children() 65 * usb_device.port_index is zero-based. To uniquely identify a device, in find_udev_in_children() 69 UGETW(udev->ddesc.idVendor), UGETW(udev->ddesc.idProduct)); in find_udev_in_children() 76 if (port == (udev->port_index + 1)) in find_udev_in_children() 79 return (-1); in find_udev_in_children() 87 * All-bits-zero and all-bits-one are a couple common cases of what in is_valid_mac_addr() 102 uint8_t mac[sizeof(ue->ue_eaddr)]; in usb_fdt_get_mac_addr() [all …]
|
/freebsd/sys/net/altq/ |
H A D | if_altq.h | 1 /*- 2 * Copyright (C) 1997-2003 56 int altq_flags; /* flags (e.g. ready, in-use) */ 57 void *altq_disc; /* for discipline-specific use */ 76 * pattr_class is a discipline-dependent scheduling class that is 81 * layer output routines usually don't use m_pullup. link-level 102 * a token-bucket regulator limits the rate that a network driver can 107 * a token-bucket is used to control the burst size in a device 112 int64_t tbr_depth; /* (scaled) token bucket depth */ 119 needed for poll-and-dequeue */ [all …]
|