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

Go to the source code of this file.

Functions

void e1000_init_function_pointers_vf (struct e1000_hw *hw)
 
void e1000_rlpml_set_vf (struct e1000_hw *hw, u16 max_size)
 

Function Documentation

void e1000_init_function_pointers_vf ( struct e1000_hw hw)

e1000_init_function_pointers_vf - Inits function pointers : pointer to the HW structure

Definition at line 81 of file vf.c.

void e1000_rlpml_set_vf ( struct e1000_hw hw,
u16  max_size 
)

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

Definition at line 291 of file vf.c.