003 File Manager
Current Path:
/usr/src/sys/mips/cavium/octe
usr
/
src
/
sys
/
mips
/
cavium
/
octe
/
📁
..
📄
cavium-ethernet.h
(3.72 KB)
📄
ethernet-common.c
(10.55 KB)
📄
ethernet-common.h
(2.78 KB)
📄
ethernet-defines.h
(3.07 KB)
📄
ethernet-headers.h
(2.31 KB)
📄
ethernet-mdio.c
(4.19 KB)
📄
ethernet-mdio.h
(2.29 KB)
📄
ethernet-mem.c
(3.64 KB)
📄
ethernet-mem.h
(2.03 KB)
📄
ethernet-mv88e61xx.c
(4.18 KB)
📄
ethernet-mv88e61xx.h
(1.6 KB)
📄
ethernet-rgmii.c
(11.03 KB)
📄
ethernet-rx.c
(11.85 KB)
📄
ethernet-rx.h
(2.11 KB)
📄
ethernet-sgmii.c
(2.52 KB)
📄
ethernet-spi.c
(10.79 KB)
📄
ethernet-tx.c
(8.78 KB)
📄
ethernet-tx.h
(2.01 KB)
📄
ethernet-util.h
(3.14 KB)
📄
ethernet-xaui.c
(2.49 KB)
📄
ethernet.c
(15.45 KB)
📄
mv88e61xxphy.c
(16.99 KB)
📄
mv88e61xxphyreg.h
(5.7 KB)
📄
octe.c
(11.13 KB)
📄
octebus.c
(3.25 KB)
📄
octebusvar.h
(1.68 KB)
📄
wrapper-cvmx-includes.h
(2.66 KB)
Editing: ethernet-mv88e61xx.h
/*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $FreeBSD$ */ #ifndef _CAVIUM_OCTE_ETHERNET_MV88E61XX_H_ #define _CAVIUM_OCTE_ETHERNET_MV88E61XX_H_ int cvm_oct_mv88e61xx_setup_device(struct ifnet *ifp); #endif /* !_CAVIUM_OCTE_ETHERNET_MV88E61XX_H_ */
Upload File
Create Folder