Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
en_port.c File Reference
#include <linux/if_vlan.h>
#include <linux/mlx4/device.h>
#include <linux/mlx4/cmd.h>
#include "en_port.h"
#include "mlx4_en.h"

Go to the source code of this file.

Functions

int mlx4_SET_VLAN_FLTR (struct mlx4_dev *dev, struct mlx4_en_priv *priv)
 
int mlx4_en_QUERY_PORT (struct mlx4_en_dev *mdev, u8 port)
 
int mlx4_en_DUMP_ETH_STATS (struct mlx4_en_dev *mdev, u8 port, u8 reset)
 

Function Documentation

int mlx4_en_DUMP_ETH_STATS ( struct mlx4_en_dev mdev,
u8  port,
u8  reset 
)

Definition at line 117 of file en_port.c.

int mlx4_en_QUERY_PORT ( struct mlx4_en_dev mdev,
u8  port 
)

Definition at line 73 of file en_port.c.

int mlx4_SET_VLAN_FLTR ( struct mlx4_dev dev,
struct mlx4_en_priv priv 
)

Definition at line 44 of file en_port.c.