Linux Kernel
3.7.1
|
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/if_ether.h>
#include <linux/netdevice.h>
#include "defines.h"
#include "regs.h"
#include "mbx.h"
Go to the source code of this file.
Data Structures | |
struct | ixgbe_mac_operations |
struct | ixgbe_mac_info |
struct | ixgbe_mbx_operations |
struct | ixgbe_mbx_stats |
struct | ixgbe_mbx_info |
struct | ixgbe_hw |
struct | ixgbevf_hw_stats |
struct | ixgbevf_info |
Typedefs | |
typedef u8 *(* | ixgbe_mc_addr_itr )(struct ixgbe_hw *hw, u8 **mc_addr_ptr, u32 *vmdq) |
Enumerations | |
enum | ixgbe_mac_type { ixgbe_mac_unknown = 0, ixgbe_mac_82598EB, ixgbe_mac_82599EB, ixgbe_mac_X540, ixgbe_num_macs, ixgbe_mac_unknown = 0, ixgbe_mac_82599_vf, ixgbe_mac_X540_vf, ixgbe_num_macs } |
Functions | |
void | ixgbevf_rlpml_set_vf (struct ixgbe_hw *hw, u16 max_size) |
int | ixgbevf_negotiate_api_version (struct ixgbe_hw *hw, int api) |
enum ixgbe_mac_type |