summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/intelxl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/intelxl.h')
-rw-r--r--src/drivers/net/intelxl.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/drivers/net/intelxl.h b/src/drivers/net/intelxl.h
index 6c7865aa2..4481300d3 100644
--- a/src/drivers/net/intelxl.h
+++ b/src/drivers/net/intelxl.h
@@ -8,6 +8,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
#include <stdint.h>
#include <ipxe/if_ether.h>
@@ -891,16 +892,6 @@ intelxl_init_ring ( struct intelxl_ring *ring, unsigned int count, size_t len,
#define INTELXL_PFGEN_PORTNUM_PORT_NUM(x) \
( ( (x) >> 0 ) & 0x3 ) /**< Port number */
-/** MSI-X interrupt */
-struct intelxl_msix {
- /** PCI capability */
- struct pci_msix cap;
- /** MSI-X dummy interrupt target */
- uint32_t msg;
- /** DMA mapping for dummy interrupt target */
- struct dma_mapping map;
-};
-
/** MSI-X interrupt vector */
#define INTELXL_MSIX_VECTOR 0
@@ -934,7 +925,7 @@ struct intelxl_nic {
/** PCI Express capability offset */
unsigned int exp;
/** MSI-X interrupt */
- struct intelxl_msix msix;
+ struct pci_msix msix;
/** Admin command queue */
struct intelxl_admin command;