代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
ethernet.h
/*
* Copyright (C) 1995 Advanced RISC Machines Limited. All rights reserved.
*
* This software may be freely used, copied, modified, and distributed
* provided that the above copyright notice is
protocol.ini
;-------------------------------------------------------------------
; VIA PCI 10/100Mb Fast Ethernet Adapter protocol.ini sample
;-------------------------------------------------------------------
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
intel_i82559_eth_drivers.cdl
# ====================================================================
#
# intel_i82559_eth_drivers.cdl
#
# Intel 82559 ethernet driver
#
# ============================================================
ec555_eth_drivers.cdl
# ====================================================================
#
# ec555_eth_drivers.cdl
#
# Ethernet drivers - platform dependent support for ether555 on ec555
#
# =================
kconfig
#
# MPC8xx Communication options
#
menu "MPC8xx CPM Options"
depends on 8xx
config SCC_ENET
bool "CPM SCC Ethernet"
depends on NET_ETHERNET
help
Enable Ethernet support via the Motorola MPC8x
kconfig
#
# CPM2 Communication options
#
menu "CPM2 Options"
depends on CPM2
config SCC_ENET
bool "CPM SCC Ethernet"
depends on NET_ETHERNET
#
# CONFIG_FEC_ENET is only used to get netdevices to call o
makefile
#
# Makefile for ATA over Ethernet
#
obj-$(CONFIG_ATA_OVER_ETH) += aoe.o
aoe-objs := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
kconfig
config FS_ENET
tristate "Freescale Ethernet Driver"
depends on NET_ETHERNET && (CPM1 || CPM2)
select MII
config FS_ENET_HAS_SCC
bool "Chip has an SCC usable for ethernet"
depen
makefile
#
# Makefile for the Ethernet Bonding driver
#
obj-$(CONFIG_BONDING) += bonding.o
bonding-objs := bond_main.o bond_3ad.o bond_alb.o