|
Linux Kernel
3.7.1
|
#include "cna.h"#include <linux/netdevice.h>#include <linux/skbuff.h>#include <linux/ethtool.h>#include <linux/rtnetlink.h>#include "bna.h"#include "bnad.h"Go to the source code of this file.
Macros | |
| #define | BNAD_NUM_TXF_COUNTERS 12 |
| #define | BNAD_NUM_RXF_COUNTERS 10 |
| #define | BNAD_NUM_CQ_COUNTERS (3 + 5) |
| #define | BNAD_NUM_RXQ_COUNTERS 6 |
| #define | BNAD_NUM_TXQ_COUNTERS 5 |
| #define | BNAD_ETHTOOL_STATS_NUM |
Functions | |
| void | bnad_set_ethtool_ops (struct net_device *netdev) |
| #define BNAD_ETHTOOL_STATS_NUM |
Definition at line 36 of file bnad_ethtool.c.
| #define BNAD_NUM_CQ_COUNTERS (3 + 5) |
Definition at line 32 of file bnad_ethtool.c.
| #define BNAD_NUM_RXF_COUNTERS 10 |
Definition at line 31 of file bnad_ethtool.c.
| #define BNAD_NUM_RXQ_COUNTERS 6 |
Definition at line 33 of file bnad_ethtool.c.
| #define BNAD_NUM_TXF_COUNTERS 12 |
Definition at line 30 of file bnad_ethtool.c.
| #define BNAD_NUM_TXQ_COUNTERS 5 |
Definition at line 34 of file bnad_ethtool.c.
| void bnad_set_ethtool_ops | ( | struct net_device * | netdev | ) |
Definition at line 1136 of file bnad_ethtool.c.
1.8.2