plateform stringclasses 1
value | repo_name stringclasses 2
values | name stringlengths 1 78 | ext stringclasses 2
values | path stringlengths 15 1.11k | size int64 1 8.55M | source_encoding stringclasses 11
values | md5 stringlengths 32 32 | text stringlengths 0 8.49M |
|---|---|---|---|---|---|---|---|---|
google | android | bnx2x_cmn | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 139,650 | utf_8 | ae60b82a580d381a9b31e56a63eb8e02 | /* bnx2x_cmn.c: QLogic Everest network driver.
*
* Written by: Eliezer Tamir
* Based on code from Michael Chan's bnx2 driver
* UDP CSUM errata workaround by Arik Gendelman
* Slowpath and fastpath rework by Vladislav Zolotarov
* Statistics and Link management by Yitchak Gertner
*
*/
#define pr_fmt(fmt) KBUILD_MO... |
google | android | bnx2x_dcb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c | 74,728 | utf_8 | be918fc8d3ea618dbc7be4d84ca9955e | /* bnx2x_dcb.c: QLogic Everest network driver.
*
* Written by: Dmitry Kravkov
*
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/netdevice.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/rtnetlink.h>
#include <net/dcbnl.h>
#include "bnx2x.h"
#include "bnx2x_cmn.h"
#include "bnx2x_... |
google | android | enc28j60 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/microchip/enc28j60.c | 45,326 | utf_8 | 1b3690b6d2a18543f41add60bca82b26 | /*
* Microchip ENC28J60 ethernet driver (MAC + PHY)
*
* (at your option) any later version.
*
* $Id: enc28j60.c,v 1.22 2007/12/20 10:47:01 claudio Exp $
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/interrupt.h>
#include <linux/string.h>
#... |
google | android | encx24j600-regmap | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/microchip/encx24j600-regmap.c | 11,852 | utf_8 | cf9be58b7f6c660fd101cdf841ad54d9 | /**
* Register map access API - ENCX24J600 support
*
*/
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/regmap.h>
#include <linux/spi/spi.h>
#include "encx24j600_hw.h"
static inline bool is_bits_set(int value, int mask)
... |
google | android | encx24j600 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/microchip/encx24j600.c | 30,046 | utf_8 | ba41739636e3a337d94648f607254adb | /**
* Microchip ENCX24J600 ethernet driver
*
* (at your option) any later version.
*
*/
#include <linux/device.h>
#include <linux/errno.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include... |
google | android | w5100 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/wiznet/w5100.c | 21,052 | utf_8 | 74f93cc15aa5b8e674074df622440be2 | /*
* Ethernet driver for the WIZnet W5100 chip.
*
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/kconfig.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/platform_device.h>
#include <linux/platform_data/wiznet.h>
#include <linux/ethtool.h>
#include <linux/skbuff.... |
google | android | w5300 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/wiznet/w5300.c | 18,408 | utf_8 | 23722fe856762b9e46783aa54e90ca85 | /*
* Ethernet driver for the WIZnet W5300 chip.
*
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/kconfig.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/platform_device.h>
#include <linux/platform_data/wiznet.h>
#include <linux/ethtool.h>
#include <linux/skbuff.... |
google | android | timer | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/timer.c | 4,916 | utf_8 | 2e18f437c6c3d3545b0548b90a9bf8cd | /*
drivers/net/ethernet/dec/tulip/timer.c
Please submit bugs to http://bugzilla.kernel.org/ .
*/
#include "tulip.h"
void tulip_media_task(struct work_struct *work)
{
struct tulip_private *tp =
container_of(work, struct tulip_private, media_work);
struct net_device *dev = tp->dev;
void __iomem *ioaddr = tp->base_... |
google | android | pnic2 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/pnic2.c | 12,465 | utf_8 | ffa761b43c6cd0bf4d412ecf3013f784 | /*
drivers/net/ethernet/dec/tulip/pnic2.c
Please submit bugs to http://bugzilla.kernel.org/ .
*/
/* Understanding the PNIC_II - everything is this file is based
* on the PNIC_II_PDF datasheet which is sorely lacking in detail
*
* As I understand things, here are the registers and bits that
* explain the ma... |
google | android | tulip_core | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/tulip_core.c | 59,143 | utf_8 | 0da1e7dea64cac49d7264e45bf995943 | /* tulip_core.c: A DEC 21x4x-family ethernet driver for Linux.
Please submit bugs to http://bugzilla.kernel.org/ .
*/
#define pr_fmt(fmt) "tulip: " fmt
#define DRV_NAME "tulip"
#ifdef CONFIG_TULIP_NAPI
#define DRV_VERSION "1.1.15-NAPI" /* Keep at least for test */
#else
#define DRV_VERSION "1.1.15"
#endif
#define D... |
google | android | winbond-840 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/winbond-840.c | 48,912 | utf_8 | 49e9e9f2e01834523f3916a9b3d57c6b | /* winbond-840.c: A Linux PCI network adapter device driver. */
/*
Written 1998-2001 by Donald Becker.
Scyld Computing Corporation
410 Severn Ave., Suite 210
Annapolis MD 21403
Support and updates available at
http://www.scyld.com/network/drivers.html
Do not remove the copyright information.
Do not change the v... |
google | android | eeprom | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/eeprom.c | 12,533 | utf_8 | 7b50da4a90322ecf687e44a8a77b491e | /*
drivers/net/ethernet/dec/tulip/eeprom.c
Please submit bug reports to http://bugzilla.kernel.org/.
*/
#include <linux/pci.h>
#include <linux/slab.h>
#include "tulip.h"
#include <asm/unaligned.h>
/* Serial EEPROM section. */
/* The main routine to parse the very complicated SROM structure.
Search www.digital.com ... |
google | android | uli526x | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/uli526x.c | 47,487 | utf_8 | 22350807ca28bee4ea6bbab19255d80a | /*
This program is free software; you can redistribute it and/or
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define DRV_NAME "uli526x"
#define DRV_VERSION "0.9.3"
#define DRV_RELDATE "2005-7-29"
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/timer.h>
#include <linu... |
google | android | media | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/media.c | 16,681 | utf_8 | 0f0a3951daf73320c4eb355fd8f05c2a | /*
drivers/net/ethernet/dec/tulip/media.c
Please submit bugs to http://bugzilla.kernel.org/ .
*/
#include <linux/kernel.h>
#include <linux/mii.h>
#include <linux/delay.h>
#include <linux/pci.h>
#include "tulip.h"
/* The maximum data clock rate is 2.5 Mhz. The minimum timing is usually
met by back-to-back PCI I/O ... |
google | android | de2104x | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/de2104x.c | 54,437 | utf_8 | debfe682719fe24d7c588a9466f3f117 | /* de2104x.c: A Linux PCI Ethernet driver for Intel/Digital 21040/1 chips. */
/*
TODO, in rough priority order:
* Support forcing media type with a module parameter,
like dl2k.c/sundance.c
* Constants (module parms?) for Rx work limit
* Complete reset on PciErr
* Jumbo frames / dev->change_mtu
* Adjust Rx FIFO... |
google | android | pnic | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/pnic.c | 5,134 | utf_8 | 944f924af358c2cd64e01b350f259f22 | /*
drivers/net/ethernet/dec/tulip/pnic.c
Please submit bugs to http://bugzilla.kernel.org/ .
*/
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/jiffies.h>
#include "tulip.h"
void pnic_do_nway(struct net_device *dev)
{
struct tulip_private *tp = netdev_priv(dev);
void __iomem *ioaddr = tp->bas... |
google | android | dmfe | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/dmfe.c | 60,711 | utf_8 | df07401aaf54a7672a418f6d2b0dda1d | /*
A Davicom DM9102/DM9102A/DM9102A+DM9801/DM9102A+DM9802 NIC fast
ethernet driver for Linux.
Cleaned up for kernel merge.
Removed the back compatibility support
Reformatted, fixing spelling etc as I went
Removed IRQ 0-15 assumption
Use time_after for jiffies calculation. Added ethtool
... |
google | android | de4x5 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/de4x5.c | 167,872 | utf_8 | 7f99204c2352a004d35a36964077c828 | /* de4x5.c: A DIGITAL DC21x4x DECchip and DE425/DE434/DE435/DE450/DE500
ethernet driver for Linux.
with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.
Originally, this driver was written for the Digital Equipment
Corpo... |
google | android | xircom_cb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/xircom_cb.c | 29,677 | utf_8 | 0394ac57fbc0210313c18de29c11fc6a | /*
* xircom_cb: A driver for the (tulip-like) Xircom Cardbus ethernet cards
*
*
*
* $Id: xircom_cb.c,v 1.33 2001/03/19 14:02:07 arjanv Exp $
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/ioport... |
google | android | 21142 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/21142.c | 8,242 | utf_8 | 2bd61bcf2b0e0635ffe312c5df8231af | /*
drivers/net/ethernet/dec/tulip/21142.c
DC21143 manual "21143 PCI/CardBus 10/100Mb/s Ethernet LAN Controller
Hardware Reference Manual" is currently available at :
http://developer.intel.com/design/network/manuals/278074.htm
Please submit bugs to http://bugzilla.kernel.org/ .
*/
#include <linux/delay.h>
#include... |
google | android | interrupt | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/dec/tulip/interrupt.c | 25,596 | utf_8 | 9390516fb4dec7a2122f02979ac2bb26 | /*
drivers/net/ethernet/dec/tulip/interrupt.c
{
/* CRS11 21143 hardware Mitigation Control Interrupt
We use only RX mitigation we other techniques for
TX intr. mitigation.
31 Cycle Size (timer control)
30:27 TX timer in 16 * Cycle size
26:24 TX No pk... |
google | android | ll_temac_mdio | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/xilinx/ll_temac_mdio.c | 3,077 | utf_8 | 8f38db26fa512de4672ee9c4acee6d02 | /*
* MDIO bus driver for the Xilinx TEMAC device
*
*/
#include <linux/io.h>
#include <linux/netdevice.h>
#include <linux/mutex.h>
#include <linux/phy.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_address.h>
#include <linux/slab.h>
#include <linux/of_mdio.h>
#include "ll_temac.h"
/* -------... |
google | android | xilinx_axienet_mdio | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c | 6,408 | utf_8 | c799852d3c6274c9f4f9e1d6ad3bf671 | /*
* MDIO bus driver for the Xilinx Axi Ethernet device
*
*/
#include <linux/of_address.h>
#include <linux/of_mdio.h>
#include <linux/jiffies.h>
#include "xilinx_axienet.h"
#define MAX_MDIO_FREQ 2500000 /* 2.5 MHz */
#define DEFAULT_CLOCK_DIVISOR XAE_MDIO_DIV_DFT
/* Wait till MDIO interface is ready to accept a new... |
google | android | ll_temac_main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/xilinx/ll_temac_main.c | 30,349 | utf_8 | c03c1a175be860541a28ea37377125ac | /*
* Driver for Xilinx TEMAC Ethernet device
*
*
* This is a driver for the Xilinx ll_temac ipcore which is often used
* in the Virtex and Spartan series of chips.
*
* Notes:
* - The ll_temac hardware uses indirect access for many of the TEMAC
* registers, include the MDIO bus. However, indirect access to M... |
google | android | xilinx_emaclite | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/xilinx/xilinx_emaclite.c | 36,884 | utf_8 | 2f37b5391a7d2f93cde33d194e7d57d9 | /*
* Xilinx EmacLite Linux driver for the Xilinx Ethernet MAC Lite device.
*
* This is a new flat driver which is based on the original emac_lite
* option) any later version.
*/
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h... |
google | android | xilinx_axienet_main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 51,838 | utf_8 | a37bcd7089e51f6d2b439d0d324685ac | /*
* Xilinx Axi Ethernet device driver
*
*
* This is a driver for the Xilinx Axi Ethernet which is used in the Virtex6
* and Spartan6.
*
* TODO:
* - Add Axi Fifo support.
* - Factor out Axi DMA code into separate driver.
* - Test and fix basic multicast filtering.
* - Add support for extended multicast f... |
google | android | ixp4xx_eth | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/xscale/ixp4xx_eth.c | 39,683 | utf_8 | 5dab6f93758bad520121bb035d662834 | /*
* Intel IXP4xx Ethernet driver for Linux
*
*
* Ethernet port config (0x00 is not present on IXP42X):
*
* logical port 0x00 0x10 0x20
* NPE 0 (NPE-A) 1 (NPE-B) 2 (NPE-C)
* physical PortId 2 0 1
* TX queue 23 24 25
* RX-free queue 26 27 28
* TX-done queue is always 31, per-port RX and TX-ready q... |
google | android | smc911x | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/smsc/smc911x.c | 57,828 | utf_8 | a1bf274314f8fef58d3786324cf8c742 | /*
* smc911x.c
* This is a driver for SMSC's LAN911{5,6,7,8} single-chip Ethernet devices.
*
*
* Arguments:
* watchdog = TX watchdog timeout
* tx_fifo_kb = Size of TX FIFO in KB
*
* History:
* 04/16/05 Dustin McIntire Initial version
*/
static const char version[] =
/* Debugging options */
#define ENA... |
google | android | smsc9420 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/smsc/smsc9420.c | 44,873 | utf_8 | ff552adc59c1843554fbbb1fd5930193 | /***************************************************************************
*
*
***************************************************************************
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/phy.h>
#inc... |
google | android | smc91x | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/smsc/smc91x.c | 64,988 | utf_8 | 596eb3463b41ddc9da9bc31e67eb18f8 | /*
* smc91x.c
* This is a driver for SMSC's 91C9x/91C1xx single-chip Ethernet devices.
*
*
* Arguments:
* io = for the base address
* irq = for the IRQ
* nowait = 0 for normal wait states, 1 eliminates additional wait states
*
* original author:
*
* History:
* 08/20/00 Arnaldo Melo fix kfree(skb)... |
google | android | epic100 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/smsc/epic100.c | 45,008 | utf_8 | 2794ebd044500709897885175bef874f | /* epic100.c: A SMC 83c170 EPIC/100 Fast Ethernet driver for Linux. */
/*
Written/copyright 1997-2001 by Donald Becker.
Scyld Computing Corporation
410 Severn Ave., Suite 210
Annapolis MD 21403
Information and updates available at
http://www.scyld.com/network/epic100.html
[this link no longer provides anything u... |
google | android | smsc911x | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/smsc/smsc911x.c | 71,684 | utf_8 | 8df16ec28cd024144433d9d4109dba7b | /***************************************************************************
*
*
***************************************************************************
* Rewritten, heavily based on smsc911x simple driver by SMSC.
* Partly uses io macros from smc91x.c by Nicolas Pitre
*
* Supported devices:
* LAN9115, LA... |
google | android | smc91c92_cs | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/smsc/smc91c92_cs.c | 59,807 | utf_8 | 65136f5072953626e69ccf89e0bc8868 | /*======================================================================
A PCMCIA ethernet driver for SMC91c92-based cards.
This driver supports Megahertz PCMCIA ethernet cards; and
Megahertz, Motorola, Ositech, and Psion Dacom ethernet/modem
multifunction cards.
========================================... |
google | android | smc9194 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/smsc/smc9194.c | 43,121 | utf_8 | 40820b1d1fb04aa2e395f90af8e79209 | /*------------------------------------------------------------------------
. smc9194.c
. This is a driver for SMC's 9000 series of Ethernet cards.
.
.
. o ( a LOT of advice from Becker as well )
.
. History:
. 12/07/95 Erik Stahlman written, got receive/xmit handled
. 01/03/96 Erik Stahlman worked ou... |
google | android | lib82596 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/i825xx/lib82596.c | 38,786 | utf_8 | 7cee771daed520ee1f0c738f3c05c969 | /* lasi_82596.c -- driver for the intel 82596 ethernet controller, as
munged into HPPA boxen .
This driver is based upon 82596.c, original credits are below...
but there were too many hoops which HP wants jumped through to
keep this code in there in a sane manner.
3 primary sources of the mess --
1) h... |
google | android | sni_82596 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/i825xx/sni_82596.c | 4,663 | utf_8 | a65230a492fcc4e209687481f53617ee | /*
* sni_82596.c -- driver for intel 82596 ethernet controller, as
* used in older SNI RM machines
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/netdevice.h... |
google | android | sun3_82586 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/i825xx/sun3_82586.c | 32,807 | utf_8 | fccf622b7409e0b91be41741f3960edb | /*
* Sun3 i82586 Ethernet driver
*
* --------------------------
*
* Consult ni52.c for further notes from the original driver.
*
* This incarnation currently supports the OBIO version of the i82586 chip
* used in certain sun3 models. It should be fairly doable to expand this
* to support VME if I should every... |
google | android | 82596 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/i825xx/82596.c | 39,545 | utf_8 | 2921119de5729093db52dbb86a8fa206 | /* 82596.c: A generic 82596 ethernet driver for linux. */
/*
Based on Apricot.c
Written 1994 by Mark Evans.
This driver is for the Apricot 82596 bus-master interface
Modularised 12/94 Mark Evans
Modified to support the 82596 ethernet chips on 680x0 VME boards.
Renamed to be 82596.c
980825: Changed... |
google | android | lasi_82596 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/i825xx/lasi_82596.c | 6,815 | utf_8 | 8a1836d916e3269f444827bf63d3a58e | /* lasi_82596.c -- driver for the intel 82596 ethernet controller, as
munged into HPPA boxen .
This driver is based upon 82596.c, original credits are below...
but there were too many hoops which HP wants jumped through to
keep this code in there in a sane manner.
3 primary sources of the mess --
1) h... |
google | android | ether1 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/i825xx/ether1.c | 27,393 | utf_8 | 8e9f852fbcf1bd3a534285dff3c4fe43 | /*
* linux/drivers/acorn/net/ether1.c
*
*
* Acorn ether1 driver (82586 chip) for Acorn machines
*
* We basically keep two queues in the cards memory - one for transmit
* and one for receive. Each has a head and a tail. The head is where
* we/the chip adds packets to be transmitted/received, and the tail
* ... |
google | android | be_ethtool | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/emulex/benet/be_ethtool.c | 36,628 | utf_8 | 078320e6a67f67eaea94bf2d2e760da2 | /*
*
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/
#include "be.h"
#include "be_cmds.h"
#include <linux/ethtool.h>
struct be_ethtool_stat {
char desc[ETH_GSTRING_LEN];
int type;
int size;
int offset;
};
enum {DRVSTAT_TX, DRVSTAT_RX, DRVSTAT};
#define FIELDINFO(_struct, field) FIELD_SIZEOF(_struct, fie... |
google | android | be_main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/emulex/benet/be_main.c | 161,138 | utf_8 | 987c2fed5e94d27983c015db3fd7605d | /*
*
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/
#include <linux/prefetch.h>
#include <linux/module.h>
#include "be.h"
#include "be_cmds.h"
#include <asm/div64.h>
#include <linux/aer.h>
#include <linux/if_bridge.h>
#include <net/busy_poll.h>
#include <net/vxlan.h>
MODULE_VERSION(DRV_VER);
MODULE_DESCRIP... |
google | android | be_cmds | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/emulex/benet/be_cmds.c | 108,768 | utf_8 | 0753e1a096d4ae1f56f7d62918f94f5b | /*
*
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/
#include <linux/module.h>
#include "be.h"
#include "be_cmds.h"
static char *be_port_misconfig_evt_desc[] = {
"A valid SFP module detected",
"Optics faulted/ incorrectly installed/ not installed.",
"Optics of two types installed.",
"Incompatible optics... |
google | android | be_roce | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/emulex/benet/be_roce.c | 4,519 | utf_8 | 1bd372ba49d3bb25dc5d1d9195ee8bc3 | /*
*
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/
#include <linux/mutex.h>
#include <linux/list.h>
#include <linux/netdevice.h>
#include <linux/module.h>
#include "be.h"
#include "be_cmds.h"
static struct ocrdma_driver *ocrdma_drv;
static LIST_HEAD(be_adapter_list);
static DEFINE_MUTEX(be_adapter_list_lo... |
google | android | mvpp2 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/marvell/mvpp2.c | 184,260 | utf_8 | bcbe84eee9d2c13a150cd3bad2bfa587 | /*
* Driver for Marvell PPv2 network controller for Armada 375 SoC.
*
* warranty of any kind, whether express or implied.
*/
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/platform_device.h>
#include <linux/skbuff.h>
#include <linux/inetdevice.h>
#include <linu... |
google | android | mvneta | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/marvell/mvneta.c | 96,890 | utf_8 | beb8818755556896df5708ea9b358500 | /*
* Driver for Marvell NETA network card for Armada XP and Armada 370 SoCs.
*
* warranty of any kind, whether express or implied.
*/
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/platform_device.h>
#include <linux/skbuff.h>
#include <linux/inetdevice.h>
#incl... |
google | android | mv643xx_eth | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/marvell/mv643xx_eth.c | 79,964 | utf_8 | a7bb33402272b523e829067775b85f7e | /*
* Driver for Marvell Discovery (MV643XX) and Marvell Orion ethernet ports
*
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/init.h>
#include <linux/dma-mapping.h>
#include <linux/in.h>
#include <linux/ip.h>
#include <net/tso.h>
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/etherdevi... |
google | android | mvmdio | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/marvell/mvmdio.c | 7,516 | utf_8 | 7be492bf269aaa5b8b0e2f494ab7dffc | /*
* Driver for the MDIO interface of Marvell network interfaces.
*
* Since the MDIO interface of Marvell network interfaces is shared
* between all network interfaces, having a single driver allows to
* handle concurrent accesses properly (you may have four Ethernet
* ports, but they in fact share the same SMI i... |
google | android | sky2 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/marvell/sky2.c | 140,040 | utf_8 | 6ab56499604fd46192949f6cd87de0cd | /*
* New driver for Marvell Yukon 2 chipset.
* Based on earlier sk98lin, and skge driver.
*
* This driver intentionally does not support all the features
* of the original driver such as link fail-over and link management because
* those should be done at higher levels.
*
* Foundation, Inc., 675 Mass Ave, Cambr... |
google | android | skge | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/marvell/skge.c | 109,229 | utf_8 | 592b4202e39b72e3be1bbdec631024f1 | /*
* New driver for Marvell Yukon chipset and SysKonnect Gigabit
* Ethernet adapters. Based on earlier sk98lin, e100 and
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/in.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linu... |
google | android | pxa168_eth | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/marvell/pxa168_eth.c | 42,427 | utf_8 | ef919a5b71031b802068fcdcf775a8b3 | /*
* PXA168 ethernet driver.
* Most of the code is derived from mv643xx ethernet driver.
*
*/
#include <linux/bitops.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
#include <linux/in.h>
#include <linux/interrupt.h>
#include... |
google | android | fmvj18x_cs | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/fujitsu/fmvj18x_cs.c | 33,851 | utf_8 | 6c660c1dd1af97449726a7a84dec10cb | /*======================================================================
fmvj18x_cs.c 2.8 2002/03/23
A fmvj18x (and its compatibles) PCMCIA client driver
Scyld Computing Corporation
410 Severn Ave., Suite 210
Annapolis MD 21403
====================================================================... |
google | android | tilegx | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/tile/tilegx.c | 65,123 | utf_8 | 3dbee9ac718ed0a3cdaebdc830844e0f | /*
* more details.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/moduleparam.h>
#include <linux/sched.h>
#include <linux/kernel.h> /* printk() */
#include <linux/slab.h> /* kmalloc() */
#include <linux/errno.h> /* error codes */
#include <linux/types.h> /* size_t */
#i... |
google | android | tilepro | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/tile/tilepro.c | 64,890 | utf_8 | b238aaf262571a67b70cbc79c6fca94c | /*
* more details.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/moduleparam.h>
#include <linux/sched.h>
#include <linux/kernel.h> /* printk() */
#include <linux/slab.h> /* kmalloc() */
#include <linux/errno.h> /* error codes */
#include <linux/types.h> /* size_t */
#i... |
google | android | dwc_eth_qos | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/synopsys/dwc_eth_qos.c | 85,919 | utf_8 | 67f214c50e3dd4a8454e94705775c456 | /* Synopsys DWC Ethernet Quality-of-Service v4.10a linux driver
*
* This is a driver for the Synopsys DWC Ethernet QoS IP version 4.10a (GMAC).
* This version introduced a lot of changes which breaks backwards
* compatibility the non-QoS IP from Synopsys (used in the ST Micro drivers).
* Some fields differ be... |
google | android | yellowfin | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/packetengines/yellowfin.c | 45,649 | utf_8 | 3f4b9da4d8828c5ba888b3c719eb69b5 | /* yellowfin.c: A Packet Engines G-NIC ethernet driver for linux. */
/*
Written 1997-2001 by Donald Becker.
Scyld Computing Corporation
410 Severn Ave., Suite 210
Annapolis MD 21403
Support and updates available at
http://www.scyld.com/network/yellowfin.html
[link no longer provides useful info -jgarzik]
*/
#def... |
google | android | hamachi | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/packetengines/hamachi.c | 64,049 | utf_8 | 70bc44ce09ba26c038ac998535eafe33 | /* hamachi.c: A Packet Engines GNIC-II Gigabit Ethernet driver for Linux. */
/*
Written 1998-2000 by Donald Becker.
Updates 2000 by Keith Underwood.
Scyld Computing Corporation
410 Severn Ave., Suite 210
Annapolis MD 21403
This driver is for the Packet Engines GNIC-II PCI Gigabit Ethernet
adapter.
Support and u... |
google | android | emac_mdio | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/arc/emac_mdio.c | 3,504 | utf_8 | c7b9832a0e84fbcd3ddc3d8499ad2372 | /*
*
* MDIO implementation for ARC EMAC
*/
#include <linux/delay.h>
#include <linux/of_mdio.h>
#include <linux/platform_device.h>
#include "emac.h"
/* Number of seconds we wait for "MDIO complete" flag to appear */
#define ARC_MDIO_COMPLETE_POLL_COUNT 1
/**
* arc_mdio_complete_wait - Waits until MDIO transaction is... |
google | android | emac_arc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/arc/emac_arc.c | 2,364 | utf_8 | f84246c082e4e89d6c0c589a6378f5c6 | /**
* emac_arc.c - ARC EMAC specific glue layer
*
*/
#include <linux/etherdevice.h>
#include <linux/module.h>
#include <linux/of_net.h>
#include <linux/platform_device.h>
#include "emac.h"
#define DRV_NAME "emac_arc"
#define DRV_VERSION "1.0"
static int emac_arc_probe(struct platform_device *pdev)
{
struct devic... |
google | android | emac_rockchip | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/arc/emac_rockchip.c | 6,011 | utf_8 | 505256e00030542aa1d3b927c7d0fb22 | /**
* emac-rockchip.c - Rockchip EMAC specific glue layer
*
*/
#include <linux/etherdevice.h>
#include <linux/mfd/syscon.h>
#include <linux/module.h>
#include <linux/of_net.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <linux/regulator/consumer.h>
#include "emac.h"
#define DRV_NAME ... |
google | android | emac_main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/arc/emac_main.c | 22,917 | utf_8 | ee2212598891c8456a0ea00936e379a4 | /*
*
* Driver for the ARC EMAC 10100 (hardware revision 5)
*
* Contributors:
* Amit Bhor
* Sameer Dhavale
* Vineet Gupta
*/
#include <linux/crc32.h>
#include <linux/etherdevice.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/of_address.h>
#include <linux/of_irq... |
google | android | en_main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 55,640 | utf_8 | a9e1b3d59ad1a795ee02999ec538ac88 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/mlx5/flow_table.h>
#include "en.h"
struct mlx5e_rq_param {
u32 rqc[MLX5_ST_SZ_DW(rqc)];
struct mlx5_wq_param wq;
};
struct mlx5... |
google | android | en_ethtool | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 23,352 | utf_8 | c96045558cd854281f4b9bae7948bef5 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include "en.h"
static void mlx5e_get_drvinfo(struct net_device *dev,
struct ethtool_drvinfo *drvinfo)
{
struct mlx5e_priv *priv = netdev_priv(dev);
struct mlx5_co... |
google | android | debugfs | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c | 12,388 | utf_8 | 5a0d2b2d222bec64bb464319ad5ea385 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/mlx5/qp.h>
#include <linux/mlx5/cq.h>
#include <linux/mlx5/driver.h>
#include "mlx5_core.h"
enum {
QP_PI... |
google | android | en_tx | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 10,835 | utf_8 | 51dc8eb1f66eb66c0d11af504cb466cd | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/tcp.h>
#include <linux/if_vlan.h>
#include "en.h"
#define MLX5E_SQ_NOPS_ROOM MLX5_SEND_WQE_MAX_WQEBBS
#define MLX5E_SQ_STOP_ROOM (MLX5_SEND_WQE_MAX_WQEBBS +\... |
google | android | srq | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/srq.c | 15,519 | utf_8 | 947d60494103dcce1babccac6f631bc6 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include <linux/mlx5/srq.h>
#include <rdma/ib_verbs.h>
#include... |
google | android | pd | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/pd.c | 2,920 | utf_8 | 01770866924b60223ef1d7e0678db05f | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include "mlx5_core.h"
struct mlx5_alloc_pd_mbox_in {
struct m... |
google | android | main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/main.c | 33,309 | utf_8 | d2e38536fa5b5202e543b2f1958c483d | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/highmem.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <linux/sl... |
google | android | uar | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/uar.c | 6,627 | utf_8 | 0fb6e7ab96d60ac666c149cd1c97abe5 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/io-mapping.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include "mlx5_core.h"
enum {
NU... |
google | android | fw | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/fw.c | 5,213 | utf_8 | ec46bd95f4022b509342efc2bf96979e | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include <linux/module.h>
#include "mlx5_core.h"
static int mlx5_cmd_query_adapter(struct mlx5_core_dev *dev, u32 *... |
google | android | en_rx | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 7,498 | utf_8 | 31bea82b1f4cfa50727b31323e21df3b | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/ip.h>
#include <linux/ipv6.h>
#include <linux/tcp.h>
#include "en.h"
static inline int mlx5e_alloc_rx_wqe(struct mlx5e_rq *rq,
struct mlx5e_rx_wqe *w... |
google | android | mcg | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/mcg.c | 3,102 | utf_8 | aca458a8c3c1d34b806620fba6ce4fd7 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include <rdma/ib_verbs.h>
#include "mlx5_core.h"
struct mlx5_a... |
google | android | mad | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/mad.c | 2,384 | utf_8 | 2008819f17d6aa218f88f939e5fa2471 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include "mlx5_core.h"
int mlx5_core_mad_ifc(struct mlx5_core_d... |
google | android | cq | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/cq.c | 6,749 | utf_8 | c63732da9a1cb448c54eb1edde95d222 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/hardirq.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include <rdma/ib_verbs.h>
#include ... |
google | android | eq | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/eq.c | 14,508 | utf_8 | bdfd8cf863d2dc8cf0992f756122171f | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include "mlx5_core.h"
enum {
MLX5_EQE_SIZE = sizeof(struc... |
google | android | port | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/port.c | 9,708 | utf_8 | e6aa2155bab75f0aa7a5587fbf12dd0f | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include "mlx5_core.h"
int mlx5_core_access_reg(struct mlx5_core_dev *dev, void *data_in,... |
google | android | flow_table | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/flow_table.c | 11,642 | utf_8 | b7508222bcdc6a1e8577478bd6089e4d | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/export.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/flow_table.h>
#include "mlx5_core.h"
struct mlx5_ftg {
struct mlx5_flow_table_group g;
u32 ... |
google | android | pagealloc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c | 12,920 | utf_8 | 13eecc67c046c77ea3b98e348f55b880 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/highmem.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include "mlx5_core.h"
enum {
MLX5_... |
google | android | vport | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/vport.c | 10,051 | utf_8 | 978d5fc58a671768b51933e79cdc009c | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/export.h>
#include <linux/etherdevice.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/vport.h>
#include "mlx5_core.h"
u8 mlx5_query_vport_state(struct ... |
google | android | transobj | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/transobj.c | 11,607 | utf_8 | 7510d4b000ac0e49861cb58110cedffc | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/mlx5/driver.h>
#include "mlx5_core.h"
#include "transobj.h"
int mlx5_alloc_transport_domain(struct mlx5_core_dev *dev, u32 *tdn)
{
u32 in[MLX5_ST_SZ_DW(alloc... |
google | android | en_txrx | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c | 3,193 | utf_8 | 1cdc24848cd0f7c648cad5d49156fc00 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include "en.h"
struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq)
{
struct mlx5_cqwq *wq = &cq->wq;
u32 ci = mlx5_cqwq_get_ci(wq);
struct mlx5_cqe64 *cqe = mlx5_cqwq_g... |
google | android | qp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/qp.c | 12,502 | utf_8 | a7a89e8b8ab7e0495dd7703594141506 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/gfp.h>
#include <linux/export.h>
#include <linux/mlx5/cmd.h>
#include <linux/mlx5/qp.h>
#include <linux/mlx5/driver.h>
#include "mlx5_core.h"
static struct ml... |
google | android | alloc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/alloc.c | 5,567 | utf_8 | 84eb09bb47e4a21a0bb002702580e9bb | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/export.h>
#include <linux/bitmap.h>
#include <linux/dma-mapping.h>
#include <linux/vmal... |
google | android | mr | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/mr.c | 7,075 | utf_8 | e67f3e39cf552ad8b220a16322d4e97c | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include <linux/mlx5/cmd.h>
#include "mlx5_core.h"
void mlx5_init_mr_table(struct mlx5_core... |
google | android | health | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/health.c | 8,870 | utf_8 | 1669d80d2a6f5b3b67f934e29d9deea8 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/random.h>
#include <linux/vmalloc.h>
#include <linux/hardirq.h>
#include <linux/mlx5/driver.h>
#include <l... |
google | android | cmd | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 42,129 | utf_8 | e292912019abdecca4369fc460f896e4 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/highmem.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/de... |
google | android | wq | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/wq.c | 4,920 | utf_8 | 066cc168447015c403cef9626b003104 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/mlx5/driver.h>
#include "wq.h"
#include "mlx5_core.h"
u32 mlx5_wq_cyc_get_size(struct mlx5_wq_cyc *wq)
{
return (u32)wq->sz_m1 + 1;
}
u32 mlx5_cqwq_get_size(... |
google | android | en_flow_table | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx5/core/en_flow_table.c | 25,007 | utf_8 | 8d89c0f8b272f7539b5d1c27967b508d | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/list.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
#include <linux/tcp.h>
#include <linux/mlx5/flow_table.h>
#include "en.h"
enum {
MLX5E_FULLMATCH = 0,
... |
google | android | en_main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/en_main.c | 11,151 | utf_8 | 23dfb406c14c69ccbb894f7378aea1d5 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*
*/
#include <linux/cpumask.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <linux/slab.h>
#include <linux/mlx4/driver.h>
#include ... |
google | android | en_ethtool | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 55,034 | utf_8 | 3221a224f63cde87253cf660a61af507 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*
*/
#include <linux/kernel.h>
#include <linux/ethtool.h>
#include <linux/netdevice.h>
#include <linux/mlx4/driver.h>
#include <linux/mlx4/device.h>
#include <linux/in.h>
#incl... |
google | android | en_tx | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/en_tx.c | 28,612 | utf_8 | 2b0a368e82e458a75a5b93d84d5f51de | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*
*/
#include <asm/page.h>
#include <linux/mlx4/cq.h>
#include <linux/slab.h>
#include <linux/mlx4/qp.h>
#include <linux/skbuff.h>
#include <linux/if_vlan.h>
#include <linux/pr... |
google | android | en_port | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/en_port.c | 13,959 | utf_8 | 016109ead897c48797a76fda5883e7fd | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*
*/
#include <linux/if_vlan.h>
#include <linux/mlx4/device.h>
#include <linux/mlx4/cmd.h>
#include "en_port.h"
#include "mlx4_en.h"
int mlx4_SET_VLAN_FLTR(struct mlx4_dev *dev... |
google | android | en_resources | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/en_resources.c | 4,659 | utf_8 | 9aa15f1d5855131c2261d40757795591 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*
*/
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/mlx4/qp.h>
#include "mlx4_en.h"
void mlx4_en_fill_qp_context(struct mlx4_en_priv *priv, int size, int st... |
google | android | srq | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/srq.c | 8,600 | utf_8 | 88c44a7ff23af147ea77e377455ad356 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/mlx4/cmd.h>
#include <linux/mlx4/srq.h>
#include <linux/export.h>
#include <linux/gfp.h>
#include "mlx4.h"
#include "icm.h"
void mlx4_srq_event(struct mlx4_de... |
google | android | pd | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/pd.c | 7,272 | utf_8 | 3e99ea69fb00e80e6b3adf249626c1fd | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/errno.h>
#include <linux/export.h>
#include <linux/io-mapping.h>
#include <asm/page.h>
#include "mlx4.h"
#include "icm.h"
enum {
MLX4_NUM_RESERVED_UARS = 8
}... |
google | android | profile | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/profile.c | 8,861 | utf_8 | fd37167875bbd10d9daace7a7285774c | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/slab.h>
#include "mlx4.h"
#include "fw.h"
enum {
MLX4_RES_QP,
MLX4_RES_RDMARC,
MLX4_RES_ALTC,
MLX4_RES_AUXC,
MLX4_RES_SRQ,
MLX4_RES_CQ,
MLX4_RES_EQ,
M... |
google | android | en_netdev | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 87,383 | utf_8 | 25ed0ecbf9be9a434443aba80be77711 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*
*/
#include <linux/etherdevice.h>
#include <linux/tcp.h>
#include <linux/if_vlan.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/hash.h>
#include <net/ip.... |
google | android | main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/main.c | 111,541 | utf_8 | ba47e1f64d9a64ce81873b1a05d9fd43 | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/io-ma... |
google | android | fw_qos | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/fw_qos.c | 7,508 | utf_8 | d30147c02961a8d7d2d02a96c75ef18c | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/export.h>
#include "fw_qos.h"
#include "fw.h"
enum {
/* allocate vpp opcode modifiers */
MLX4_ALLOCATE_VPP_ALLOCATE = 0x0,
MLX4_ALLOCATE_VPP_QUERY = 0x1
}... |
google | android | resource_tracker | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c | 129,675 | utf_8 | 39e0fd15c6c048e90a6b7e52e712c64a | /*
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
*/
#include <linux/sched.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/mlx4/cmd.h>
#... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.