/freebsd-src/contrib/ofed/opensm/include/opensm/ |
H A D | osm_switch.h | 39 * This object represents an IBA switch. 63 /****h* OpenSM/Switch 65 * Switch 68 * The Switch object encapsulates the information needed by the 69 * OpenSM to manage switches. The OpenSM allocates one switch object 70 * per switch in the IBA subnet. 72 * The Switch object is not thread safe, thus callers must provide 82 /****s* OpenSM: Switch/osm_switch_t 87 * Switch structure. 123 * Pointer to the Node object for this switch. [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | brcm,sf2.yaml | 7 title: Broadcom Starfighter 2 integrated switch 16 - brcm,bcm4908-switch 17 - brcm,bcm7278-switch-v4.0 18 - brcm,bcm7278-switch-v4.8 19 - brcm,bcm7445-switch-v4.0 47 const: switch 52 - description: switch's main clock 53 - description: dividing of the switch core clock 63 description: maximum number of integrated gigabit PHYs in the switch 67 description: maximum number of RGMII interfaces supported by the switch [all …]
|
H A D | marvell,mv88e6xxx.yaml | 7 title: Marvell MV88E6xxx DSA switch family 13 The Marvell MV88E6xxx switch series has been produced and sold 14 by Marvell since at least 2008. The switch has a few compatibles which 15 just indicate the base address of the switch, then operating systems 16 can investigate switch ID registers to find out which actual version 17 of the switch it is dealing with. 27 marvell,mv88e6085: This switch uses base address 0x10. 28 This switch and its siblings will be autodetected from 29 ID registers found in the switch, so only "marvell,mv88e6085" should be 33 marvell,mv88e6190: This switch uses base address 0x00. [all …]
|
H A D | marvell.txt | 1 Marvell DSA Switch Device Tree Bindings 17 which is at a different MDIO base address in different switch families. 18 - "marvell,mv88e6085" : Switch has base address 0x10. Use with models: 22 - "marvell,mv88e6190" : Switch has base address 0x00. Use with models: 24 - "marvell,mv88e6250" : Switch has base address 0x08 or 0x18. Use with model: 31 - reg : Address on the MII bus for the switch. 36 - interrupts : Interrupt from the switch 37 - interrupt-controller : Indicates the switch is itself an interrupt 41 switch. Must be set if the switch can not detect 60 switch0: switch@0 { [all …]
|
H A D | dsa.yaml | 7 title: Ethernet Switch 21 $ref: /schemas/net/ethernet-switch.yaml# 29 cluster a switch takes. <0 0> is cluster 0, switch 0. <0 1> is cluster 0, 30 switch 1. <1 0> is cluster 1, switch 0. A switch not part of any cluster 38 description: A DSA switch without any extra port properties 45 description: Ethernet switch ports
|
H A D | b53.txt | 6 - compatible: For external switch chips, compatible string must be exactly one 20 For the BCM5310x SoCs with an integrated switch, must be one of: 27 For the BCM5831X/BCM1140x SoCs with an integrated switch, must be one of: 35 For the BCM585xx/586XX/88312 SoCs with an integrated switch, must be one of: 44 For the BCM63xx/33xx SoCs with an integrated switch, must be one of: 45 "brcm,bcm3384-switch" 46 "brcm,bcm6328-switch" 47 "brcm,bcm6368-switch" and the mandatory "brcm,bcm63xx-switch" 52 Switch Register Access block base, the second is the port 5/4 mux 90 Ethernet switch connected via MDIO to the host, CPU port wired to eth0: [all …]
|
H A D | marvell,mv88e6060.yaml | 7 title: Marvell MV88E6060 DSA switch 13 The Marvell MV88E6060 switch has been produced and sold by Marvell 14 since at least 2008. The switch has one pin ADDR4 that controls the 15 MDIO address of the switch to be 0x10 or 0x00, and on the MDIO bus 16 connected to the switch, the PHYs inside the switch appear as 18 from many other DSA switches this switch does not have an internal 25 The MV88E6060 is the oldest Marvell DSA switch product, and 53 ethernet-switch@16 {
|
/freebsd-src/crypto/openssl/test/ssl-tests/ |
H A D | 09-alpn.cnf | 11 test-6 = 6-alpn-with-sni-no-context-switch 12 test-7 = 7-alpn-with-sni-context-switch 16 test-11 = 11-alpn-server-switch-resumption 17 test-12 = 12-alpn-client-switch-resumption 202 [6-alpn-with-sni-no-context-switch] 203 ssl_conf = 6-alpn-with-sni-no-context-switch-ssl 205 [6-alpn-with-sni-no-context-switch-ssl] 206 server = 6-alpn-with-sni-no-context-switch-server 207 client = 6-alpn-with-sni-no-context-switch-client 208 server2 = 6-alpn-with-sni-no-context-switch [all...] |
H A D | 08-npn.cnf | 13 test-8 = 8-npn-with-sni-no-context-switch 14 test-9 = 9-npn-with-sni-context-switch 20 test-15 = 15-npn-server-switch-resumption 21 test-16 = 16-npn-client-switch-resumption 276 [8-npn-with-sni-no-context-switch] 277 ssl_conf = 8-npn-with-sni-no-context-switch-ssl 279 [8-npn-with-sni-no-context-switch-ssl] 280 server = 8-npn-with-sni-no-context-switch-server 281 client = 8-npn-with-sni-no-context-switch-client 282 server2 = 8-npn-with-sni-no-context-switch [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 22 switch (Tag) { in TagString() 41 switch (Tag) { in TagVersion() 52 switch (Tag) { in TagVendor() 63 switch (Children) { in ChildrenString() 73 switch (Attribute) { in AttributeString() 84 switch (Attribute) { in AttributeVersion() 95 switch (Attribute) { in AttributeVendor() 106 switch (Encoding) { in FormEncodingString() 117 switch (Form) { in FormVersion() 128 switch (For in FormVendor() [all...] |
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | tdls.h | 23 * struct iwl_tdls_channel_switch_timing - Switch timing in TDLS channel-switch 24 * @frame_timestamp: GP2 timestamp of channel-switch request/response packet 30 * @switch_time: switch time the peer sent in its channel switch timing IE 31 * @switch_timeout: switch timeout the peer sent in its channel switch timing IE 43 * struct iwl_tdls_channel_switch_frame - TDLS channel switch frame template 45 * A template representing a TDLS channel-switch request or response frame 47 * @switch_time_offset: offset to the channel switch timing IE in the template 61 * @frame: channel-switch request/response template, depending to switch_type 69 * struct iwl_tdls_channel_switch_cmd - TDLS channel switch command 71 * The command is sent to initiate a channel switch and also in response to [all …]
|
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_cache.c | 108 /* port[0] fields represent this switch details - lid and type */ in cache_sw_new() 156 "Caching switch port: lid %u [port %u] -> lid %u (%s)\n", in cache_add_sw_link() 174 "ERR AD02: Wrong switch? - cache is invalid\n"); in cache_add_sw_link() 263 "Found uncached switch/link (lid %u, port %u)\n", in cache_remove_port() 272 "Found uncached switch link (lid %u, port %u)\n", in cache_remove_port() 280 "Remote lid change on switch lid %u, port %u " in cache_remove_port() 291 "Remote node type change on switch lid %u, port %u\n", in cache_remove_port() 355 "\t Switch lid %u %s%s\n", in ucast_cache_dump() 357 (cache_sw_is_leaf(p_sw)) ? "[leaf switch] " : "", in ucast_cache_dump() 358 (p_sw->dropped) ? "[whole switch missing]" : ""); in ucast_cache_dump() [all …]
|
H A D | osm_ucast_ftree.c | 64 * Each node (switch) is assigned a unique tuple. 70 * Note that the above also implies that each switch 151 uint8_t remote_node_type; /* IB_NODE_TYPE_{CA,SWITCH,ROUTER,...} */ 152 ftree_hca_or_sw hca_or_sw; /* pointer to this hca/switch */ 153 ftree_hca_or_sw remote_hca_or_sw; /* pointer to remote hca/switch */ 416 switch (node_type) { in port_group_create() 424 /* we shouldn't get here - port is created only in hca or switch */ in port_group_create() 429 switch (remote_node_type) { in port_group_create() 439 /* we shouldn't get here - port is created only in hca or switch */ in port_group_create() 551 /* make sure that the switch has ports */ in sw_create() [all …]
|
/freebsd-src/share/man/man9/ |
H A D | mi_switch.9 | 39 .Nd switch to another thread context 49 switch. 50 It is the single entry point for every context switch and is called from only 52 The context switch is, by necessity, always performed by the switched thread, 53 even when the switch is initiated from elsewhere; e.g. preemption requested via 100 indicates the context switch type. 104 Switch due to delayed preemption after exiting a critical section. 106 Switch after propagating scheduling priority to the owner of a resource. 115 Switch from the idle thread. 130 In addition to the switch typ [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 41 switch (Type) { in supportsX86_64() 58 switch (Type) { in resolveX86_64() 77 switch (Type) { in supportsAArch64() 91 switch (Type) { in resolveAArch64() 108 switch (Type) { in supportsBPF() 119 switch (Type) { in resolveBPF() 130 switch (Type) { in supportsMips64() 143 switch (Type) { in resolveMips64() 158 switch (Type) { in supportsMSP430() 169 switch (Type) { in resolveMSP430() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | microchip,lan966x-switch.yaml | 4 $id: http://devicetree.org/schemas/net/microchip,lan966x-switch.yaml# 7 title: Microchip Lan966x Ethernet switch controller 13 The lan966x switch is a multi-port Gigabit AVB/TSN Ethernet Switch with 20 pattern: "^switch@[0-9a-f]+$" 23 const: microchip,lan966x-switch 55 - description: Reset controller used for switch core reset (soft reset) 59 - const: switch 87 Switch port number 141 switch: switch@e0000000 { 142 compatible = "microchip,lan966x-switch"; [all …]
|
H A D | ti,cpsw-switch.yaml | 4 $id: http://devicetree.org/schemas/net/ti,cpsw-switch.yaml# 7 title: TI SoC Ethernet Switch Controller (CPSW) 14 The 3-port switch gigabit ethernet subsystem provides ethernet packet 15 communication and can be configured as an ethernet switch. It provides the 24 - const: ti,cpsw-switch 26 - const: ti,am335x-cpsw-switch 27 - const: ti,cpsw-switch 29 - const: ti,am4372-cpsw-switch 30 - const: ti,cpsw-switch 32 - const: ti,dra7-cpsw-switch [all...] |
H A D | mscc,vsc7514-switch.yaml | 4 $id: http://devicetree.org/schemas/net/mscc,vsc7514-switch.yaml# 7 title: Microchip VSC7514 Ethernet switch controller 15 Bindings for the Microchip VSC7514 switch driver 17 The VSC7514 switch driver handles up to 11 ports and can inject/extract 25 const: mscc,vsc7514-switch 27 $ref: ethernet-switch.yaml#/$defs/ethernet-ports 40 const: mscc,vsc7512-switch 52 - mscc,vsc7512-switch 53 - mscc,vsc7514-switch 130 switch@1010000 { [all …]
|
/freebsd-src/include/rpcsvc/ |
H A D | nfs_prot.x | 146 union attrstat switch (nfsstat status) { 174 union diropres switch (nfsstat status) { 181 union readlinkres switch (nfsstat status) { 206 union readres switch (nfsstat status) { 269 union readdirres switch (nfsstat status) { 284 union statfsres switch (nfsstat status) { 407 union post_op_attr switch (bool attributes_follow) { 420 union pre_op_attr switch (bool attributes_follow) { 432 union post_op_fh3 switch (bool handle_follows) { 448 union set_mode3 switch (bool set_it) { [all …]
|
/freebsd-src/sys/compat/freebsd32/ |
H A D | freebsd32_systrace_args.c | 17 switch (sysnum) { in systrace_args() 3406 switch (sysnum) { in systrace_entry_setargdesc() 3412 switch (ndx) { in systrace_entry_setargdesc() 3425 switch (ndx) { in systrace_entry_setargdesc() 3441 switch (ndx) { in systrace_entry_setargdesc() 3457 switch (ndx) { in systrace_entry_setargdesc() 3473 switch (ndx) { in systrace_entry_setargdesc() 3483 switch (ndx) { in systrace_entry_setargdesc() 3502 switch (ndx) { in systrace_entry_setargdesc() 3515 switch (nd in systrace_entry_setargdesc() [all...] |
/freebsd-src/contrib/expat/lib/ |
H A D | xmlrole.c | 143 switch (tok) { in prolog0() 174 switch (tok) { in prolog1() 209 switch (tok) { in prolog2() 229 switch (tok) { in doctype0() 243 switch (tok) { in doctype1() 272 switch (tok) { in doctype2() 288 switch (tok) { in doctype3() 304 switch (tok) { in doctype4() 323 switch (tok) { in doctype5() 336 switch (tok) { in internalSubset() [all …]
|
/freebsd-src/sys/kern/ |
H A D | systrace_args.c | 14 switch (sysnum) { in systrace_args() 3493 switch (sysnum) { in systrace_entry_setargdesc() 3499 switch (ndx) { in systrace_entry_setargdesc() 3512 switch (ndx) { in systrace_entry_setargdesc() 3528 switch (ndx) { in systrace_entry_setargdesc() 3544 switch (ndx) { in systrace_entry_setargdesc() 3560 switch (ndx) { in systrace_entry_setargdesc() 3570 switch (ndx) { in systrace_entry_setargdesc() 3589 switch (ndx) { in systrace_entry_setargdesc() 3602 switch (nd in systrace_entry_setargdesc() [all...] |
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 14 switch (sysnum) { in systrace_args() 3327 switch (sysnum) { in systrace_entry_setargdesc() 3330 switch (ndx) { in systrace_entry_setargdesc() 3343 switch (ndx) { in systrace_entry_setargdesc() 3359 switch (ndx) { in systrace_entry_setargdesc() 3375 switch (ndx) { in systrace_entry_setargdesc() 3391 switch (ndx) { in systrace_entry_setargdesc() 3401 switch (ndx) { in systrace_entry_setargdesc() 3417 switch (ndx) { in systrace_entry_setargdesc() 3430 switch (nd in systrace_entry_setargdesc() [all...] |
/freebsd-src/sys/amd64/linux/ |
H A D | linux_systrace_args.c | 14 switch (sysnum) { in systrace_args() 2818 switch (sysnum) { in systrace_entry_setargdesc() 2821 switch (ndx) { in systrace_entry_setargdesc() 2837 switch (ndx) { in systrace_entry_setargdesc() 2853 switch (ndx) { in systrace_entry_setargdesc() 2869 switch (ndx) { in systrace_entry_setargdesc() 2879 switch (ndx) { in systrace_entry_setargdesc() 2892 switch (ndx) { in systrace_entry_setargdesc() 2905 switch (ndx) { in systrace_entry_setargdesc() 2918 switch (nd in systrace_entry_setargdesc() [all...] |
/freebsd-src/sbin/etherswitchcfg/ |
H A D | etherswitchcfg.8 | 30 .Nd configure a built-in Ethernet switch 58 utility is used to configure an Ethernet switch built into the system. 66 control file that represents the switch to be configured. 78 The config command provides access to global switch configuration 84 Sets the switch VLAN mode (depends on the hardware). 88 to or integrated into the switch controller. 100 The port command selects one of the ports of the switch. 129 are supported by all switch drivers): 145 This options makes the switch port lock on the first MAC address it sees. 146 After that, usually you need to reset the switch to learn different [all …]
|