Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
vf.c File Reference
#include "vf.h"
#include "ixgbevf.h"

Go to the source code of this file.

Functions

void ixgbevf_rlpml_set_vf (struct ixgbe_hw *hw, u16 max_size)
 
int ixgbevf_negotiate_api_version (struct ixgbe_hw *hw, int api)
 

Variables

struct ixgbevf_info ixgbevf_82599_vf_info
 
struct ixgbevf_info ixgbevf_X540_vf_info
 

Function Documentation

int ixgbevf_negotiate_api_version ( struct ixgbe_hw hw,
int  api 
)

ixgbevf_negotiate_api_version - Negotiate supported API version : pointer to the HW structure : integer containing requested API version

Definition at line 487 of file vf.c.

void ixgbevf_rlpml_set_vf ( struct ixgbe_hw hw,
u16  max_size 
)

ixgbevf_rlpml_set_vf - Set the maximum receive packet length : pointer to the HW structure : value to assign to max frame size

Definition at line 473 of file vf.c.

Variable Documentation

struct ixgbevf_info ixgbevf_82599_vf_info
Initial value:
= {
.mac_ops = &ixgbevf_mac_ops,
}

Definition at line 530 of file vf.c.

struct ixgbevf_info ixgbevf_X540_vf_info
Initial value:
= {
.mac_ops = &ixgbevf_mac_ops,
}

Definition at line 535 of file vf.c.