/freebsd/share/man/man4/ |
H A D | axp.4 | 1 .\" Copyright (c) 2020, Advanced Micro Devices Inc. 14 .\" 3. Neither the name of Advanced Micro Devices Inc., nor the names of its 37 .Nd "Advanced Micro Devices 10G Ethernet driver" 42 .Bd -ragged -offset indent 50 .Bd -literal -offset indent 56 driver enables PCI-E based 10G Ethernet controller inbuilt in the 61 .Bl -bullet -compact 65 Jumbo frames (9000 Bytes) 81 MSI-X interrupts 94 .Bl -tag -width indent [all …]
|
/freebsd/sys/dev/fxp/ |
H A D | rcvbundl.h | 1 /*- 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 1999-2001, Intel Corporation 42 This file contains the loadable micro code arrays to implement receive bundling on the 43 D101 A-step, D101 B-step, D101M (B-step only), D101S, D102 B-step, 44 D102 B-step with TCO work around, D102 C-step and D102 E-step. 46 Each controller has its own specific micro code array. The array for one controller 48 cause the controller to lock up and stop responding to the driver. Each micro 60 * All CPUSaver parameters are 16-bit literals that are part of a 65 * CPUSAVER_DWORD - This is the location of the instruction that loads [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | snps,dwmac.yaml | 1 # 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 - Jos [all...] |
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/ |
H A D | dtrace.1 | 33 .Op Fl -libxo 51 .Op Fl i Ar probe-id Oo Oo Ar predicate Oc Ar action Oc 62 .Bl -bullet -offset indent 104 avoid interpretation of meta-characters by the shell. 107 .Bl -tag -width indent 115 forces the D compiler to compile a D program using the 32-bit data model. 120 forces the D compiler to compile a D program using the 64-bit data model. 125 D programs compiled for either data model can be executed on both 32-bit and 126 64-bit kernels. 202 For example, if-statements in D are implemented using such transformations: a [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ci-hdrc-usb2.txt | 4 - compatible: should be one of: 5 "fsl,imx23-usb" 6 "fsl,imx27-usb" 7 "fsl,imx28-usb" 8 "fsl,imx6q-usb" 9 "fsl,imx6sl-usb" 10 "fsl,imx6sx-usb" 11 "fsl,imx6ul-usb" 12 "fsl,imx7d-usb" 13 "fsl,imx7ulp-usb" [all …]
|
H A D | ci-hdrc-usb2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/ci-hdr [all...] |
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-sysctl.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2020 Advanced Micro Devices, Inc. 37 #include "xgbe-common.h" 173 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) 244 return(-EINVAL); in exit_bad_op() 252 printf("%s: len:0x%li idx:0x%li\n", __func__, req->newlen, in get_ubuf() 253 req->newidx); in get_ubuf() 254 if (req->newlen >= SYSCTL_BUF_LEN) in get_ubuf() 255 return (-EINVAL); in get_ubuf() [all …]
|
H A D | xgbe-txrx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2020 Advanced Micro Devices, Inc. 35 #include "xgbe-common.h" 63 axgbe_printf(1, "--- in xgbe_print_pkt_info() [all...] |
H A D | xgbe-dev.c | 4 * Copyright (c) 2014-2016,2020 Advanced Micro Devices, Inc. 66 * * Neither the name of Advanced Micro Devices, Inc. nor the 116 #include "xgbe-common.h" 122 return (if_getmtu(pdata->netdev) + ETH_HLEN + ETH_FCS_LEN + VLAN_HLEN); in xgbe_get_max_frame() 131 rate = pdata->sysclk_rate; in xgbe_usec_to_riwt() 150 rate = pdata->sysclk_rate; in xgbe_riwt_to_usec() 170 pbl = pdata->pbl; in xgbe_config_pbl_val() 172 if (pdata->pbl > 32) { in xgbe_config_pbl_val() 177 for (i = 0; i < pdata->channel_count; i++) { in xgbe_config_pbl_val() 178 XGMAC_DMA_IOWRITE_BITS(pdata->channel[i], DMA_CH_CR, PBLX8, in xgbe_config_pbl_val() [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi.h | 1 /* 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. 28 * 1. Add new WMI commands ONLY within the specified range - 0x9000 - 0x9fff 44 * variable is already 4-byte aligned by virtue of being a u32 526 * for wmi_services is 64 as target is using only 4-bits of each 32-bit 532 __le32_to_cpu((wmi_svc_bmap)[((svc_id) - (len)) / 28]) & \ 533 BIT(((((svc_id) - (len)) % 28) & 0x1f) + 4)) 1159 /** DFS-specific commands */ [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hal.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 28 #define HAL_WBM_IDLE_SCATTER_BUF_SIZE (HAL_WBM_IDLE_SCATTER_BUF_SIZE_MAX - \ 35 #define HAL_SHADOW_BASE_ADDR(ab) ab->hw_params.regs->hal_shadow_base_addr 47 (ab->hw_params.regs->hal_seq_wcss_umac_ce0_src_reg) 49 (ab->hw_params.regs->hal_seq_wcss_umac_ce0_dst_reg) 51 (ab->hw_params.regs->hal_seq_wcss_umac_ce1_src_reg) 53 (ab->hw_params.regs->hal_seq_wcss_umac_ce1_dst_reg) 62 #define HAL_TCL1_RING_BASE_LSB(ab) ab->hw_params.regs->hal_tcl1_ring_base_lsb 63 #define HAL_TCL1_RING_BASE_MSB(ab) ab->hw_params.regs->hal_tcl1_ring_base_msb [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hal.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. 28 #define HAL_WBM_IDLE_SCATTER_BUF_SIZE (HAL_WBM_IDLE_SCATTER_BUF_SIZE_MAX - \ 62 #define HAL_TCL1_RING_ID(ab) ((ab)->hw_params->regs->hal_tcl1_ring_id) 64 ((ab)->hw_params->regs->hal_tcl1_ring_misc) 66 ((ab)->hw_params->regs->hal_tcl1_ring_tp_addr_lsb) 68 ((ab)->hw_params->regs->hal_tcl1_ring_tp_addr_msb) 70 ((ab)->hw_params->regs->hal_tcl1_ring_consumer_int_setup_ix0) 72 ((ab)->hw_params->regs->hal_tcl1_ring_consumer_int_setup_ix1) [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | tcpdump.1.in | 25 tcpdump \- dump traffic on a network 30 .B \-AbdDefhHIJKlLnNOpqStuUvxX# 32 .B \-B 37 .B \-c 41 .B \-\-count 44 .B \-C 49 .B \-E 54 .B \-F 58 .B \-G 62 .B \-i [all …]
|
H A D | CHANGES | 5 BGP: Fix an undefined behavior when it tries to parse a too-short packet. 7 CDP: only hex-dump unknown TLVs in verbose mode. 9 DHCPv6: client-id/server-id DUID type 2 correction; parse the user class, 10 boot file URL, and SZTP redirect options; add DUID-UUID printing 12 DNS: Detect and correctly handle too-short URI RRs. 25 IPv6: Fix invalid 32-bit versus 64-bit printouts of fragment headers. 37 NFS: Avoid printing non-ASCII characters. 39 OSPF: Update LS-Ack printing not to run off the end of the packet. 44 Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397; 49 RPKI-Router: Refine length and bounds checks. [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | qca-vendor.h | 3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc. 4 * Copyright (c) 2018-2020, The Linux Foundation 5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc. 28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs 41 * Global NSS configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 62 * Per band NSS configuration - Applies to the 2.4 GHz or 5/6 GHz band 79 * Global chain configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 96 * Per band chain configuration - Applies to the 2.4 GHz or 5/6 GHz band 117 * Case 1: CONFIG_NSS + CONFIG_TX_NSS/RX_NSS - Only CONFIG_NSS is applied 120 * Case 2: CONFIG_NSS + CONFIG_TX_NSS + CONFIG_RX_NSS - Same NSS values are [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-07-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/sys/dev/mps/ |
H A D | mps.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2011-2015 LSI Corp. 6 * Copyright (c) 2013-2015 Avago Technologies 30 * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD 121 /* Added this union to smoothly convert le64toh cm->cm_desc.Words. 135 /* Rate limit chain-fail messages to 1 per minute */ 164 if (curthread->td_no_sleeping != 0) in mps_diag_reset() 176 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_diag_reset() 177 msleep(&sc->msleep_fake_chan, &sc->mps_mtx, 0, in mps_diag_reset() [all …]
|
/freebsd/sys/dev/jme/ |
H A D | if_jme.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 195 { -1, 0, 0 } 200 { -1, 0, 0 } 205 { -1, 0, 0 } 221 if ((sc->jme_flags & JME_FLAG_FPGA) != 0 && phy == 0) in jme_miibus_readreg() 226 for (i = JME_PHY_TIMEOUT; i > 0; i--) { in jme_miibus_readreg() 233 device_printf(sc->jme_dev, "phy read timeout : %d\n", reg); in jme_miibus_readreg() 252 if ((sc->jme_flags & JME_FLAG_FPGA) != 0 && phy == 0) in jme_miibus_writereg() 258 for (i = JME_PHY_TIMEOUT; i > 0; i--) { in jme_miibus_writereg() [all …]
|
/freebsd/sys/dev/mpr/ |
H A D | mpr.c | 1 /*- 3 * Copyright (c) 2011-2015 LSI Corp. 4 * Copyright (c) 2013-2016 Avago Technologies 5 * Copyright 2000-2020 Broadcom Inc. 29 * Broadcom Inc. (LSI) MPT-Fusion Host Adapter FreeBSD 126 * Added this union to smoothly convert le64toh cm->cm_desc.Words. 139 /* Rate limit chain-fail messages to 1 per minute */ 167 if (curthread->td_no_sleeping) in mpr_diag_reset() 179 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) in mpr_diag_reset() 180 msleep(&sc->msleep_fake_chan, &sc->mpr_mtx, 0, in mpr_diag_reset() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 1 //===-- Process.h -----------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 58 #include "lldb/lldb-private.h" 194 bool m_continue_once_attached = false; // Supports the use-case scenario of 202 // immediately (used by GUI programs with --waitfor so they can 289 m_running_user_expression--; in SetRunningUserExpression() 299 m_running_utility_function--; in SetRunningUtilityFunction() 336 /// A plug-in interface definition class for debugging a process. 495 /// from by the plug-in instance. [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dag.c | 2 * pcap-dag.c: Packet capture interface for Endace DAG cards. 18 #include "pcap-int.h" 35 #include "pcap-dag.h" 218 for (prev = NULL, curr = pcap_dags; curr != NULL && curr->p != p; prev = curr, curr = curr->next) { in delete_pcap_dag() 222 if (curr != NULL && curr->p == p) { in delete_pcap_dag() 224 prev->next = curr->next; in delete_pcap_dag() 226 pcap_dags = curr->next; in delete_pcap_dag() 239 struct pcap_dag *pd = p->priv; in dag_platform_cleanup() 241 if(dag_stop_stream(p->fd, pd->dag_stream) < 0) in dag_platform_cleanup() 244 if(dag_detach_stream(p->fd, pd->dag_stream) < 0) in dag_platform_cleanup() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 1 //===-- Process.cpp -------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 83 // setting target.process.disable-memory-cache 104 Process *process = exe_ctx->GetProcessPtr(); in GetPropertyAtIndex() 108 process->GetValueProperties().get()); in GetPropertyAtIndex() 110 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex() 185 m_collection_sp->Initialize(g_process_experimental_properties); in ProcessExperimentalProperties() 195 m_collection_sp->Initialize(g_process_properties); in ProcessProperties() 196 m_collection_sp->AppendProperty( in ProcessProperties() [all …]
|
H A D | Platform.cpp | 1 //===-- Platform.cpp ------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 82 m_collection_sp->Initialize(g_platform_properties); in PlatformProperties() 114 return m_collection_sp->SetPropertyAtIndex(ePropertyModuleCacheDirectory, in SetModuleCacheDirectory() 120 auto f_spec_opt = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpec( in SetDefaultModuleCacheDirectory() 123 f_spec_opt->SetDefaultValue(dir_spec); in SetDefaultModuleCacheDirectory() 126 /// Get the native host platform plug-in. 196 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule() 229 return platform->GetAugmentedArchSpec(triple); in GetAugmentedArchSpec() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 2 #------------------------------------------------------------------------------ 4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for 9 # merging several one- and two-line files into here. 13 # Targa - matches `povray', `ppmtotga' and `xv' outputs 21 # or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic… 31 !:strength -40 33 #>(2.S-2) belong !0x28632943 45 >>>>>>0 use tga-image 47 >>>>>>0 use tga-image 49 >>>>>>0 use tga-image [all …]
|
/freebsd/sys/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 11 # Please use ``make LINT'' to create an old-style LINT file if you want to 12 # do kernel test-builds. 48 # auto-size based on physical memory. 66 # after most other flags. Here we use it to inhibit use of non-optimal 67 # gcc built-in functions (e.g., memcmp). 70 # The following is equivalent to 'config -g KERNELNAME' and creates 71 # 'kernel.debug' compiled with -g debugging as well as a normal 81 makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc. 82 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols [all …]
|