/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | marvell,pp2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/marvell,pp2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marcin Wojtas <mw@semihalf.com> 11 - Russell King <linux@armlinux.org> 21 - marvell,armada-375-pp2 22 - marvell,armada-7k-pp22 28 "#address-cells": 31 "#size-cells": [all …]
|
H A D | marvell-pp2.txt | 7 - compatible: should be one of: 8 "marvell,armada-375-pp2" 9 "marvell,armada-7k-pp2" 10 - reg: addresses and length of the register sets for the device. 11 For "marvell,armada-375-pp2", must contain the following register 13 - common controller registers 14 - LMS registers 15 - one register area per Ethernet port 16 For "marvell,armada-7k-pp2" used by 7K/8K and CN913X, must contain the following register 18 - packet processor registers [all …]
|
H A D | hisilicon-hns-nic.txt | 4 - compatible: "hisilicon,hns-nic-v1" or "hisilicon,hns-nic-v2". 5 "hisilicon,hns-nic-v1" is for hip05. 6 "hisilicon,hns-nic-v2" is for Hi1610 and Hi1612. 7 - ae-handle: accelerator engine handle for hns, 9 see Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.txt 10 - port-id: is the index of port provided by DSAF (the accelerator). DSAF can 11 connect to 8 PHYs. Port 0 to 1 are both used for administration purpose. They 17 port-id can be 2 to 7. Here is the diagram: 18 +-----+---------------+ 20 +-+-+-+---+-+-+-+-+-+-+ [all …]
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 1 /*- 93 #define VTCON_PORT_LOCK(_port) mtx_lock(&(_port)->vtcport_mtx) 94 #define VTCON_PORT_UNLOCK(_port) mtx_unlock(&(_port)->vtcport_mtx) 116 * indexed by the port ID. 126 #define VTCON_LOCK(_sc) mtx_lock(&(_sc)->vtcon_mtx) 127 #define VTCON_UNLOCK(_sc) mtx_unlock(&(_sc)->vtcon_mtx) 129 mtx_assert(&(_sc)->vtcon_mtx, MA_OWNED) 131 mtx_assert(&(_sc)->vtcon_mtx, MA_NOTOWNED) 133 #define VTCON_CTRL_TX_LOCK(_sc) mtx_lock(&(_sc)->vtcon_ctrl_tx_mtx) 134 #define VTCON_CTRL_TX_UNLOCK(_sc) mtx_unlock(&(_sc)->vtcon_ctrl_tx_mtx) [all …]
|
/freebsd/contrib/pf/ftp-proxy/ |
H A D | ftp-proxy.c | 1 /* $OpenBSD: ftp-proxy.c,v 1.19 2008/06/13 07:25:26 claudio Exp $ */ 74 u_int32_t id; member 88 u_int16_t port; member 136 logmsg(LOG_INFO, "#%d client close", s->id); in client_error() 138 logmsg(LOG_ERR, "#%d client reset connection", s->id); in client_error() 140 logmsg(LOG_ERR, "#%d client timeout", s->id); in client_error() 142 logmsg(LOG_ERR, "#%d client write error: %d", s->id, what); in client_error() 144 logmsg(LOG_ERR, "#%d abnormal client error: %d", s->id, what); in client_error() 153 s->cmd = CMD_NONE; in client_parse() 154 s->port = 0; in client_parse() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | fsl,imx8qxp-pixel-link.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/bridge/fsl,imx8qxp-pixel-link.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liu Ying <victor.liu@nxp.com> 27 - fsl,imx8qm-dc-pixel-link 28 - fsl,imx8qxp-dc-pixel-link 30 fsl,dc-id: 36 fsl,dc-stream-id: 47 port@0: [all …]
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 4 * Copyright (c) 2004-2007 Intel Corporation. All rights reserved. 19 * - Redistributions of source code must retain the above 23 * - Redistributions in binary form must reproduce the above 40 #include <linux/dma-mapping.h> 55 #include <asm/atomic-long.h> 73 [IB_CM_REJ_INVALID_COMM_ID] = "invalid comm ID", 75 [IB_CM_REJ_INVALID_SERVICE_ID] = "invalid service ID", 91 [IB_CM_REJ_PORT_CM_REDIRECT] = "port CM redirect", [all …]
|
H A D | ib_user_mad.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 19 * - Redistributions of source code must retain the above 23 * - Redistributions in binary form must reproduce the above 46 #include <linux/dma-mapping.h> 105 struct ib_umad_port port[0]; member 110 struct ib_umad_port *port; member 154 return file->use_pkey_index ? sizeof (struct ib_user_mad_hdr) : in hdr_size() 158 /* caller must hold file->mutex */ 159 static struct ib_mad_agent *__get_agent(struct ib_umad_file *file, int id) in __get_agent() argument [all …]
|
H A D | ib_sa_query.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 18 * - Redistributions of source code must retain the above 22 * - Redistributions in binary form must reproduce the above 43 #include <linux/dma-mapping.h> 77 spinlock_t classport_lock; /* protects class port info set */ 85 struct ib_sa_port port[0]; member 92 struct ib_sa_port *port; member 95 int id; member 153 .struct_size_bytes = sizeof ((struct ib_sa_path_rec *) 0)->field, \ [all …]
|
H A D | ib_cma.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 5 * Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved. 6 * Copyright (c) 1999-2005, Mellanox Technologies, Inc. All rights reserved. 7 * Copyright (c) 2005-2006 Intel Corporation. All rights reserved. 19 * - Redistributions of source code must retain the above 23 * - Redistributions in binary form must reproduce the above 116 const char *__attribute_const__ rdma_reject_msg(struct rdma_cm_id *id, in rdma_reject_msg() argument 119 if (rdma_ib_or_roce(id->device, id->port_num)) in rdma_reject_msg() 122 if (rdma_protocol_iwarp(id->device, id->port_num)) in rdma_reject_msg() [all …]
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_port.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2010-2016 Solarflare Communications Inc. 59 struct sfxge_port *port = &sc->port; in sfxge_mac_stat_update() local 60 efsys_mem_t *esmp = &(port->mac_stats.dma_buf); in sfxge_mac_stat_update() 66 SFXGE_PORT_LOCK_ASSERT_OWNED(port); in sfxge_mac_stat_update() 68 if (__predict_false(port->init_state != SFXGE_PORT_STARTED)) { in sfxge_mac_stat_update() 73 min_ticks = (unsigned int)hz * port->stats_update_period_ms / 1000; in sfxge_mac_stat_update() 76 if ((unsigned int)(now - port->mac_stats.update_time) < min_ticks) { in sfxge_mac_stat_update() 81 port->mac_stats.update_time = now; in sfxge_mac_stat_update() [all …]
|
/freebsd/sys/dev/uart/ |
H A D | uart_bus_pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 92 { 0x103c, 0x1048, 0x103c, 0x1227, "HP Diva Serial [GSP] UART - Powerbar SP2", 95 { 0x103c, 0x1290, 0xffff, 0, "HP Auxiliary Diva Serial Port", 0x18 }, 96 { 0x103c, 0x3301, 0xffff, 0, "HP iLO serial port", 0x10 }, 100 "ASIX AX99100 PCIe 1/2/3/4-port RS-232/422/485", 0x10 }, 103 { 0x131f, 0x1000, 0xffff, 0, "Siig CyberSerial (1-port) 16550", 0x18 }, 104 { 0x131f, 0x1001, 0xffff, 0, "Siig CyberSerial (1-port) 16650", 0x18 }, 105 { 0x131f, 0x1002, 0xffff, 0, "Siig CyberSerial (1-port) 16850", 0x18 }, 106 { 0x131f, 0x2000, 0xffff, 0, "Siig CyberSerial (1-port) 16550", 0x10 }, [all …]
|
/freebsd/share/man/man4/ |
H A D | mac_portacl.4 | 7 .\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the 36 .Nd "network port access control policy" 38 To compile the port access control policy into your kernel, 41 .Bd -ragged -offset indent 46 Alternately, to load the port access control policy module at boot time, 48 .Bd -ragged -offset indent 73 and the port(s) protected by 92 connections where the process has not explicitly selected a port: 97 is enabled, it will control binding access to ports up to the port 104 controlled ports will fail if not explicitly allowed by the port [all …]
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.mux | 2 ControlMaster connection-sharing. 14 Most messages from the client to the server contain a "request id" 15 field. This field is returned in replies as "client request id" to 69 uint32 request id 93 uint32 client request id 94 uint32 session id 105 uint32 session id 109 non-multiplexed ssh(1) connection. Two additional cases that the 118 uint32 session id 120 3. Requesting passenger-mode stdio forwarding [all …]
|
/freebsd/sys/dts/powerpc/ |
H A D | p3041si.dtsi | 4 * Copyright 2010-2011 Freescale Semiconductor Inc. 35 /dts-v1/; 39 #address-cells = <2>; 40 #size-cells = <2>; 41 interrupt-parent = <&mpic>; 102 #address-cells = <1>; 103 #size-cells = <0>; 108 bus-frequency = <749999996>; 109 next-level-cache = <&L2_0>; 110 L2_0: l2-cache { [all …]
|
H A D | p2041si.dtsi | 35 /dts-v1/; 39 #address-cells = <2>; 40 #size-cells = <2>; 41 interrupt-parent = <&mpic>; 101 #address-cells = <1>; 102 #size-cells = <0>; 107 bus-frequency = <749999996>; 108 next-level-cache = <&L2_0>; 109 L2_0: l2-cache { 110 next-level-cache = <&cpc>; [all …]
|
H A D | p5020si.dtsi | 4 * Copyright 2010-2011 Freescale Semiconductor Inc. 35 /dts-v1/; 39 #address-cells = <2>; 40 #size-cells = <2>; 41 interrupt-parent = <&mpic>; 108 #address-cells = <1>; 109 #size-cells = <0>; 114 bus-frequency = <799999998>; 115 next-level-cache = <&L2_0>; 116 L2_0: l2-cache { [all …]
|
/freebsd/contrib/openbsm/man/ |
H A D | audit.log.5 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 37 token-based record stream to represent system audit data. 79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 81 .It "Token ID 1 byte Token ID" 93 A 32-bit 97 a 64-bit 101 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 103 .It "Token ID 1 byte Token ID" 107 .It "Event Modifier 2 bytes Event sub-type" [all …]
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_mcg.c | 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 45 return 1 << dev->oper_log_mgm_entry_size; in mlx4_get_mgm_entry_size() 50 return 4 * (mlx4_get_mgm_entry_size(dev) / 16 - 2); in mlx4_get_qp_per_mgm() 61 err = mlx4_cmd_imm(dev, mailbox->dma, &imm, size, 0, in mlx4_QP_FLOW_STEERING_ATTACH() 85 return mlx4_cmd_box(dev, 0, mailbox->dma, index, 0, MLX4_CMD_READ_MCG, in mlx4_READ_ENTRY() 92 return mlx4_cmd(dev, mailbox->dma, index, 0, MLX4_CMD_WRITE_MCG, in mlx4_WRITE_ENTRY() 96 static int mlx4_WRITE_PROMISC(struct mlx4_dev *dev, u8 port, u8 steer, in mlx4_WRITE_PROMISC() argument 101 in_mod = (u32) port << 16 | steer << 1; in mlx4_WRITE_PROMISC() 102 return mlx4_cmd(dev, mailbox->dma, in_mod, 0x1, in mlx4_WRITE_PROMISC() [all …]
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad.c | 2 * Copyright (c) 2004-2009 Voltaire Inc. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 58 uint32_t id; member 71 uint32_t id; member 102 * Port 114 static int release_port(umad_port_t * port) in release_port() argument 116 free(port->pkeys); in release_port() 117 port->pkeys = NULL; in release_port() 118 port->pkeys_size = 0; in release_port() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | sja1105.txt | 6 - compatible: 8 - "nxp,sja1105e" 9 - "nxp,sja1105t" 10 - "nxp,sja1105p" 11 - "nxp,sja1105q" 12 - "nxp,sja1105r" 13 - "nxp,sja1105s" 15 Although the device ID could be detected at runtime, explicit bindings 17 For example, SGMII can only be specified on port 4 of R and S devices, 18 and the non-SGMII devices, while pin-compatible, are not equal in terms [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-opal.txt | 1 Device-tree bindings for I2C OPAL driver 2 ---------------------------------------- 5 used by the firmware itself for configuring the port. From the linux 6 perspective, the properties of use are "ibm,port-name" and "ibm,opal-id". 10 - reg: Port-id within a given master 11 - compatible: must be "ibm,opal-i2c" 12 - ibm,opal-id: Refers to a specific bus and used to identify it when calling 14 - bus-frequency: Operating frequency of the i2c bus (in HZ). Informational for 18 - ibm,port-name: Firmware provides this name that uniquely identifies the i2c 19 port. [all …]
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcmavar.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org> 53 /** Base resource ID for per-core agent register allocations */ 62 ((_dinfo)->corecfg->core_info.core_idx) 64 /** BCMA port identifier. */ 68 /** BCMA per-port region map identifier. */ 114 /** BCMA master port descriptor */ 116 bcma_pid_t mp_num; /**< AXI port identifier (bus-unique) */ 117 bcma_pid_t mp_vid; /**< AXI master virtual ID (core-unique) */ [all …]
|
/freebsd/sys/contrib/openzfs/man/man5/ |
H A D | vdev_id.conf.5 | 34 .Bl -tag -width "-h" 41 A defined alias takes precedence over a topology-derived name, but the 49 .Pa /dev/disk/by-vdev . 56 .It Sy channel [ Ns Ar pci_slot ] Ar port Ar name 62 .Pa /dev/by-enclosure 74 .Pa /dev/by-enclosure/ Ns Ao Ar prefix Ac Ns - Ns Ao Ar channel Ac Ns Aq Ar num 87 The first-specified 90 Therefore a channel-specific mapping for a given slot should generally appear 103 will handle only dm-multipath devices. 108 will examine the first running component disk of a dm-multipath [all …]
|
/freebsd/contrib/ofed/libibmad/ |
H A D | gs.c | 2 * Copyright (c) 2004-2009 Voltaire Inc. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 50 uint8_t *pma_query_via(void *rcvbuf, ib_portid_t * dest, int port, in pma_query_via() argument 51 unsigned timeout, unsigned id, in pma_query_via() argument 56 int lid = dest->lid; in pma_query_via() 59 DEBUG("lid %u port %d", lid, port); in pma_query_via() 61 if (lid == -1) { in pma_query_via() 68 rpc.attr.id = id; in pma_query_via() 71 mad_set_field(rcvbuf, 0, IB_PC_PORT_SELECT_F, port); in pma_query_via() [all …]
|