Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
enic_pp.c File Reference
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/rtnetlink.h>
#include <net/ip.h>
#include "vnic_vic.h"
#include "enic_res.h"
#include "enic.h"
#include "enic_dev.h"
#include "enic_pp.h"

Go to the source code of this file.

Functions

int enic_is_valid_pp_vf (struct enic *enic, int vf, int *err)
 
int enic_process_set_pp_request (struct enic *enic, int vf, struct enic_port_profile *prev_pp, int *restore_pp)
 
int enic_process_get_pp_request (struct enic *enic, int vf, int request, u16 *response)
 

Function Documentation

int enic_is_valid_pp_vf ( struct enic enic,
int  vf,
int err 
)

Definition at line 38 of file enic_pp.c.

int enic_process_get_pp_request ( struct enic enic,
int  vf,
int  request,
u16 response 
)

Definition at line 321 of file enic_pp.c.

int enic_process_set_pp_request ( struct enic enic,
int  vf,
struct enic_port_profile prev_pp,
int restore_pp 
)

Definition at line 304 of file enic_pp.c.