Searched refs:ether (Results 1 – 20 of 20) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_pic.c | 306 struct device_node *ether; in enable_second_ohare() local 330 ether = find_devices("pci1011,14"); in enable_second_ohare() 331 if (ether && ether->n_intrs > 0) { in enable_second_ohare() 332 ether->intrs[0].line = 60; in enable_second_ohare() 334 ether->intrs[0].line); in enable_second_ohare()
|
/linux-2.4.37.9/drivers/net/wan/ |
D | hdlc_fr.c | 165 return pvc->main != NULL || pvc->ether != NULL; in pvc_is_used() 188 return &pvc->ether; in get_dev_p() 408 pvc->main && pvc->ether ? " " : "", in fr_log_dlci_active() 409 pvc->ether ? pvc->ether->name : "", in fr_log_dlci_active() 833 if ((dev = pvc->ether) != NULL) in fr_rx() 906 if (pvc->ether) in fr_close() 907 dev_close(pvc->ether); in fr_close() 1030 if (pvc->ether) { in fr_destroy() 1031 unregister_netdevice(pvc->ether); in fr_destroy() 1032 kfree(pvc->ether); in fr_destroy()
|
/linux-2.4.37.9/Documentation/networking/ |
D | cops.txt | 38 append="ether=5,0x240,lt0 ether=3,0x260,lt1"
|
D | tlan.txt | 80 ether=0,0,0x1,0x7,eth0 95 ether=0,0,0x12,0,eth0 will force link to 100Mbps Half-Duplex.
|
D | generic-hdlc.txt | 95 * create ether n | delete ether n - adds a device for Ethernet-bridged
|
D | 3c505.txt | 7 linked statically into the kernel, you must either use an "ether="
|
D | 3c509.txt | 46 ether=10,0x310,3,0x3c509,eth0
|
D | vortex.txt | 222 Becker's `ether-wake' application may be used to wake suspended
|
D | wan-router.txt | 557 via pppd daemon, ether via a serial tty driver (serial port),
|
D | wanpipe.txt | 557 via pppd daemon, ether via a serial tty driver (serial port),
|
D | bonding.txt | 656 # ifconfig bond0 hw ether 00:11:22:33:44:55
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | Makefile | 22 g_ether-objs := ether.o usbstring.o config.o epautoconf.o
|
/linux-2.4.37.9/arch/ia64/drivers/ |
D | simeth.c | 132 netdev_probe(char *name, unsigned char *ether) in netdev_probe() argument 134 return ia64_ssc(__pa(name), __pa(ether), 0,0, SSC_NETDEV_PROBE); in netdev_probe()
|
/linux-2.4.37.9/include/linux/ |
D | hdlc.h | 80 struct net_device *ether; /* bridged Ethernet interface */ member
|
/linux-2.4.37.9/Documentation/ |
D | kernel-parameters.txt | 213 ether= [HW,NET] Ethernet cards parameters (irq, 397 (cf: ether=)
|
D | Configure.help | 2246 ether port (Need an additional patch at <http://linux.junsun.net/>), 2256 ether port (Need an additional patch at <http://linux.junsun.net/>), 4840 Select this for a x486 processor, ether Intel or one of the 29232 # LocalWords: ibp md ARCnet ether encap NDIS arcether ODI Amigas AmiTCP NetBSD
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | readme.txt | 40 ifconfig 8253x006 hw ether 000000030405 test1
|
D | sab8253xfs.txt | 398 *ifconfig 8253x001* *hw ether* /{MAC address}/
|
D | sab8253xds.txt | 1311 *ifconfig 8253x*/{mdev} /*hw ether*/ {mac address} [as root]/
|
/linux-2.4.37.9/Documentation/m68k/ |
D | kernel-options.txt | 228 3.1) ether= 231 Syntax: ether=[<irq>[,<base_addr>[,<mem_start>[,<mem_end>]]]],<dev-name> 240 are really Plug-'n-Play, so the "ether=" option is useless altogether
|