ice.h (8ede01785f32269ef4766cf17a535e70ee3c1541) | ice.h (007676b4ac920d4ceb4e4aa8aa668ac32d4764ad) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright (c) 2018, Intel Corporation. */ 3 4#ifndef _ICE_H_ 5#define _ICE_H_ 6 7#include <linux/types.h> 8#include <linux/errno.h> --- 23 unchanged lines hidden (view full) --- 32#include <net/ipv6.h> 33#include "ice_devids.h" 34#include "ice_type.h" 35#include "ice_txrx.h" 36#include "ice_switch.h" 37#include "ice_common.h" 38#include "ice_sched.h" 39#include "ice_virtchnl_pf.h" | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright (c) 2018, Intel Corporation. */ 3 4#ifndef _ICE_H_ 5#define _ICE_H_ 6 7#include <linux/types.h> 8#include <linux/errno.h> --- 23 unchanged lines hidden (view full) --- 32#include <net/ipv6.h> 33#include "ice_devids.h" 34#include "ice_type.h" 35#include "ice_txrx.h" 36#include "ice_switch.h" 37#include "ice_common.h" 38#include "ice_sched.h" 39#include "ice_virtchnl_pf.h" |
40#include "ice_sriov.h" |
|
40 41extern const char ice_drv_ver[]; 42#define ICE_BAR0 0 43#define ICE_DFLT_NUM_DESC 128 44#define ICE_REQ_DESC_MULTIPLE 32 45#define ICE_MIN_NUM_DESC ICE_REQ_DESC_MULTIPLE 46#define ICE_MAX_NUM_DESC 8160 47#define ICE_DFLT_TRAFFIC_CLASS BIT(0) --- 102 unchanged lines hidden (view full) --- 150 * operating state, it must be added before 151 * __ICE_STATE_NOMINAL_CHECK_BITS. Do not move this entry's position 152 * without appropriate consideration. 153 */ 154 __ICE_STATE_NOMINAL_CHECK_BITS, 155 __ICE_ADMINQ_EVENT_PENDING, 156 __ICE_MAILBOXQ_EVENT_PENDING, 157 __ICE_MDD_EVENT_PENDING, | 41 42extern const char ice_drv_ver[]; 43#define ICE_BAR0 0 44#define ICE_DFLT_NUM_DESC 128 45#define ICE_REQ_DESC_MULTIPLE 32 46#define ICE_MIN_NUM_DESC ICE_REQ_DESC_MULTIPLE 47#define ICE_MAX_NUM_DESC 8160 48#define ICE_DFLT_TRAFFIC_CLASS BIT(0) --- 102 unchanged lines hidden (view full) --- 151 * operating state, it must be added before 152 * __ICE_STATE_NOMINAL_CHECK_BITS. Do not move this entry's position 153 * without appropriate consideration. 154 */ 155 __ICE_STATE_NOMINAL_CHECK_BITS, 156 __ICE_ADMINQ_EVENT_PENDING, 157 __ICE_MAILBOXQ_EVENT_PENDING, 158 __ICE_MDD_EVENT_PENDING, |
159 __ICE_VFLR_EVENT_PENDING, |
|
158 __ICE_FLTR_OVERFLOW_PROMISC, 159 __ICE_VF_DIS, 160 __ICE_CFG_BUSY, 161 __ICE_SERVICE_SCHED, 162 __ICE_SERVICE_DIS, 163 __ICE_STATE_NBITS /* must be last */ 164}; 165 --- 205 unchanged lines hidden --- | 160 __ICE_FLTR_OVERFLOW_PROMISC, 161 __ICE_VF_DIS, 162 __ICE_CFG_BUSY, 163 __ICE_SERVICE_SCHED, 164 __ICE_SERVICE_DIS, 165 __ICE_STATE_NBITS /* must be last */ 166}; 167 --- 205 unchanged lines hidden --- |