vastpac.blogg.se

Ice driver intel
Ice driver intel




ice driver intel
  1. ICE DRIVER INTEL HOW TO
  2. ICE DRIVER INTEL SERIES

  • vendor: 8086 (" Intel Corporation"), device: 188e (" Ethernet Connection E823-C 1GbE").
  • vendor: 8086 (" Intel Corporation"), device: 188d (" Ethernet Connection E823-C/X557-AT 10GBASE-T").
  • vendor: 8086 (" Intel Corporation"), device: 188c (" Ethernet Connection E823-C for SFP").
  • vendor: 8086 (" Intel Corporation"), device: 188b (" Ethernet Connection E823-C for QSFP").
  • vendor: 8086 (" Intel Corporation"), device: 188a (" Ethernet Connection E823-C for backplane").
  • vendor: 8086 (" Intel Corporation"), device: 1888.
  • vendor: 8086 (" Intel Corporation"), device: 159b (" Ethernet Controller E810-XXV for SFP").
  • vendor: 8086 (" Intel Corporation"), device: 159a (" Ethernet Controller E810-XXV for QSFP").
  • vendor: 8086 (" Intel Corporation"), device: 1599 (" Ethernet Controller E810-XXV for backplane").
  • vendor: 8086 (" Intel Corporation"), device: 1595.
  • vendor: 8086 (" Intel Corporation"), device: 1594.
  • vendor: 8086 (" Intel Corporation"), device: 1593 (" Ethernet Controller E810-C for SFP").
  • vendor: 8086 (" Intel Corporation"), device: 1592 (" Ethernet Controller E810-C for QSFP").
  • vendor: 8086 (" Intel Corporation"), device: 1591 (" Ethernet Controller E810-C for backplane").
  • vendor: 8086 (" Intel Corporation"), device: 151d (" Ethernet Connection E823-L for QSFP").
  • vendor: 8086 (" Intel Corporation"), device: 124f (" Ethernet Connection E823-L 1GbE").
  • vendor: 8086 (" Intel Corporation"), device: 124e (" Ethernet Connection E823-L/X557-AT 10GBASE-T").
  • vendor: 8086 (" Intel Corporation"), device: 124d (" Ethernet Connection E823-L for SFP").
  • vendor: 8086 (" Intel Corporation"), device: 124c (" Ethernet Connection E823-L for backplane").
  • Numeric ID (from LKDDb) and names (from pci.ids) of recognized devices: To compile this driver as a module, choose M here. More specific information on configuring the driver is inĭocumentation/networking/device_drivers/ethernet/intel/ice.rst. To the Adapter & Driver ID Guide that can be located at:

    ICE DRIVER INTEL HOW TO

    For more information on how to identify your adapter, go

    ICE DRIVER INTEL SERIES

    This driver supports Intel(R) Ethernet Connection E800 Series ofĭevices. defined in drivers/net/ethernet/intel/Kconfig.depends on: ( CONFIG_PCI_MSI ) & ( CONFIG_PTP_1588_CLOCK_OPTIONAL ) & ( CONFIG_GNSS || CONFIG_GNSS = CONFIG_n ).prompt: Intel(R) Ethernet Connection E800 Series Support.The Linux kernel configuration item CONFIG_ICE: lib/firmware/) */ 28#define ICE_DDP_PKG_PATH "intel/ice/ddp/" 29#define ICE_DDP_PKG_FILE ICE_DDP_PKG_PATH "ice.pkg" 30 31 MODULE_AUTHOR( "Intel Corporation, ") ģ8#ifndef CONFIG_DYNAMIC_DEBUG 39 MODULE_PARM_DESC( debug, "netif level (0=none.,16=all), hw debug_mask (0x8XXXXXXX)") Ĥ1 MODULE_PARM_DESC( debug, "netif level (0=none.CONFIG_ICE: Intel(R) Ethernet Connection E800 Series Support General informations 19 */ 20#define CREATE_TRACE_POINTS 21#include " ice_trace.h"Ģ2 23#define DRV_SUMMARY "Intel(R) Ethernet Connection E800 Series Linux Driver" 24static const char ice_driver_string = DRV_SUMMARY Ģ5static const char ice_copyright = "Copyright (c) 2018, Intel Corporation." Ģ6 27 /* DDP Package file located in firmware search paths (e.g. This must be done exactly once across the 18 * ice driver. */ 3 4 /* Intel(R) Ethernet Connection E800 Series Linux Driver */ 5 6#define pr_fmt( fmt) KBUILD_MODNAME ": " fmt 7 8#include ġ6 /* Including ice_trace.h with CREATE_TRACE_POINTS defined will generate the 17 * ice tracepoint functions. 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (c) 2018, Intel Corporation.






    Ice driver intel