/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_node.h | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 115 * structure. NULL for non-switch nodes. Can be used for fast 125 * The number of times this node has been discovered 126 * during the current fabric sweep. This number is reset 131 * than the number of ports in the node, since port numbers 139 * Each object indiactes whether the port has been discovered [all …]
|
H A D | osm_switch.h | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2009 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 132 * Number of ports for this switch. 139 * to every LID from every port. 142 * Pointer to array of Port Profile objects for this switch. 162 * number of mcast members(ports) connected to switch 186 uint8_t port; member [all …]
|
H A D | osm_port.h | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 38 * Declaration of port related objects. 39 * These objects comprise an IBA port. 71 /****h* OpenSM/Physical Port 73 * Physical Port 76 * The Physical Port object encapsulates the information needed by the [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc.cmn-600.3 | 28 .Nm pmc.cmn-600 29 .Nd Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network 36 CMN-600 PMU counters may be configured to count any one of a defined set of 38 Unlike other performance counters, counters for the CMN-600 require the 52 Some BIOS versions of dual-socket machines have no NUMA domain information in 56 Where {unit} is a cmn600 device unit number and {value} is the NUMA domain of 57 the CPU package containing that CMN-600 controller. 64 Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counters are 67 .%B "Arm CoreLink CMN-600 Coherent Mesh Network Technical Reference Manual" 73 CMN-600 PMU counters support the following capabilities: [all …]
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.5 | 3 ipsend \- IP packet description language 5 The \fBipsend\fP program expects, with the \fB-L\fP option, input to be a 33 "off" number | "v" number | "hl" number| "id" number | 34 "ttl" number | "tos" number | "sum" number | "len" number | 38 "tr" | "sec" | "lsrr" | "e-sec" | "cipso" | "satid" | 41 ipv4secclass := "unclass" | "confid" | "reserv-1" | "reserv-2" | 42 "reserv-3" | "reserv-4" | "secret" | "topsecret" . 46 tcpbody ::= "sport" port | "dport" port | "seq" number | "ack" number | 47 "off" number | "urp" number | "win" number | "sum" number | 52 udpbody ::= "sport" port | "dport" port | "len" number | "sum" number | [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 80 Maps a disk slot number as reported by the operating system to an 81 alternative slot number. 87 The first-specified 90 Therefore a channel-specific mapping for a given slot should generally appear [all …]
|
/freebsd/sys/netinet/ |
H A D | sctp_kdtrace.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. 5 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. 41 /* Cwnd probe - tracks changes in the congestion window on a netp */ 46 "uint32_t", /* The port number of the local side << 16 | 47 * port number of remote in network byte 54 /* ACK-INCREASE */ 57 "uint32_t", /* The port number of the local side << 16 | 58 * port number of remote in network byte [all …]
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | fw_qos.h | 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 57 * mlx4_SET_PORT_PRIO2TC - This routine maps user priorities to traffic 58 * classes of a given port and device. 61 * @port: Physical port number. 66 int mlx4_SET_PORT_PRIO2TC(struct mlx4_dev *dev, u8 port, u8 *prio2tc); 69 * mlx4_SET_PORT_SCHEDULER - This routine configures the arbitration between 75 * @port: Physical port number. 84 int mlx4_SET_PORT_SCHEDULER(struct mlx4_dev *dev, u8 port, u8 *tc_tx_bw, 87 * mlx4_ALLOCATE_VPP_get - Query port VPP availible resources and allocation. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci.txt | 3 PCI Bus Binding to: IEEE Std 1275-1994 4 https://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf 9 https://www.devicetree.org/open-firmware/practice/imap/imap0_9d.pdf 14 - linux,pci-domain: 15 If present this property assigns a fixed PCI domain number to a host bridge, 16 otherwise an unstable (across boots) unique number will be assigned. 20 number for each host bridge in the system must be unique. 21 - max-link-speed: 27 - reset-gpios: 30 - supports-clkreq: [all …]
|
/freebsd/tools/tools/netmap/ |
H A D | lb.8 | 30 .Nd netmap-based load balancer 32 .Bk -words 33 .Bl -tag -width "lb" 35 .Op Fl i Ar port 36 .Op Fl p Ar pipe-group 37 .Op Fl B Ar extra-buffers 38 .Op Fl b Ar batch-size 39 .Op Fl w Ar wait-link 44 reads packets from an input netmap port and sends them to a number of netmap pipes, 50 .Bl -tag -width Ds [all …]
|
H A D | pkt-gen.8 | 1 .\" Copyright (c) 2016, George V. Neville-Neil 30 .Nm pkt-gen 34 .Bl -item -compact 43 .Op Fl d Ar dst_ip[:port[-dst_ip:port]] 44 .Op Fl s Ar src_ip[:port[-src_ip:port]] 65 .Bl -tag -width Ds 75 port (e.g., valeSSS:PPP), the name of a netmap pipe or monitor, 76 or any valid netmap port name accepted by the 90 for client-side ping-pong operation, and 92 for server-side ping-pong operation. [all …]
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_eromvar.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 51 u_long num_mport; /**< number of master port descriptors */ 52 u_long num_dport; /**< number of slave port descriptors */ 53 u_long num_mwrap; /**< number of master wrapper slave port descriptors */ 54 u_long num_swrap; /**< number of slave wrapper slave port descriptors */ 57 /** EROM master port descriptor. */ 59 uint8_t port_num; /**< the port number (bus-unique) */ 60 uint8_t port_vid; /**< the port VID. A single physical 61 master port may have multiple VIDs; [all …]
|
/freebsd/share/man/man5/ |
H A D | pf.conf.5 | 10 .\" - Redistributions of source code must retain the above copyright 12 .\" - Redistributions in binary form must reproduce the above 45 .Bl -tag -width xxxx 47 User-defined variables may be defined and used later, simplifying 57 Ethernet filtering provides rule-based blocking or passing of Ethernet packets. 62 Queueing provides rule-based bandwidth control. 67 Packet filtering provides rule-based blocking or passing of packets. 81 .Ar set require-order 91 .Bd -literal -offset indent 105 .Bd -literal -offset indent [all …]
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t5fw_cfg_uwire.txt | 3 # Copyright (C) 2010-2017 Chelsio Communications. All rights reserved. 6 # WILL RESULT IN A NON-FUNCTIONAL ADAPTER AND MAY RESULT IN PHYSICAL DAMAGE 10 # This file provides the default, power-on configuration for 4-port T5-based 19 # device drivers across OSes and a large number of customer application. 25 # 4. MSI-X Vectors: 1088. 26 # 5. Multi-Port Support (MPS) TCAM: 336 entries to support MAC destination 34 # functions for ports 0-3 on PF0-3, FCoE on PF4, iSCSI on PF5, etc. 38 # good scaling. Thus, we'll need to accommodate a number of 39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs 40 # to be involved per port and per application function. For example, [all …]
|
H A D | t4fw_cfg_uwire.txt | 3 # Copyright (C) 2010-2017 Chelsio Communications. All rights reserved. 6 # THIS FILE WILL RESULT IN A NON-FUNCTIONAL T4 ADAPTER AND MAY RESULT 9 # This file provides the default, power-on configuration for 4-port T4-based 18 # device drivers across OSes and a large number of customer application. 22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions 24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a 26 # 4. MSI-X Vectors: 1088. A complication here is that the PCI-E SR-IOV 28 # same umber of MSI-X Vectors as the base Physical Function. 30 # not, their MSI-X "needs" are counted by the PCI-E implementation. 32 # Functions (PF0-3) must have the same number of configured TotalVFs in [all …]
|
H A D | t6fw_cfg_uwire.txt | 3 # Copyright (C) 2014-2015 Chelsio Communications. All rights reserved. 6 # WILL RESULT IN A NON-FUNCTIONAL ADAPTER AND MAY RESULT IN PHYSICAL DAMAGE 10 # This file provides the default, power-on configuration for 2-port T6-based 19 # device drivers across OSes and a large number of customer application. 25 # 4. MSI-X Vectors: 1088. 26 # 5. Multi-Port Support (MPS) TCAM: 336 entries to support MAC destination 34 # functions for ports 0-1 on PF0-1, FCoE on PF4, iSCSI on PF5, etc. 38 # good scaling. Thus, we'll need to accommodate a number of 39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs 40 # to be involved per port and per application function. For example, [all …]
|
/freebsd/share/doc/psd/26.rpcrfc/ |
H A D | rpc.rfc.ms | 2 .\" Must use -- tbl -- with this one 45 \fIPort Mapper Program Protocol\fP\, below, for an example). Network 51 One program may deal with high-level applications such as file system 52 access control and locking. The other may deal with low-level file 62 procedure in some well-specified location (such as a result 65 procedure are extracted from the well-specified location, and the 105 is own retransmission and time-out policy as the RPC layer does not 113 application retransmits RPC messages after short time-outs, the only 120 execute-at-most-once semantics. A server can do this by taking 128 execute-at-most-once semantics. The server is not allowed to examine [all …]
|
/freebsd/usr.sbin/valectl/ |
H A D | valectl.8 | 32 .Bk -words 33 .Bl -tag -width "valectl" 60 is the name of a VALE port of 64 with their internal bridge number and port number. 65 .Bl -tag -width Ds 67 Print the number of receive rings of 92 Create a new persistent VALE port with name 97 Destroy the persistent VALE port with name 100 Show the internal bridge number and port number of the given switch port. 108 The kernel thread busy waits on the switch port rather than relying on [all …]
|
/freebsd/sbin/etherswitchcfg/ |
H A D | etherswitchcfg.8 | 1 .\" Copyright (c) 2011-2012 Stefan Bethke. 30 .Nd configure a built-in Ethernet switch 45 .Cm port%d 60 accepts a number of options: 62 .Bl -tag -width ".Fl f" -compact 70 When reporting port information, also list available media options for 71 that port. 82 .Bl -tag -width ".Cm vlan_mode mode" -compact 92 is usually the port number, and 94 is the register number. [all …]
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat.5 | 4 ipnat, ipnat.conf \- IPFilter NAT file format 18 address, and optionally port number, will be specified. 22 by some stanzas to match a packet, followed by a "->" and this is then 28 to text that appears before the "->" and the "right hand side" (RHS) for text 37 map $nif 0/0 -> 0/32 43 map ppp0 0/0 -> 0/32 56 rules. Both the source address and optionally port number can be changed 62 map le0 0/0 -> 0/32 72 map le0 0/0 -> 0/0 79 map le0 10.1.1.0/24 -> 192.168.55.3/32 [all …]
|
/freebsd/share/man/man4/ |
H A D | cxgbe.4 | 1 .\" Copyright (c) 2011-2016, Chelsio Inc 37 .Nd "Chelsio T4-, T5-, and T6-based 100Gb, 40Gb, 25Gb, 10Gb, and 1Gb Ethernet adapter driver" 42 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 71 .Bl -column -offset indent "ASIC" "Port Name" "Parent Device" 72 .It Sy ASIC Ta Sy Port Name Ta Sy Parent Device Ta Sy Virtual Interface 81 For example, a T5 adapter provides port MIBs under dev.cxl and 82 adapter-wide MIBs under dev.t5nex. 84 dev.<port> for port MIBs and dev.<nexus> for adapter-wide MIBs. 93 .Bl -bullet -compact [all …]
|
H A D | mpr.4 | 4 .\" Copyright (c) 2015-2017 Avago Technologies 5 .\" Copyright (c) 2015-2022 Broadcom Ltd. 45 .Nd "LSI Fusion-MPT 3/3.5 IT/IR 12Gb/s Serial Attached SCSI/SATA/PCIe driver" 49 .Bd -ragged -offset indent 57 .Bd -literal -offset indent 64 Fusion-MPT 3/3.5 IT/IR 72 .Bl -bullet -compact 74 Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS) 76 Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS) 78 Broadcom Ltd./Avago Tech (LSI) SAS 3108 (8 Port SAS) [all …]
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_subr.c | 1 /*- 2 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org> 55 * Map a siba(4) OCP vendor code to its corresponding JEDEC JEP-106 vendor 89 for (u_int i = 0; i < nitems(dinfo->cfg); i++) { in siba_alloc_dinfo() 90 dinfo->cfg[i] = ((struct siba_cfg_block){ in siba_alloc_dinfo() 93 .cb_rid = -1, in siba_alloc_dinfo() 95 dinfo->cfg_res[i] = NULL; in siba_alloc_dinfo() 96 dinfo->cfg_rid[i] = -1; in siba_alloc_dinfo() 99 resource_list_init(&dinfo->resources); in siba_alloc_dinfo() 101 dinfo->pmu_state = SIBA_PMU_NONE; in siba_alloc_dinfo() [all …]
|
/freebsd/contrib/ofed/opensm/man/ |
H A D | opensm.8 | 4 opensm \- InfiniBand subnet manager and administration (SM/SA) 8 [\-\-version]] 9 [\-F | \-\-config <file_name>] 10 [\-c(reate-config) <file_name>] 11 [\-g(uid) <GUID in hex>] 12 [\-l(mc) <LMC>] 13 [\-p(riority) <PRIORITY>] 14 [\-\-smkey <SM_Key>] 15 [\-\-sm_sl <SL number>] 16 [\-r(eassign_lids)] [all …]
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.8 | 3 .\" Copyright (c) 2015-2021 Alexander Motin <mav@FreeBSD.org> 36 .\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $ 72 .Aq Fl f Ar file|- 82 .Aq Fl f Ar file|- 163 .Ic port 197 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal 200 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal 207 .Aq Fl a | Fl c Ar controller-id | Fl h Ar name 218 some meta-commands that utilize 229 utility has a number of primary functions, many of which require a device [all …]
|