|
Linux Kernel
3.7.1
|
#include "ixgbe.h"#include <linux/dcbnl.h>#include "ixgbe_dcb_82598.h"#include "ixgbe_dcb_82599.h"Go to the source code of this file.
Macros | |
| #define | BIT_DCB_MODE 0x01 |
| #define | BIT_PFC 0x02 |
| #define | BIT_PG_RX 0x04 |
| #define | BIT_PG_TX 0x08 |
| #define | BIT_APP_UPCHG 0x10 |
| #define | BIT_LINKSPEED 0x80 |
| #define | DCB_HW_CHG_RST 0 /* DCB configuration changed with reset */ |
| #define | DCB_NO_HW_CHG 1 /* DCB configuration did not change */ |
| #define | DCB_HW_CHG 2 /* DCB configuration changed, no reset */ |
Variables | |
| struct dcbnl_rtnl_ops | dcbnl_ops |
| #define BIT_APP_UPCHG 0x10 |
Definition at line 39 of file ixgbe_dcb_nl.c.
| #define BIT_DCB_MODE 0x01 |
Definition at line 35 of file ixgbe_dcb_nl.c.
| #define BIT_LINKSPEED 0x80 |
Definition at line 40 of file ixgbe_dcb_nl.c.
| #define BIT_PFC 0x02 |
Definition at line 36 of file ixgbe_dcb_nl.c.
| #define BIT_PG_RX 0x04 |
Definition at line 37 of file ixgbe_dcb_nl.c.
| #define BIT_PG_TX 0x08 |
Definition at line 38 of file ixgbe_dcb_nl.c.
Definition at line 45 of file ixgbe_dcb_nl.c.
Definition at line 43 of file ixgbe_dcb_nl.c.
| #define DCB_NO_HW_CHG 1 /* DCB configuration did not change */ |
Definition at line 44 of file ixgbe_dcb_nl.c.
| struct dcbnl_rtnl_ops dcbnl_ops |
Definition at line 737 of file ixgbe_dcb_nl.c.
1.8.2