Home
last modified time | relevance | path

Searched +full:pci +full:- +full:agent +full:- +full:force +full:- +full:enum (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,pci.txt1 * Bus Enumeration by Freescale PCI-X Agent
3 Typically any Freescale PCI-X bridge hardware strapped into Agent mode
4 is prevented from enumerating the bus. The PrPMC form-factor requires
5 all mezzanines to be PCI-X Agents, but one per system may still
8 The property defined below will allow a PCI-X bridge to be used for bus
9 enumeration despite being strapped into Agent mode.
12 - fsl,pci-agent-force-enum : There is no value associated with this
17 /* PCI-X bridge known to be PrPMC Monarch */
18 pci0: pci@ef008000 {
19 fsl,pci-agent-force-enum;
[all …]
H A Dfsl,mpc8xxx-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $id: http://devicetree.org/schemas/pci/fsl,mpc8xxx-pci.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Freescale MPC83xx PCI/PCI-X/PCIe controllers
11 Binding for the PCI/PCI-X/PCIe host bridges on MPC8xxx SoCs
14 - J. Neuschäfer <j.neuschaefer@gmx.net>
17 - $ref: /schemas/pci/pci-host-bridge.yaml#
22 - enum:
23 - fsl,mpc8314-pcie
[all …]
/freebsd/share/man/man9/
H A Dbhnd.91 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
392 .Bd -literal
398 .Bd -literal
406 .Bd -literal
407 enum {
414 .Bd -literal
417 .Bd -literal
427 .Bd -literal
435 .Bd -literal
436 typedef enum {
[all …]
/freebsd/share/man/man4/
H A Dice.42 .\" SPDX-License-Identifier: BSD-3-Clause
4 .\" Copyright (c) 2019-2020, Intel Corporation
67 driver provides support for any PCI Express adapter or LOM
73 .Bl -bullet -compact
89 .Sx Firmware Link Layer Discovery Protocol Agent
91 .Sx Link-Level Flow Control
113 .Sx Optics and auto-negotiation
115 .Sx PCI-Express Slot Bandwidth
236 To use RDMA monitoring, more MSI-X interrupts may need to be reserved.
241 .Bd -literal -offset indent
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
62 enum bhnd_device_vars {
63 BHND_IVAR_VENDOR, /**< Designer's JEP-106 manufacturer ID. */
69 BHND_IVAR_CORE_INDEX, /**< Bus-assigned core number */
70 BHND_IVAR_CORE_UNIT, /**< Bus-assigned core unit number,
73 BHND_IVAR_PMU_INFO, /**< Internal bus-managed PMU state */
79 enum {
97 enum {
[all …]
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
27 * Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
92 #define DEV_BYID_PATH "/dev/disk/by-id/"
93 #define DEV_BYPATH_PATH "/dev/disk/by-path/"
94 #define DEV_BYVDEV_PATH "/dev/disk/by-vdev/"
126 return (vs->vs_state); in zfs_toplevel_state()
143 uap->uap_zhp = zhp; in zfs_unavail_pool()
170 * disk-add --> label-disk + tag-disk --> partition-add --> zpool_vdev_attach
221 * Get the persistent path, typically under the '/dev/disk/by-id' or in zfs_process_add()
[all …]
/freebsd/sys/dev/ice/
H A Dice_lib.c1 /* SPDX-License-Identifier: BSD-3-Clause */
48 #include <dev/pci/pcivar.h>
49 #include <dev/pci/pcireg.h>
70 static void ice_set_rss_vsi_ctx(struct ice_vsi_ctx *ctx, enum ice_vsi_type type);
78 const u8 *addr, enum ice_sw_fwd_act_type action);
106 static uint64_t ice_pcie_bus_speed_to_rate(enum ice_pcie_bus_speed speed);
107 static int ice_pcie_lnk_width_to_int(enum ice_pcie_link_width width);
122 enum ice_vsi_type type, int idx,
132 enum ice_sw_fwd_act_type action);
270 * ice_map_bar - Map PCIe BAR memory
[all …]
H A Dif_ice_iflib.c1 /* SPDX-License-Identifier: BSD-3-Clause */
52 #include <dev/pci/pcivar.h>
53 #include <dev/pci/pcireg.h>
89 static bool ice_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event);
272 * scctx->isc_tx_tso_size_max + the VLAN header is a valid size.
276 * DMA tag. However, scctx->isc_tx_tso_segsize_max is used to set the
305 * IFLIB_SKIP_MSIX allows the driver to handle allocating MSI-X
319 DRIVER_MODULE(ice, pci, ice_driver, ice_module_event_handler, NULL);
322 MODULE_DEPEND(ice, pci, 1, 1, 1);
326 IFLIB_PNP_INFO(pci, ice, ice_vendor_info_array);
[all …]
/freebsd/sys/dev/arcmsr/
H A Darcmsr.h11 ** SPDX-License-Identifier: BSD-3-Clause
13 ** Copyright (C) 2002 - 2012, Areca Technology Corporation All rights reserved.
43 #define ARCMSR_VIRTUAL_DEVICE_ID (ARCMSR_MAX_TARGETID - 1)
71 #define offsetof(type, member) ((size_t)(&((type *)0)->member))
197 #define CHIP_REG_READ32(s, b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], offsetof(struct s,…
198 #define CHIP_REG_WRITE32(s, b, r, d) bus_space_write_4(acb->btag[b], acb->bhandle[b], offsetof(stru…
199 #define READ_CHIP_REG32(b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], r)
200 #define WRITE_CHIP_REG32(b, r, d) bus_space_write_4(acb->btag[b], acb->bhandle[b], r, d)
374 ** Set if Outbound Doorbell register bits 30:1 have a non-zero
486 /* ARC-1884 doorbell sync */
[all …]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h1 /*-
34 * Copyright(c) 2001-2025, Broadcom. All rights reserved. The
71 * * 0x0-0xFFF8 - The function ID
72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors
73 * * 0xFFFD - Reserved for user-space HWRM interface
74 * * 0xFFFF - HWRM
122 /* Engine CKV - The Alias key EC curve and ECC public key information. */
124 /* Engine CKV - Initialization vector. */
126 /* Engine CKV - Authentication tag. */
128 /* Engine CKV - The encrypted data. */
[all …]
/freebsd/contrib/ntp/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## ------
[all...]