ixl.h (98e0ffaefb0f241cda3a72395d3be04192ae0d47) ixl.h (f3bb92515317f9b66fca73deca375a79d49dc54a)
1/******************************************************************************
2
3 Copyright (c) 2013-2015, 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

--- 79 unchanged lines hidden (view full) ---

88#include <sys/taskqueue.h>
89#include <sys/pcpu.h>
90#include <sys/smp.h>
91#include <machine/smp.h>
92
93#ifdef PCI_IOV
94#include <sys/nv.h>
95#include <sys/iov_schema.h>
1/******************************************************************************
2
3 Copyright (c) 2013-2015, 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

--- 79 unchanged lines hidden (view full) ---

88#include <sys/taskqueue.h>
89#include <sys/pcpu.h>
90#include <sys/smp.h>
91#include <machine/smp.h>
92
93#ifdef PCI_IOV
94#include <sys/nv.h>
95#include <sys/iov_schema.h>
96#include <dev/pci/pci_iov.h>
96#endif
97
98#include "i40e_type.h"
99#include "i40e_prototype.h"
100
101#if defined(IXL_DEBUG) || defined(IXL_DEBUG_SYSCTL)
102#include <sys/sbuf.h>
103

--- 551 unchanged lines hidden ---
97#endif
98
99#include "i40e_type.h"
100#include "i40e_prototype.h"
101
102#if defined(IXL_DEBUG) || defined(IXL_DEBUG_SYSCTL)
103#include <sys/sbuf.h>
104

--- 551 unchanged lines hidden ---