Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
en_dcb_nl.c File Reference
#include <linux/dcbnl.h>
#include <linux/math64.h>
#include "mlx4_en.h"

Go to the source code of this file.

Macros

#define MLX4_RATELIMIT_UNITS_IN_KB   100000 /* rate-limit HW unit in Kbps */
 

Variables

struct dcbnl_rtnl_ops mlx4_en_dcbnl_ops
 

Macro Definition Documentation

#define MLX4_RATELIMIT_UNITS_IN_KB   100000 /* rate-limit HW unit in Kbps */

Definition at line 203 of file en_dcb_nl.c.

Variable Documentation

struct dcbnl_rtnl_ops mlx4_en_dcbnl_ops
Initial value:
= {
.ieee_getets = mlx4_en_dcbnl_ieee_getets,
.ieee_setets = mlx4_en_dcbnl_ieee_setets,
.ieee_getmaxrate = mlx4_en_dcbnl_ieee_getmaxrate,
.ieee_setmaxrate = mlx4_en_dcbnl_ieee_setmaxrate,
.ieee_getpfc = mlx4_en_dcbnl_ieee_getpfc,
.ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc,
.getdcbx = mlx4_en_dcbnl_getdcbx,
.setdcbx = mlx4_en_dcbnl_setdcbx,
}

Definition at line 245 of file en_dcb_nl.c.