Searched refs:bridge (Results 1 - 25 of 99) sorted by relevance

1234

/freebsd-11-stable/tools/tools/tinybsd/conf/bridge/etc/
H A Dsysctl.conf4 net.link.bridge.ipfw=1
5 net.link.bridge.pfil_onlyip=1
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pcib_subr.c52 ofw_pcib_gen_setup(device_t bridge) argument
56 sc = device_get_softc(bridge);
57 sc->ops_pcib_sc.dev = bridge;
58 sc->ops_node = ofw_bus_get_node(bridge);
67 ofw_pcib_gen_route_interrupt(device_t bridge, device_t dev, int intpin) argument
74 sc = device_get_softc(bridge);
93 return (pcib_route_interrupt(bridge, dev, intpin));
97 bridge)), bridge, intpin));
101 ofw_pcib_gen_get_node(device_t bridge, device_ argument
[all...]
H A Dofw_pcibus.c64 static void ofw_pcibus_setup_device(device_t bridge, uint32_t clock,
130 ofw_pcibus_setup_device(device_t bridge, uint32_t clock, u_int busno, argument
134 PCIB_READ_CONFIG(bridge, busno, slot, func, (n), (w))
136 PCIB_WRITE_CONFIG(bridge, busno, slot, func, (n), (v), (w))
149 * For bridges, we additionally set up the bridge control and the
158 device_printf(bridge,
159 "bridge %d/%d/%d: control 0x%x -> 0x%x\n",
166 device_printf(bridge,
167 "bridge %d/%d/%d: latency timer %d -> %d\n",
187 device_printf(bridge, "devic
[all...]
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_reset.c49 struct pci_dev *bridge = NULL; local
69 * find the associated bridge device and save off its PCI
74 /* Look for the bridge -- its device ID will be 2 more
77 while ((bridge = pci_get_device(mdev->pdev->vendor,
79 bridge)) != NULL) {
80 if (bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE &&
81 bridge->subordinate == mdev->pdev->bus) {
82 mthca_dbg(mdev, "Found bridge: %s\n",
83 pci_name(bridge));
88 if (!bridge) {
[all...]
/freebsd-11-stable/tests/sys/netgraph/
H A DMakefile9 bridge \
14 SRCS.bridge= bridge.c util.c
/freebsd-11-stable/tools/tools/netmap/
H A DMakefile6 PROGS = pkt-gen bridge vale-ctl lb
28 bridge: bridge.o
29 $(CC) $(CFLAGS) -o bridge bridge.o
/freebsd-11-stable/etc/rc.d/
H A Dbridge28 # PROVIDE: bridge
35 name="bridge"
36 desc="Network bridge setup"
49 bridge=$1
52 eval interfaces=\$autobridge_${bridge}
56 ifconfig $bridge $cmd $iface > /dev/null 2>&1
/freebsd-11-stable/share/examples/jails/
H A Djng51 # # arguments given to `jng bridge xxx' in exec.prestart value.
62 # # NB: The number of arguments after `jng bridge xxx' should match
65 # exec.prestart += "jng bridge xxx em0 em1 ...";
106 # jail_xxx_exec_prestart0="jng bridge xxx em0 em1 ..." # bridge interface(s)
152 bridge \
264 jng_bridge_usage="bridge [-b BRIDGE_NAME] NAME [!|=]iface0 [[!|=]iface1 ...]"
268 local OPTIND=1 OPTARG flag bridge=bridge
271 b) bridge
[all...]
H A Djib106 # jail_xxx_exec_prestart0="jib addm xxx em0 em1 ..." # bridge interface(s)
266 local OPTIND=1 OPTARG flag bridge=bridge
269 b) bridge="${OPTARG:-bridge}" ;;
301 if ! ifconfig "$iface$bridge" > /dev/null 2>&1; then
302 new=$( ifconfig bridge create ) || return
304 ifconfig $new name "$iface$bridge" || return
305 ifconfig "$iface$bridge" up || return
308 # Create a new interface to the bridge
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.sbin/tcpdump/
H A Dt_tcpdump.sh46 bridge*)
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_sprom.c36 * Provides support for early PCI bridge cores that vend SPROM CSRs
63 device_t bridge, bus; local
66 /* Our parent must be a PCI-BHND bridge with an attached bhnd bus */
67 bridge = device_get_parent(dev);
68 if (device_get_driver(bridge) != &bhndb_pci_driver)
71 bus = device_find_child(bridge, devclass_get_name(bhnd_devclass), 0);
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_subr.c82 phandle_t bridge, parent; local
89 bridge = OF_parent(dev);
90 if (bridge == 0)
97 get_addr_props(bridge, &naddr, &nsize, &pci);
117 * Map the address range in the bridge's decoding window as given
125 parent = OF_parent(bridge);
128 res = OF_getencprop(bridge, "ranges", cell, sizeof(cell));
166 bridge = parent;
167 parent = OF_parent(bridge);
168 get_addr_props(bridge,
[all...]
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c46 device_t bridge; member in struct:ttm_agp_backend
68 ret = -agp_bind_pages(agp_be->bridge, agp_be->pages,
80 return -agp_unbind_pages(agp_be->bridge, ttm->num_pages << PAGE_SHIFT,
100 device_t bridge,
108 agp_be->bridge = bridge;
99 ttm_agp_tt_create(struct ttm_bo_device *bdev, device_t bridge, unsigned long size, uint32_t page_flags, vm_page_t dummy_read_page) argument
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_pcib_pci.c54 static int ofw_pcib_pci_route_interrupt(device_t bridge, device_t dev,
75 * This is here so that we can use pci bridge methods, too - the
100 device_set_desc(dev, "OFW PCI-PCI bridge");
121 ofw_pcib_pci_get_node(device_t bridge, device_t dev) argument
125 return (ofw_bus_get_node(bridge));
129 ofw_pcib_pci_route_interrupt(device_t bridge, device_t dev, int intpin) argument
138 sc = device_get_softc(bridge);
167 return (pcib_route_interrupt(bridge, dev, intpin));
170 bridge)), bridge, intpi
[all...]
/freebsd-11-stable/tools/tools/net80211/scripts/
H A Dsetup.tdma-slave3 # Setup a TDMA slave and hook it into a bridge.
16 BRIDGE=`ifconfig bridge create`
H A Dsetup.dfs19 BRIDGE=`ifconfig bridge create`
H A Dsetup.fixed13 BRIDGE=`ifconfig bridge create`
H A Dsetup.simple12 BRIDGE=`ifconfig bridge create`
H A Dsetup.tdma-master3 # Setup a TDMA master and bridge it to a wired NIC.
16 BRIDGE=`ifconfig bridge create`
H A Dsetup.updown18 BRIDGE=`ifconfig bridge create`
H A Dsetup.wep18 BRIDGE=`ifconfig bridge create`
/freebsd-11-stable/sys/sparc64/isa/
H A Dofw_isa.c128 ofw_isa_route_intr(device_t bridge, phandle_t node, struct ofw_bus_iinfo *ii, argument
135 pbridge = device_get_parent(device_get_parent(bridge));
142 /* Try routing at the parent bridge. */
143 mintr = PCIB_ROUTE_INTERRUPT(pbridge, bridge, intr);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DMakefile5 MOD= bridge
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c61 agp_get_info(dev->agp->bridge, kern);
107 retcode = agp_acquire(dev->agp->bridge);
146 agp_release(dev->agp->bridge);
174 agp_enable(dev->agp->bridge, mode.mode);
218 if (!(memory = agp_alloc_memory(dev->agp->bridge, type, pages << PAGE_SHIFT))) {
229 agp_memory_info(dev->agp->bridge, entry->memory, &info);
410 head->bridge = agp_find_device();
411 if (!head->bridge) {
415 agp_get_info(head->bridge, &head->agp_info);
443 mem = agp_allocate_memory(dev->agp->bridge, num_page
[all...]
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile12 bridge \

Completed in 604 milliseconds

1234