Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd/lib/libifconfig/
H A Dlibifconfig_bridge.c75 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()
91 free(bridge); 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()
111 free(bridge); in ifconfig_bridge_get_bridge_status()
119 free(bridge); in ifconfig_bridge_get_bridge_status()
136 if (bridge != NULL) { in ifconfig_bridge_free_bridge_status()
137 free(bridge->members); in ifconfig_bridge_free_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"
15 fpga_bridge0: fpga-bridge@ff400000 {
20 bridge-enable = <0>;
23 fpga_bridge1: fpga-bridge@ff500000 {
24 compatible = "altr,socfpga-hps2fpga-bridge";
28 bridge-enable = <1>;
31 fpga_bridge2: fpga-bridge@ff600000 {
[all …]
H A Dfpga-bridge.yaml4 $id: http://devicetree.org/schemas/fpga/fpga-bridge.yaml#
14 pattern: "^fpga-bridge(@.*|-([0-9]|[1-9][0-9]+))?$"
16 bridge-enable:
18 0 if driver should disable bridge at startup
19 1 if driver should enable bridge at startup
20 Default is to leave bridge in current state.
28 fpga-bridge {
29 bridge-enable = <0>;
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 Daltr,socfpga-hps2fpga-bridge.yaml4 $id: http://devicetree.org/schemas/fpga/altr,socfpga-hps2fpga-bridge.yaml#
13 - $ref: fpga-bridge.yaml#
18 - altr,socfpga-lwhps2fpga-bridge
19 - altr,socfpga-hps2fpga-bridge
20 - altr,socfpga-fpga2hps-bridge
43 fpga-bridge@ff400000 {
44 compatible = "altr,socfpga-lwhps2fpga-bridge";
46 bridge-enable = <0>;
H A Daltr,freeze-bridge-controller.yaml4 $id: http://devicetree.org/schemas/fpga/altr,freeze-bridge-controller.yaml#
12 changes from passing through the bridge. The controller can also
13 unfreeze/enable the bridges which allows traffic to pass through the bridge
20 - $ref: fpga-bridge.yaml#
24 const: altr,freeze-bridge-controller
37 fpga-bridge@100000450 {
38 compatible = "altr,freeze-bridge-controller";
40 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 Daltr,socfpga-fpga2sdram-bridge.yaml4 $id: http://devicetree.org/schemas/fpga/altr,socfpga-fpga2sdram-bridge.yaml#
13 - $ref: fpga-bridge.yaml#
17 const: altr,socfpga-fpga2sdram-bridge
29 fpga-bridge@ffc25080 {
30 compatible = "altr,socfpga-fpga2sdram-bridge";
32 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
79 bridge)) != NULL) { 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()
182 if (pci_read_config_dword(bridge ? bridge : mdev->pdev, 0, &v)) { in mthca_reset()
204 if (bridge) { in mthca_reset()
235 if (pci_write_config_dword(bridge, PCI_COMMAND, in mthca_reset()
296 if (bridge) in mthca_reset()
[all …]
/freebsd/tests/sys/net/
H A Dif_bridge_test.sh53 bridge=$(vnet_mkbridge)
55 ifconfig ${bridge} up
225 bridge=$(vnet_mkbridge)
284 bridge=$(vnet_mkbridge)
336 bridge=$(vnet_mkbridge)
402 bridge=$(vnet_mkbridge)
433 bridge=$(vnet_mkbridge)
435 ifconfig ${bridge} up
563 bridge=$(vnet_mkbridge)
576 check_mtu ${bridge} 2000
[all …]
/freebsd/share/examples/jails/
H A Djng151 bridge \
279 action_usage bridge # NOTREACHED
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 \
327 ngctl mkpeer $iface:lower bridge link$num link1 ||
329 ngctl name ${iface}bridge:link$num "$iface$bridge" ||
347 ngctl name "$iface$bridge:link$num" $eiface || return
[all …]
/freebsd/tests/sys/netinet/
H A Dcarp.sh76 bridge=$(vnet_mkbridge)
123 bridge=$(vnet_mkbridge)
131 jexec ${j}_one ifconfig ${bridge} 192.0.2.4/29 up
132 jexec ${j}_one ifconfig ${bridge} addm ${epair_one}a \
168 bridge=$(vnet_mkbridge)
226 bridge=$(vnet_mkbridge)
276 bridge=$(vnet_mkbridge)
286 jexec ${j}_one ifconfig ${bridge} addm ${epair_one}a \
324 bridge=$(vnet_mkbridge)
388 bridge=$(vnet_mkbridge)
[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/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBEGEMOT-BRIDGE-MIB.txt78 "Name of a bridge interface."
85 "Name of a bridge interface."
209 a bridge interface."
394 "The cost of the path from this bridge to the root bridge."
403 cost path from this bridge to the root bridge of
404 the spanning tree. If this bridge is the root bridge,
626 bridge for this bridge."
843 on a bridge interface."
986 bridge interface, associated with the bridge's transparent
1029 bridge management frames."
[all …]
/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/sys/contrib/device-tree/Bindings/display/bridge/
H A Dsimple-bridge.yaml4 $id: http://devicetree.org/schemas/display/bridge/simple-bridge.yaml#
41 description: The bridge input
45 description: The bridge output
53 description: GPIO controlling bridge enable
56 description: Power supply for the bridge
66 bridge {
H A Dcdns,mhdp8546.yaml4 $id: http://devicetree.org/schemas/display/bridge/cdns,mhdp8546.yaml#
7 title: Cadence MHDP8546 bridge
41 DP bridge clock, used by the IP to know how to translate a number of
67 First input port representing the DP bridge input.
72 Second input port representing the DP bridge input.
77 Third input port representing the DP bridge input.
82 Fourth input port representing the DP bridge input.
87 Output port representing the DP bridge output.
135 mhdp: dp-bridge@f0fb000000 {
/freebsd/sys/contrib/device-tree/Bindings/soc/imx/
H A Dfsl,imx8mm-disp-blk-ctrl.yaml36 - const: csi-bridge
47 - const: csi-bridge-axi
48 - const: csi-bridge-apb
49 - const: csi-bridge-core
78 power-domain-names = "bus", "csi-bridge", "lcdif",
90 clock-names = "csi-bridge-axi", "csi-bridge-apb", "csi-bridge-core",
/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;
H A Dcortina,gemini-sata-bridge.yaml4 $id: http://devicetree.org/schemas/ata/cortina,gemini-sata-bridge.yaml#
13 The Gemini SATA bridge in a SoC-internal PATA to SATA bridge that
19 const: cortina,gemini-sata-bridge
75 cortina,gemini-enable-sata-bridge:
77 description: Enables the PATA to SATA bridge inside the Gemnini SoC.
96 compatible = "cortina,gemini-sata-bridge";
106 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 */

12345678910>>...19