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
am79c961a
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/am79c961a.c
18,305
utf_8
2d97e9dce5680321de41415b672eb820
/* * linux/drivers/net/ethernet/amd/am79c961a.c * * * Derived from various things including skeleton.c * * This is a special driver for the am79c961A Lance chip used in the * Intel (formally Digital Equipment Corp) EBSA110 platform. Please * note that this can not be built as a module (it doesn't make sense)....
google
android
sun3lance
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/sun3lance.c
26,222
utf_8
a91f12b3396a42f759ec2daffe9e8b4f
/* sun3lance.c: Ethernet driver for SUN3 Lance chip */ /* linux sparc lance driver (sunlance.c). There are more assumptions made throughout this driver, it almost certainly still needs work, but it does work at least for RARP/BOOTP and mounting the root NFS filesystem. */ #include <linux/module.h> #include <lin...
google
android
lance
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/lance.c
41,378
utf_8
4d8c720fdc0cef23d7d2907ed501f86e
/* lance.c: An AMD LANCE/PCnet ethernet driver for Linux. */ /* Written/copyright 1993-1998 by Donald Becker. - added support for Linux/Alpha, but removed most of it, because it worked only for the PCI chip. - added hook for the 32bit lance driver - added PCnetPCI II (79C970A) to chip table Rewor...
google
android
ariadne
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/ariadne.c
22,156
utf_8
d5a71aeec24edae938525e6a4e10c69f
/* * Amiga Linux/m68k Ariadne Ethernet Driver * * * --------------------------------------------------------------------------- * * This program is based on * * lance.c: An AMD LANCE ethernet driver for linux. * Written 1993-94 by Donald Becker. * * Am79C960: PCnet(tm)-ISA Single-Chip Ethernet Controlle...
google
android
7990
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/7990.c
17,268
utf_8
61e6feffe3d00b92fc732b9e068e4611
/* * 7990.c -- LANCE ethernet IC generic routines. * This is an attempt to separate out the bits of various ethernet * drivers that are common because they all use the AMD 7990 LANCE * (Local Area Network Controller for Ethernet) chip. * * * Most of this stuff was obtained by looking at other LANCE drivers, * i...
google
android
nmclan_cs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/nmclan_cs.c
45,696
utf_8
894473bc3863fe5ba430deab5977c690
/* ---------------------------------------------------------------------------- Linux PCMCIA ethernet adapter driver for the New Media Ethernet LAN. nmclan_cs.c,v 0.16 1995/07/01 06:42:17 rpao Exp rpao The Ethernet LAN uses the Advanced Micro Devices (AMD) Am79C940 Media Access Controller for Ethernet (MACE). It...
google
android
ni65
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/ni65.c
30,562
utf_8
5d2934f62e16331d88a73f619c8084cd
/* * ni6510 (am7990 'lance' chip) driver for Linux-net-3 * BETAcode v0.71 (96/09/29) for 2.0.0 (or later) * * sources: * some things are from the 'ni6510-packet-driver for dos by Russ Nelson' * and from the original drivers by D.Becker * * known problems: * - on some PCI boards (including my own) the car...
google
android
hplance
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/hplance.c
6,698
utf_8
bda84c4e5eb34fbc022713d2fc497ef1
/* hplance.c : the Linux/hp300/lance ethernet driver * * Uses the generic 7990.c LANCE code. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/interrupt.h> #include <linux/ioport.h> #include <linux/string.h> #include <linux/delay.h> #include <linux/init.h> #include <li...
google
android
amd8111e
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/amd8111e.c
52,265
utf_8
abc5b1c53ce9f88472f916ef750da595
/* Advanced Micro Devices Inc. AMD8111E Linux Network Driver Module Name: amd8111e.c Abstract: AMD8111 based 10/100 Ethernet Controller Driver. Environment: Kernel Mode Revision History: 3.0.0 Initial Revision. 3.0.1 1. Dynamic interrupt coalescing. 2. Removed prev_stats. 3. MII support. 4. Dynamic...
google
android
pcnet32
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/pcnet32.c
84,103
utf_8
acbdc6d79cc9b607b3b997ae436bde69
/* pcnet32.c: An AMD PCnet32 ethernet driver for linux. */ /* * *************************************************************************/ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define DRV_NAME "pcnet32" #define DRV_VERSION "1.35" #define DRV_RELDATE "21.Apr.2008" #define PFX DRV_NAME ": " static const char *c...
google
android
atarilance
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/atarilance.c
33,863
utf_8
97283fc4e083cf18df5e090bd2c2bef3
/* atarilance.c: Ethernet driver for VME Lance cards on the Atari */ /* This drivers was written with the following sources of reference: - The driver for the Riebl Lance card by the TU Vienna. - The modified TUW driver for PAM's VME cards - The PC-Linux driver for Lance cards (but this is for bus master ...
google
android
mvme147
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/mvme147.c
5,786
utf_8
852f1a88010f008ebb12878a79c17ecf
/* mvme147.c : the Linux/mvme147/lance ethernet driver * * Uses the generic 7990.c LANCE code. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/interrupt.h> #include <linux/ioport.h> #include <linux/string.h> #include <linux/delay.h> #include <linux/init.h> #include <...
google
android
sunlance
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/sunlance.c
40,696
utf_8
58c14aff7e94a43074f60faecaacda88
/* $Id: sunlance.c,v 1.112 2002/01/15 06:48:55 davem Exp $ * lance.c: Linux/Sparc/Lance driver * * Written 1995, 1996 by Miguel de Icaza * Sources: * The Linux depca driver * The Linux lance driver. * The Linux skeleton driver. * * 5/29/96: override option 'tpe-link-test?', if it is 'false', as * this ...
google
android
au1000_eth
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/au1000_eth.c
37,925
utf_8
f6dd6f23537aac5b37ac70779aefb1d5
/* * * Alchemy Au1x00 ethernet driver * * * ######################################################################## * * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/capability.h> #include <linux/dma-mapping.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> #incl...
google
android
xgbe-desc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-desc.c
19,225
utf_8
87c820b0075ae0d867dabff71dc31d44
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
xgbe-drv
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
59,154
utf_8
412e1649139dafbc11afe505bd2aa1c0
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
xgbe-debugfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c
12,734
utf_8
8777c4480928b6491fba723342d8b9d6
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
xgbe-dev
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
80,712
utf_8
244f36e7377c431cc78be384c53a52db
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
xgbe-dcb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-dcb.c
9,963
utf_8
1c183aebd6c69545cb5402c378a5fe19
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
xgbe-ptp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-ptp.c
10,254
utf_8
2304ae888beffe01f7d99b6e553ba0e8
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
xgbe-ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c
20,581
utf_8
460fd4ca19838b76b5aba447ae8c5397
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
xgbe-main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-main.c
26,705
utf_8
3f5086ec8c8cd4b40e251656f2fd43f0
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
xgbe-mdio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
38,622
utf_8
da1fb895860e7d8496a0e6bbb6a6d083
/* * AMD 10Gb Ethernet driver * * This file is available to you under your choice of the following two * Product with Synopsys or any supplement thereto. Permission is hereby * * Redistribution and use in source and binary forms, with or without * Product with Synopsys or any supplement thereto. Permis...
google
android
via-velocity
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/via/via-velocity.c
97,407
utf_8
e5fc8d9209343065bf5f991a950c2366
/* * Additional fixes and clean up: Francois Romieu * * This source has not been verified for use in safety critical systems. * * Please direct queries about the revamped driver to the linux-kernel * list not VIA. * * Original code: * * */ #include <linux/module.h> #include <linux/types.h> #include <linux/bi...
google
android
via-rhine
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/via/via-rhine.c
71,249
utf_8
a469a7c360941c1f5c856681d70cdb0e
/* via-rhine.c: A Linux Ethernet device driver for VIA Rhine family chips. */ /* Written 1998-2001 by Donald Becker. Scyld Computing Corporation 410 Severn Ave., Suite 210 Annapolis MD 21403 This driver contains some changes from the original Donald Becker version. He may or may not be interested in bug reports o...
google
android
e100
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e100.c
93,694
utf_8
c47c374fd12f74d668f778a4f1eb3c7a
/******************************************************************************* Intel PRO/100 Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ /* * e100.c: Intel(R) PRO/100 ethernet driver * * ...
google
android
ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbevf/ethtool.c
24,983
utf_8
1fe76be2a9f00eab0dc8f9a4a54b8372
/******************************************************************************* Intel 82599 Virtual Function driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ /* ethtool support for ixgbevf */ #define pr...
google
android
ixgbevf_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
117,112
utf_8
916c9f2b573b2d70562b1c87f4b0be32
/******************************************************************************* Intel 82599 Virtual Function driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ /*******************************************...
google
android
vf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbevf/vf.c
21,835
utf_8
0f04f9c0184a76c7a645796fa160b079
/******************************************************************************* Intel 82599 Virtual Function driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include "vf.h" #include "ixgbevf.h" /** * ...
google
android
mbx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbevf/mbx.c
9,036
utf_8
8659bb2826ebb3b0e35e07fd826cd9c1
/******************************************************************************* Intel 82599 Virtual Function driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include "mbx.h" #include "ixgbevf.h" /** *...
google
android
ixgb_ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c
20,277
utf_8
930f406655a0bd7f81f00d4b1390ed77
/******************************************************************************* Intel PRO/10GbE Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ /* ethtool support for ixgb */ #include "ixgb.h" #i...
google
android
ixgb_param
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgb/ixgb_param.c
12,743
utf_8
2e99f29f699fca5e06cdbc3584427e9c
/******************************************************************************* Intel PRO/10GbE Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #includ...
google
android
ixgb_ee
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgb/ixgb_ee.c
17,466
utf_8
0cd919acf3ea4af954f0dfa87a9100bf
/******************************************************************************* Intel PRO/10GbE Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #includ...
google
android
ixgb_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgb/ixgb_main.c
63,955
utf_8
7258dd7e1e98fc91dcdf34d6eaa7260b
/******************************************************************************* Intel PRO/10GbE Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #includ...
google
android
ixgb_hw
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgb/ixgb_hw.c
38,922
utf_8
f4769ff7068476aa0455f6d1eea012ed
/******************************************************************************* Intel PRO/10GbE Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ /* ixgb_hw.c * Shared functions for accessing and ...
google
android
ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/ethtool.c
64,201
utf_8
a785a7d56e70756fd430f5787f5e9397
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ /* ethtool support for e1000 */ #include <linux/netdevice.h> #include <linux/interrupt.h> #include <linux/ethtool.h> #include <linux/pci.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/vma...
google
android
netdev
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/netdev.c
216,108
utf_8
c9617766791fde24fd33fe1a11d142e3
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/types.h> #include <linux/init.h> #include <linux/pci.h> #include <linux/vmalloc.h> #include <linux/pagemap.h> #include <li...
google
android
ich8lan
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/ich8lan.c
164,566
utf_8
3fc931f894cb3931f658406655ad9bd0
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ /* 82562G 10/100 Network Connection * 82562G-2 10/100 Network Connection * 82562GT 10/100 Network Connection * 82562GT-2 10/100 Network Connection * 82562V 10/100 Network Connection * 82562V-2 10/100 Net...
google
android
mac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/mac.c
52,735
utf_8
08545c4826b720c69f582705563c2d36
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "e1000.h" /** * e1000e_get_bus_info_pcie - Get PCIe bus information * * Determines and stores the system bus information for a particular * network interface. The following bus information is...
google
android
80003es2lan
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/80003es2lan.c
37,868
utf_8
7bf06f02109a8754d3f92d71ac340c15
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ /* 80003ES2LAN Gigabit Ethernet Controller (Copper) * 80003ES2LAN Gigabit Ethernet Controller (Serdes) */ #include "e1000.h" /* A table for the GG82563 cable length where the range is defined * with a lowe...
google
android
phy
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/phy.c
88,941
utf_8
c7c315969a349d9b6d03e2204c14ab26
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "e1000.h" static s32 e1000_wait_autoneg(struct e1000_hw *hw); static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data, bool read, bool page_set); static u32 e1000_...
google
android
param
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/param.c
13,746
utf_8
7963a6871e9859b42ad8a14d8bd59025
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include <linux/netdevice.h> #include <linux/module.h> #include <linux/pci.h> #include "e1000.h" /* This is the only thing that needs to be changed to adjust the * maximum number of ports that the driver can...
google
android
manage
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/manage.c
9,395
utf_8
99abb144d3611ca37a8edd4369ba64e1
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "e1000.h" /** * e1000_calculate_checksum - Calculate checksum for buffer * * Calculates the checksum for some buffer on a specified length. The * checksum calculated is returned. **/ static ...
google
android
nvm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/nvm.c
15,672
utf_8
7ad28aec3527b8230a135da9a346911d
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "e1000.h" /** * e1000_raise_eec_clk - Raise EEPROM clock * * Clear/Lower the EEPROM clock bit. **/ static void e1000_lower_eec_clk(struct e1000_hw *hw, u32 *eecd) { *eecd = *eecd & ~E1000_EECD...
google
android
ptp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/ptp.c
7,621
utf_8
dad6252731ff2181a17dae10ed7d68b4
/* Intel PRO/1000 Linux driver */ #include "e1000.h" /** * e1000e_phc_adjfreq - adjust the frequency of the hardware clock * * Adjust the frequency of the PHC cycle counter by the indicated delta from * the base frequency. **/ static int e1000e_phc_adjfreq(struct ptp_clock_info *ptp, s32 delta) { struct e1000_ad...
google
android
82571
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000e/82571.c
55,545
utf_8
13ca216e1e88311007d805df772d6e2e
/* Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ /* 82571EB Gigabit Ethernet Controller * 82571EB Gigabit Ethernet Controller (Copper) * 82571EB Gigabit Ethernet Controller (Fiber) * 82571EB Dual Port Gigabit Mezzanine Adapter * 82571EB Quad Port Gigabi...
google
android
igb_hwmon
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/igb_hwmon.c
6,800
utf_8
26d46b48545ae0affcfdbebbe8845a3f
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "igb.h" #include "e1000_82575.h" #include "e1000_hw.h" #include <linux/module.h> #include <linux/types.h> #include <linux/sysfs.h> #include <linux/kobject.h> #include <linux/device.h> #inc...
google
android
igb_ptp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/igb_ptp.c
34,254
utf_8
e8207302e147f3193f35716036d837ae
/* PTP Hardware Clock (PHC) driver for the Intel 82576 and 82580 * */ #include <linux/module.h> #include <linux/device.h> #include <linux/pci.h> #include <linux/ptp_classify.h> #include "igb.h" #define INCVALUE_MASK 0x7fffffff #define ISGN 0x80000000 /* The 82580 timesync updates the system timer every 8ns by 8ns,...
google
android
e1000_nvm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/e1000_nvm.c
20,246
utf_8
2734eb8aa62515d9181e21a99f8649ce
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include <linux/if_ether.h> #include <linux/delay.h> #include "e1000_mac.h" #include "e1000_nvm.h" /** * igb_raise_eec_clk - Raise EEPROM clock * * Clear/Lower the EEPROM clock bit. **/ stati...
google
android
e1000_82575
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/e1000_82575.c
79,359
utf_8
b6c572552e7068c5a04cd835e1752b09
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ /* e1000_82575 * e1000_82576 */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/types.h> #include <linux/if_ether.h> #include <linux/i2c.h> #include "e1000_mac.h" #include "e1000_8257...
google
android
e1000_mbx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/e1000_mbx.c
11,246
utf_8
b882f8b9fdf9e0b9a922c9611700b662
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "e1000_mbx.h" /** * igb_read_mbx - Reads a message from the mailbox * * returns SUCCESS if it successfully read message from buffer **/ s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg...
google
android
e1000_phy
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/e1000_phy.c
69,634
utf_8
e9439cce972487aad93c11be6be21338
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include <linux/if_ether.h> #include <linux/delay.h> #include "e1000_mac.h" #include "e1000_phy.h" static s32 igb_phy_setup_autoneg(struct e1000_hw *hw); static void igb_phy_force_speed_duplex_set...
google
android
igb_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/igb_main.c
220,600
utf_8
f7470e992e4253d699fb2f5b038564cf
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/types.h> #include <linux/init.h> #include <linux/bitops.h> #include <linux/vmalloc.h> #include <linux/pagemap.h...
google
android
e1000_mac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/e1000_mac.c
46,510
utf_8
cc58443f547495d317a45ea82b0e3d6d
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include <linux/if_ether.h> #include <linux/delay.h> #include <linux/pci.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include "e1000_mac.h" #include "igb.h" static s32 igb_set_de...
google
android
igb_ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/igb_ethtool.c
88,441
utf_8
a0ca3026ae7faba48023979392c228ca
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ /* ethtool support for igb */ #include <linux/vmalloc.h> #include <linux/netdevice.h> #include <linux/pci.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/if_ether.h> #inclu...
google
android
e1000_i210
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/igb/e1000_i210.c
23,862
utf_8
506da9b07687a522e0502c5e2cfc2576
/* Intel(R) Gigabit Ethernet Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ /* e1000_i210 * e1000_i211 */ #include <linux/types.h> #include <linux/if_ether.h> #include "e1000_hw.h" #include "e1000_i210.h" static s32 igb_update_flash_i210(struct e1000_hw *hw); /** * igb_...
google
android
i40e_fcoe
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_fcoe.c
45,375
utf_8
111f44a9b07e2c0e03f9accdd67be378
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include <linux/if_e...
google
android
i40e_adminq
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_adminq.c
29,262
utf_8
91fe98b2757df687b4a757d302093204
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e_statu...
google
android
i40e_hmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_hmc.c
10,842
utf_8
7f326e87c5dccfe245a0d9e39238a32b
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e_osdep...
google
android
i40e_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_main.c
306,418
utf_8
6837e7e31be63ef6daae2cf12c76dd55
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ /* Local includes */...
google
android
i40e_lan_hmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c
34,934
utf_8
943280982a53343574402edd34492b66
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e_osdep...
google
android
i40e_virtchnl_pf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
66,825
utf_8
6811cee4627fd45be42cd71a692198de
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e.h" /*...
google
android
i40e_diag
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_diag.c
4,845
utf_8
5bc4bbd235d8fb247aedb0806a81a9d3
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e_diag....
google
android
i40e_nvm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_nvm.c
40,579
utf_8
b7150049def99d285c99429d41ad8b65
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e_proto...
google
android
i40e_ptp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_ptp.c
22,425
utf_8
655341f838d62481aa6079e143d4dfc2
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e.h" #i...
google
android
i40e_common
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_common.c
123,081
utf_8
fb4bcc597319fb6db6bb3d0472017656
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e_type....
google
android
i40e_dcb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_dcb.c
27,004
utf_8
53c6b4d6eabfba9fd34715ab1cada5b4
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "i40e_admin...
google
android
i40e_txrx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_txrx.c
82,165
utf_8
5d27451f8d4e20f48f421d1d5a83bf15
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include <linux/pref...
google
android
i40e_ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
83,796
utf_8
9041cc2fcf048cee62f202db54361777
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ /* ethtool support f...
google
android
i40e_debugfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
72,075
utf_8
3b5dfe04799a2aab6c28335003ac9dfb
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #ifdef CONFIG_DEBUG_...
google
android
i40e_dcb_nl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c
8,726
utf_8
49949d544564fc8ace7827c0bb9f4ad2
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #ifdef CONFIG_I40E_D...
google
android
e1000_hw
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000/e1000_hw.c
160,901
utf_8
83a4a15757c41818fb00e70722244778
/******************************************************************************* Intel PRO/1000 Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ /* e1000_hw.c * Shared functions for accessing and configuring the MAC */ #include "e1000.h" static s32 e1000_check_downshift(s...
google
android
e1000_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000/e1000_main.c
148,974
utf_8
efea007ee6392e89ac5a3ba7dfccb465
/******************************************************************************* Intel PRO/1000 Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include "e1000.h" #include <net/ip6_checksum.h> #in...
google
android
e1000_param
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000/e1000_param.c
21,898
utf_8
a3e62d8278d9fe0b5d1d5328e342e1ae
/******************************************************************************* Intel PRO/1000 Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include "e1000.h" /* This is the only thing that ne...
google
android
e1000_ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/e1000/e1000_ethtool.c
53,154
utf_8
270dcfa21f60cf8fd01f0be2a0c51a41
/******************************************************************************* * Intel PRO/1000 Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ /* ethtool support for e1000 */ #include "e1000...
google
android
fm10k_vf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_vf.c
16,976
utf_8
3e0417c4f2b182203a475d7ad4d9bc22
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "fm10k_vf.h" /** * fm10k_stop_hw_vf - Stop Tx/Rx units * **/ static s32 fm10k_stop_hw_vf(struct fm10k_hw *hw) { u8 *perm_addr = hw->mac.perm_addr; u32 bal = 0, bah = 0; s32 err...
google
android
fm10k_dcbnl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c
5,049
utf_8
3040fa6182274aca6cd5dd89562553f7
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "fm10k.h" #ifdef CONFIG_DCB /** * fm10k_dcbnl_ieee_getets - get the ETS configuration for the device **/ static int fm10k_dcbnl_ieee_getets(struct net_device *dev, struct ieee_ets *...
google
android
fm10k_common
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_common.c
14,897
utf_8
70152281d4ae2e53b15040df245ef42f
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "fm10k_common.h" /** * fm10k_get_bus_info_generic - Generic set PCI bus info * * Gets the PCI bus info (speed, width, type) then calls helper function to * store this data with...
google
android
fm10k_mbx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_mbx.c
63,534
utf_8
8b2be47820f67b38cd8fc085eeba33b5
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "fm10k_common.h" /** * fm10k_fifo_init - Initialize a message FIFO * * This function returns the number of DWORDs used in the FIFO **/ static u16 fm10k_fifo_used(struct fm10k_mb...
google
android
fm10k_iov
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_iov.c
14,233
utf_8
9380c2895cec6ddf5b5dab4250a80d06
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "fm10k.h" #include "fm10k_vf.h" #include "fm10k_pf.h" static s32 fm10k_iov_msg_error(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info *mbx) { struct fm10k_vf_info ...
google
android
fm10k_pf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_pf.c
59,964
utf_8
336730902c93ffba60c26a6460d5b804
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "fm10k_pf.h" #include "fm10k_vf.h" /** * fm10k_reset_hw_pf - PF hardware reset * * This function should return the hardware to a state similar to the * one it is in after being...
google
android
fm10k_tlv
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_tlv.c
24,866
utf_8
8ad0da7d7a26afb4715593a129c59987
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "fm10k_tlv.h" /** * fm10k_tlv_msg_init - Initialize message block for TLV data storage * * This function return success if provided with a valid message pointer **/ s32 fm10k_tl...
google
android
fm10k_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_main.c
54,141
utf_8
068ad2929c2abdee88b4ca4b919f89c5
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include <linux/types.h> #include <linux/module.h> #include <net/ipv6.h> #include <net/ip.h> #include <net/tcp.h> #include <linux/if_macvlan.h> #include <linux/prefetch.h> #include "fm10k.h" #...
google
android
fm10k_netdev
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c
38,794
utf_8
16bc81e4a328e935e2af51e27f19d8b5
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include "fm10k.h" #include <linux/vmalloc.h> #if IS_ENABLED(CONFIG_FM10K_VXLAN) #include <net/vxlan.h> #endif /* CONFIG_FM10K_VXLAN */ /** * fm10k_setup_tx_resources - allocate Tx resources ...
google
android
fm10k_ptp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_ptp.c
13,001
utf_8
d586ed337284e8452b972af2ed9aa0c9
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include <linux/ptp_classify.h> #include <linux/ptp_clock_kernel.h> #include "fm10k.h" #define FM10K_TS_TX_TIMEOUT (HZ * 15) void fm10k_systime_to_hwtstamp(struct fm10k_intfc *interface, ...
google
android
fm10k_ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
34,145
utf_8
061c2cb635a5957ac691d4d43a47df75
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include <linux/vmalloc.h> #include "fm10k.h" struct fm10k_stats { char stat_string[ETH_GSTRING_LEN]; int sizeof_stat; int stat_offset; }; #define FM10K_NETDEV_STAT(_net_stat) { \ .stat_st...
google
android
fm10k_pci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
63,904
utf_8
be7b85da7d16688022c372b423558b77
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #include <linux/module.h> #include <linux/aer.h> #include "fm10k.h" static const struct fm10k_info *fm10k_info_tbl[] = { [fm10k_device_pf] = &fm10k_pf_info, [fm10k_device_vf] = &fm10k_vf_inf...
google
android
fm10k_debugfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/fm10k/fm10k_debugfs.c
6,846
utf_8
a4698076ae35cb62a1063c6e4da720a0
/* Intel Ethernet Switch Host Interface Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 */ #ifdef CONFIG_DEBUG_FS #include "fm10k.h" #include <linux/debugfs.h> #include <linux/seq_file.h> static struct dentry *dbg_root; /* Descriptor Seq Functions */ static void *fm10k_dbg_desc_seq_...
google
android
i40e_adminq
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40evf/i40e_adminq.c
26,834
utf_8
193578642d471203c82dac974b6a840d
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #in...
google
android
i40evf_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40evf/i40evf_main.c
73,518
utf_8
dccfde34b957d4d9a69800d80dfd586d
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #in...
google
android
i40evf_ethtool
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c
20,510
utf_8
3e4b2961b321270a07843f18e1c9b3be
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ /* ...
google
android
i40e_common
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40evf/i40e_common.c
33,585
utf_8
a452475722269ddd310db8f3adb6c111
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #in...
google
android
i40e_txrx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40evf/i40e_txrx.c
56,841
utf_8
f94b89968141eb8ee23ad1c3c29ead54
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #in...
google
android
i40evf_virtchnl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c
23,853
utf_8
ed9ba7a01000579fcec79e60d1bd43da
/******************************************************************************* * * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #in...
google
android
ixgbe_dcb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
11,563
utf_8
5024be07ea72b736d9a7e569fa8c79a2
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include "ixgbe.h" #include "ixgbe_typ...
google
android
ixgbe_82598
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
36,328
utf_8
e0f49867a891b9df32e3bf943f36676c
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include <linux/pci.h> #include <linux...
google
android
ixgbe_x550
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
70,141
utf_8
eaca41d43a0c142af8cc4cb1e71aee93
/******************************************************************************* * * Intel 10 Gigabit PCI Express Linux driver * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * ******************************************************************************/ #include "ixgbe_x540.h" #inc...
google
android
ixgbe_x540
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c
27,263
utf_8
91df416c5400b89dba201caba1cf73e0
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include <linux/pci.h> #include <linux...
google
android
ixgbe_lib
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c
34,760
utf_8
8d4344cc0cedd0da3f477240248ae53c
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include "ixgbe.h" #include "ixgbe_sri...
google
android
ixgbe_mbx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c
12,056
utf_8
55ef84879cdcee531ce0ba025ca9ca34
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *******************************************************************************/ #include <linux/pci.h> #include <linux...