ixl_iw.h (1a36faad54665288ed4eb839d2a4699ae2ead45e) | ixl_iw.h (ceebc2f348c028b21bf9bcc99f7a3c4b0cb7d926) |
---|---|
1/****************************************************************************** 2 | 1/****************************************************************************** 2 |
3 Copyright (c) 2013-2015, Intel Corporation | 3 Copyright (c) 2013-2017, Intel Corporation |
4 All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions are met: 8 9 1. Redistributions of source code must retain the above copyright notice, 10 this list of conditions and the following disclaimer. 11 --- 19 unchanged lines hidden (view full) --- 31 32******************************************************************************/ 33/*$FreeBSD$*/ 34 35#ifndef _IXL_IW_H_ 36#define _IXL_IW_H_ 37 38#define IXL_IW_MAX_USER_PRIORITY 8 | 4 All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions are met: 8 9 1. Redistributions of source code must retain the above copyright notice, 10 this list of conditions and the following disclaimer. 11 --- 19 unchanged lines hidden (view full) --- 31 32******************************************************************************/ 33/*$FreeBSD$*/ 34 35#ifndef _IXL_IW_H_ 36#define _IXL_IW_H_ 37 38#define IXL_IW_MAX_USER_PRIORITY 8 |
39#define IXL_IW_MAX_MSIX 64 |
|
39 | 40 |
40 | |
41struct ixl_iw_msix_mapping { 42 u8 itr_indx; 43 int aeq_vector; 44 int ceq_cnt; 45 int *ceq_vector; 46}; 47 48struct ixl_iw_msix { --- 27 unchanged lines hidden --- | 41struct ixl_iw_msix_mapping { 42 u8 itr_indx; 43 int aeq_vector; 44 int ceq_cnt; 45 int *ceq_vector; 46}; 47 48struct ixl_iw_msix { --- 27 unchanged lines hidden --- |