Home
last modified time | relevance | path

Searched refs:bridge (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/freebsd/lib/libifconfig/
H A Dlibifconfig_bridge.c69 struct _ifconfig_bridge_status *bridge; in ifconfig_bridge_get_bridge_status() local
74 bridge = calloc(1, sizeof(struct _ifconfig_bridge_status)); in ifconfig_bridge_get_bridge_status()
75 if (bridge == NULL) { in ifconfig_bridge_get_bridge_status()
80 bridge->inner.params = &bridge->params; in ifconfig_bridge_get_bridge_status()
84 free(bridge); in ifconfig_bridge_get_bridge_status()
87 bridge->inner.cache_size = cache_param.ifbrp_csize; in ifconfig_bridge_get_bridge_status()
91 free(bridge); in ifconfig_bridge_get_bridge_status()
94 bridge->inner.cache_lifetime = cache_param.ifbrp_ctime; in ifconfig_bridge_get_bridge_status()
97 &bridge->params, sizeof(bridge->params), false) != 0) { in ifconfig_bridge_get_bridge_status()
98 free(bridge); in ifconfig_bridge_get_bridge_status()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Daltera-hps2fpga-bridge.txt4 - regs : base address and size for AXI bridge module
6 "altr,socfpga-lwhps2fpga-bridge",
7 "altr,socfpga-hps2fpga-bridge", or
8 "altr,socfpga-fpga2hps-bridge"
9 - resets : Phandle and reset specifier for this bridge's reset
12 See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
15 fpga_bridge0: fpga-bridge@ff400000 {
16 compatible = "altr,socfpga-lwhps2fpga-bridge";
20 bridge-enable = <0>;
23 fpga_bridge1: fpga-bridge@ff500000 {
[all …]
H A Dfpga-bridge.txt4 - bridge-enable : 0 if driver should disable bridge at startup
5 1 if driver should enable bridge at startup
6 Default is to leave bridge in current state.
9 fpga_bridge3: fpga-bridge@ffc25080 {
10 compatible = "altr,socfpga-fpga2sdram-bridge";
12 bridge-enable = <0>;
H A Daltera-freeze-bridge.txt5 changes from passing through the bridge. The controller can also
7 bridge normally.
10 - compatible : Should contain "altr,freeze-bridge-controller"
11 - regs : base address and size for freeze bridge module
13 See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
17 compatible = "altr,freeze-bridge-controller";
19 bridge-enable = <0>;
H A Daltera-fpga2sdram-bridge.txt4 - compatible : Should contain "altr,socfpga-fpga2sdram-bridge"
6 See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
9 fpga_bridge3: fpga-bridge@ffc25080 {
10 compatible = "altr,socfpga-fpga2sdram-bridge";
12 bridge-enable = <0>;
H A Dxilinx-pr-decoupler.txt6 changes from passing through the bridge. The controller can also
8 bridge normally.
14 from passing through the bridge. The controller safely handles AXI4MM
33 Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
37 fpga-bridge@100000450 {
43 bridge-enable = <0>;
47 fpga-bridge@100000450 {
53 bridge-enable = <0>;
/freebsd/sys/dev/mthca/
H A Dmthca_reset.c49 struct pci_dev *bridge = NULL; in mthca_reset() local
77 while ((bridge = pci_get_device(mdev->pdev->vendor, in mthca_reset()
79 bridge)) != NULL) { in mthca_reset()
80 if (bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE && in mthca_reset()
81 bridge->subordinate == mdev->pdev->bus) { in mthca_reset()
83 pci_name(bridge)); in mthca_reset()
88 if (!bridge) { in mthca_reset()
128 if (bridge) { in mthca_reset()
140 if (pci_read_config_dword(bridge, i * 4, bridge_header + i)) { in mthca_reset()
147 bridge_pcix_cap = pci_find_capability(bridge, PCI_CAP_ID_PCIX); in mthca_reset()
[all …]
/freebsd/tests/sys/net/
H A Dif_bridge_test.sh53 bridge=$(vnet_mkbridge)
55 ifconfig ${bridge} up
58 ifconfig ${bridge} addm ${epair_alcatraz}a
59 ifconfig ${bridge} addm ${epair_singsing}a
225 bridge=$(vnet_mkbridge)
227 vnet_mkjail one ${bridge} ${epair}a
231 jexec one ifconfig ${bridge} up
233 jexec one ifconfig ${bridge} addm ${epair}a
237 jexec one ifconfig ${bridge} static ${epair}b 00:01:02:03:04:05
241 jexec one ifconfig ${bridge} static ${epair}a 00:01:02:03:04
[all …]
/freebsd/share/examples/jails/
H A Djng151 bridge \
263 jng_bridge_usage="bridge [-b BRIDGE_NAME] NAME [!|=]iface0 [[!|=]iface1 ...]"
271 [ "$bridge" ] || action_usage bridge ;; # NOTREACHED
279 action_usage bridge # NOTREACHED
310 if ! ngctl info ${iface}bridge: > /dev/null 2>&1; then
311 ngctl mkpeer $iface: bridge lower link0 || return
314 ngctl name $iface:lower ${iface}bridge || return
318 if [ "$bridge" != "bridge" ] &&
319 ! ngctl info "$iface$bridge:" > /dev/null 2>&1
322 while ngctl msg ${iface}bridge: getstats $num \
[all …]
H A Djib268 b) bridge="${OPTARG:-bridge}" ;;
300 if ! ifconfig "$iface$bridge" > /dev/null 2>&1; then
301 new=$( ifconfig bridge create ) || return
303 ifconfig $new name "$iface$bridge" || return
304 ifconfig "$iface$bridge" up || return
309 ifconfig "$iface$bridge" addm $new || return
H A Drc.conf.jails37 #jail_{name}_exec_prestart0="jng bridge {name} em0" # bridge interface(s)
50 #jail_{name}_exec_prestart0="jib addm {name} em0" # bridge interface(s)
63 jail_XXX_exec_prestart0="jng bridge XXX em0" # bridge interface(s)
67 #jail_XXX_exec_prestart0="jib addm XXX em0" # bridge interface(s)
/freebsd/tests/sys/netinet/
H A Dcarp.sh76 bridge=$(vnet_mkbridge)
80 vnet_mkjail carp_basic_v4_one ${bridge} ${epair_one}a ${epair_two}a
84 jexec carp_basic_v4_one ifconfig ${bridge} 192.0.2.4/29 up
85 jexec carp_basic_v4_one ifconfig ${bridge} addm ${epair_one}a \
123 bridge=$(vnet_mkbridge)
127 vnet_mkjail ${j}_one ${bridge} ${epair_one}a ${epair_two}a
131 jexec ${j}_one ifconfig ${bridge} 192.0.2.4/29 up
132 jexec ${j}_one ifconfig ${bridge} addm ${epair_one}a \
233 bridge=$(vnet_mkbridge)
237 vnet_mkjail carp_basic_v6_one ${bridge} ${epair_one}a ${epair_two}a
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBEGEMOT-BRIDGE-MIB.txt56 "The Begemot MIB for managing bridge interfaces."
78 "Name of a bridge interface."
85 "Name of a bridge interface."
92 "A port identifier that contains a bridge port's STP priority
121 bridge interface on the managed device."
129 "A list of information for the bridge interfaces on
147 "The name of the bridge interface for which this
156 "The MAC address of the bridge interface."
164 "The number of ports, members of this bridge."
177 "Indicates what type of bridging this bridge can
[all …]
H A DBRIDGE-MIB.txt37 "Email: bridge-mib@ietf.org
54 Send comments to <bridge-mib@ietf.org>"
96 Protocol, to uniquely identify a bridge. Its first two
99 refer to a bridge in a unique fashion (typically, the
101 bridge)."
185 "The MAC address used by this bridge when it must be
188 all ports that belong to this bridge. However, it is only
218 "Indicates what type of bridging this bridge can
219 perform. If a bridge is actually performing a
233 port that is associated with this bridge. Transparent,
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofw_pcib_pci.c53 static int ofw_pcib_pci_route_interrupt(device_t bridge, device_t dev,
119 ofw_pcib_pci_get_node(device_t bridge, device_t dev) in ofw_pcib_pci_get_node() argument
123 return (ofw_bus_get_node(bridge)); in ofw_pcib_pci_get_node()
127 ofw_pcib_pci_route_interrupt(device_t bridge, device_t dev, int intpin) in ofw_pcib_pci_route_interrupt() argument
136 sc = device_get_softc(bridge); in ofw_pcib_pci_route_interrupt()
165 return (pcib_route_interrupt(bridge, dev, intpin)); in ofw_pcib_pci_route_interrupt()
168 bridge)), bridge, intpin)); in ofw_pcib_pci_route_interrupt()
/freebsd/sys/dev/ofw/
H A Dofw_subr.c87 phandle_t bridge, parent; in ofw_reg_to_paddr() local
94 bridge = OF_parent(dev); in ofw_reg_to_paddr()
95 if (bridge == 0) in ofw_reg_to_paddr()
102 get_addr_props(bridge, &naddr, &nsize, &pci); in ofw_reg_to_paddr()
130 parent = OF_parent(bridge); in ofw_reg_to_paddr()
133 res = OF_getencprop(bridge, "ranges", cell, sizeof(cell)); in ofw_reg_to_paddr()
171 bridge = parent; in ofw_reg_to_paddr()
172 parent = OF_parent(bridge); in ofw_reg_to_paddr()
173 get_addr_props(bridge, &naddr, &nsize, &pci); in ofw_reg_to_paddr()
/freebsd/tools/tools/netmap/
H A DMakefile5 PROGS = pkt-gen nmreplay bridge lb
28 bridge: bridge.o target
29 $(CC) $(CFLAGS) -o bridge bridge.o $(LDFLAGS)
/freebsd/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c44 device_t bridge; member
66 ret = -agp_bind_pages(agp_be->bridge, agp_be->pages, in ttm_agp_bind()
78 return -agp_unbind_pages(agp_be->bridge, ttm->num_pages << PAGE_SHIFT, in ttm_agp_unbind()
98 device_t bridge, in ttm_agp_tt_create() argument
106 agp_be->bridge = bridge; in ttm_agp_tt_create()
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dcortina,gemini-sata-bridge.txt3 The Gemini SATA bridge in a SoC-internal PATA to SATA bridge that
9 "cortina,gemini-sata-bridge"
37 - cortina,gemini-enable-sata-bridge: enables the PATA to SATA bridge
44 compatible = "cortina,gemini-sata-bridge";
54 cortina,gemini-enable-sata-bridge;
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,orion-intc.txt29 - compatible: shall be "marvell,orion-bridge-intc"
30 - reg: base address of bridge interrupt registers starting with CAUSE register
31 - interrupts: bridge interrupt of the main interrupt controller
36 - marvell,#interrupts: number of interrupts provided by bridge interrupt
41 compatible = "marvell,orion-bridge-intc";
46 /* Dove bridge provides 5 interrupts */
/freebsd/sys/dev/drm2/
H A Ddrm_agpsupport.c59 agp_get_info(dev->agp->bridge, kern); in drm_agp_info()
105 retcode = agp_acquire(dev->agp->bridge); in drm_agp_acquire()
144 agp_release(dev->agp->bridge); in drm_agp_release()
172 agp_enable(dev->agp->bridge, mode.mode); in drm_agp_enable()
216 if (!(memory = agp_alloc_memory(dev->agp->bridge, type, pages << PAGE_SHIFT))) { in drm_agp_alloc()
227 agp_memory_info(dev->agp->bridge, entry->memory, &info); in drm_agp_alloc()
408 head->bridge = agp_find_device(); in drm_agp_init()
409 if (!head->bridge) { in drm_agp_init()
413 agp_get_info(head->bridge, &head->agp_info); in drm_agp_init()
441 mem = agp_allocate_memory(dev->agp->bridge, num_pages, in drm_agp_bind_pages()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,sta350.txt23 0: 2-channel (full-bridge) power, 2-channel data-out
24 1: 2 (half-bridge). 1 (full-bridge) on-board power
71 If present, power bridge correction for THD reduction near maximum
93 - st,bridge-immediate-off:
94 If present, the bridge will be switched off immediately after the
95 power-down-gpio goes low. Otherwise, the bridge will wait for 13
108 If present, the bridge power-down time will be divided by the provided
121 // (full-bridge) power,
126 st,max-power-correction; // enables power bridge
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci.txt11 Additionally to the properties specified in the above standards a host bridge
15 If present this property assigns a fixed PCI domain number to a host bridge,
20 number for each host bridge in the system must be unique.
32 root port to downstream device and host bridge drivers can do programming
40 tree, as children of the host bridge node. Even though those devices are
47 Identifies the PCI-PCI bridge. As defined in the IEEE Std 1275-1994
52 The bus number is defined by firmware, through the standard bridge
55 register of the bridge directly above this port. Otherwise, the bus
59 If firmware leaves the ARI Forwarding Enable bit set in the bridge
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_if.m40 # bhndb bridge device interface.
130 * Populate @p info with board info known only to the bridge,
163 * Get the host bridge core info for the attached bhnd bus.
165 * @param dev The bridge device.
167 * @param[out] core Will be populated with the host bridge core info, if
171 * @retval ENOENT No host bridge core found.
172 * @retval non-zero If locating the host bridge core otherwise fails, a
182 * Mark a resource as 'suspended', gauranteeing to the bridge that no
191 * @param dev The bridge device.
214 * @param dev The bridge device.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/
H A Dpwrap.txt15 bridge. In the binding description below the properties needed for bridging
36 - reg-names: "pwrap" is required; "pwrap-bridge" is optional.
38 "pwrap-bridge": bridge base (IP Pairing)
50 "pwrap-bridge" (IP Pairing)
64 reg-names = "pwrap", "pwrap-bridge";
68 reset-names = "pwrap", "pwrap-bridge";

12345678910>>...16