Home
last modified time | relevance | path

Searched +full:er +full:- +full:x +full:- +full:sfp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-nfs.c26 #include "netdissect-stdinc.h"
119 * was primarily BSD-derived.
130 { 18, "Cross-device link" }, /* EXDEV */
138 { 30, "Read-only file system" }, /* EROFS */
210 strlcpy(srcaddr, GET_IPADDR_STRING(ip->ip_src), sizeof(srcaddr)); in nfsaddr_print()
211 strlcpy(dstaddr, GET_IPADDR_STRING(ip->ip_dst), sizeof(dstaddr)); in nfsaddr_print()
215 strlcpy(srcaddr, GET_IP6ADDR_STRING(ip6->ip6_src), in nfsaddr_print()
217 strlcpy(dstaddr, GET_IP6ADDR_STRING(ip6->ip6_dst), in nfsaddr_print()
261 sa3->sa_modeset = GET_BE_U_4(dp); in parse_sattr3()
263 if (sa3->sa_modeset) { in parse_sattr3()
[all …]
/freebsd/lib/libifconfig/
H A Dsfp.lua2 -- ex: sw=4 et:
3 --[[
4 /*-
31 -- Try to put the template.lua library in the package search path.
34 -- Render the template named by the first argument to this script.
35 require("template").render(arg[1], { -- This table is the template's context.
37 -- The table `enums' is accessible in the template. It is a list of strings
38 -- and tables that describe the various enum types we are generating and the
39 -- ancillary metadata for generating other related code.
42 -- Strings at this level are rendered as block comments for convenience.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dmt7530.txt6 - compatible: may be compatible = "mediatek,mt7530"
9 - #address-cells: Must be 1.
10 - #size-cells: Must be 0.
11 - mediatek,mcm: Boolean; if defined, indicates that either MT7530 is the part
12 on multi-chip module belong to MT7623A has or the remotely standalone
17 - core-supply: Phandle to the regulator node necessary for the core power.
18 - io-supply: Phandle to the regulator node necessary for the I/O power.
19 See Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
24 - reset-gpios: Should be a gpio specifier for a reset line.
28 - resets : Phandle pointing to the system reset controller with
[all …]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2024-09-20 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
41 7a09 PCI-to-PCI Bridge
49 7a19 PCI-to-PCI Bridge
53 7a29 PCI-to-PCI Bridge
[all …]
/freebsd/sys/dev/mxge/
H A Dif_mxge.c2 SPDX-License-Identifier: BSD-2-Clause
4 Copyright (c) 2006-2013, Myricom Inc.
161 device_set_desc(dev, "Myri10G-PCIE-8A"); in mxge_probe()
164 device_set_desc(dev, "Myri10G-PCIE-8B"); in mxge_probe()
167 device_set_desc(dev, "Myri10G-PCIE-8??"); in mxge_probe()
184 sc->wc = 1; in mxge_enable_wc()
185 len = rman_get_size(sc->mem_res); in mxge_enable_wc()
186 err = pmap_change_attr((vm_offset_t) sc->sram, in mxge_enable_wc()
189 device_printf(sc->dev, "pmap_change_attr failed, %d\n", in mxge_enable_wc()
191 sc->wc = 0; in mxge_enable_wc()
[all …]
/freebsd/sys/dev/e1000/
H A Dif_em.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2001-2024, Intel Corporation
40 static const char em_driver_version[] = "7.7.8-fbsd";
41 static const char igb_driver_version[] = "2.5.28-fbsd";
55 /* Intel(R) - lem-class legacy devices */
70 "Intel(R) Legacy PRO/1000 82541ER"),
72 "Intel(R) Legacy PRO/1000 MT 82541ER"),
136 /* Intel(R) - em-class devices */
185 PVID(0x8086, E1000_DEV_ID_ICH8_82567V_3, "Intel(R) 82567V-3 ICH8"),
[all …]