代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
fec.c
/*
* File: fec.c
* Purpose: Device driver for the MCF5282 FEC
*
*
*/
#include "src/init/m5282evb.h"
#include "src/ethernet/nif.h"
#include "src/ethernet/fec.h"
/*************
eth.h
/*
* File: eth.h
* Purpose: Definitions for Ethernet Frames.
*
* Modifications:
*/
#ifndef _ETH_H
#define _ETH_H
/*******************************************************************
ethernet.c
/* $Id: ethernet.c,v 1.30 2002/05/07 18:50:08 johana Exp $
*
* e100net.c: A network driver for the ETRAX 100LX network controller.
*
* Copyright (c) 1998-2002 Axis Communications AB.
*
* The out
config.in
#
# MPC8xx Communication options
#
mainmenu_option next_comment
comment 'MPC8xx CPM Options'
if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
bool 'CPM SCC Ethernet' CONFIG_SCC_ENET
if [ "$CONFIG_SCC_EN
makefile
#
# Makefile for the Intel's E100 ethernet driver
#
O_TARGET := e100.o
obj-y := e100_main.o e100_config.o e100_proc.o e100_phy.o \
e100_eeprom.o e100_test.o
obj-m := $(O_TARGET)
include $(TOPDI
bpqether.c
/*
* G8BPQ compatible "AX.25 via ethernet" driver release 004
*
* This code REQUIRES 2.0.0 or higher/ NET3.029
*
* This module:
* This module is free software; you can redistribute it and/or
*
cerf
The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board that measures
approximately 2" square. It includes an Ethernet controller, an RS232-compatible serial port, a
USB function port,
readme_etheroutputdemo
FILE LIST -
etherOutputDemo.c
DESCRIPTION -
This demo sends (broadcast) data on an ethernet network interface
and handles (receives) raw input frames (input data) from
etherinputdemo.c
/* etherInputDemo.c - Demo for using low-level ethernet input routines */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,06nov97,mm added copyr
etheroutputdemo.c
/* etherOutputDemo.c - Demo for using low-level output ethernet routines */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,06nov97,mm added cop