|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | be_ethtool_stat |
Macros | |
| #define | FIELDINFO(_struct, field) |
| #define | DRVSTAT_TX_INFO(field) |
| #define | DRVSTAT_RX_INFO(field) |
| #define | DRVSTAT_INFO(field) |
| #define | ETHTOOL_STATS_NUM ARRAY_SIZE(et_stats) |
| #define | ETHTOOL_RXSTATS_NUM (ARRAY_SIZE(et_rx_stats)) |
| #define | ETHTOOL_TXSTATS_NUM (ARRAY_SIZE(et_tx_stats)) |
| #define | ETHTOOL_TESTS_NUM ARRAY_SIZE(et_self_tests) |
| #define | BE_MAC_LOOPBACK 0x0 |
| #define | BE_PHY_LOOPBACK 0x1 |
| #define | BE_ONE_PORT_EXT_LOOPBACK 0x2 |
| #define | BE_NO_LOOPBACK 0xff |
Enumerations | |
| enum | { DRVSTAT_TX, DRVSTAT_RX, DRVSTAT } |
Functions | |
| bool | be_pause_supported (struct be_adapter *adapter) |
Variables | |
| struct ethtool_ops | be_ethtool_ops |
| #define BE_MAC_LOOPBACK 0x0 |
Definition at line 170 of file be_ethtool.c.
| #define BE_NO_LOOPBACK 0xff |
Definition at line 173 of file be_ethtool.c.
| #define BE_ONE_PORT_EXT_LOOPBACK 0x2 |
Definition at line 172 of file be_ethtool.c.
| #define BE_PHY_LOOPBACK 0x1 |
Definition at line 171 of file be_ethtool.c.
| #define DRVSTAT_INFO | ( | field | ) |
Definition at line 36 of file be_ethtool.c.
| #define DRVSTAT_RX_INFO | ( | field | ) |
Definition at line 34 of file be_ethtool.c.
| #define DRVSTAT_TX_INFO | ( | field | ) |
Definition at line 32 of file be_ethtool.c.
| #define ETHTOOL_RXSTATS_NUM (ARRAY_SIZE(et_rx_stats)) |
Definition at line 141 of file be_ethtool.c.
| #define ETHTOOL_STATS_NUM ARRAY_SIZE(et_stats) |
Definition at line 120 of file be_ethtool.c.
| #define ETHTOOL_TESTS_NUM ARRAY_SIZE(et_self_tests) |
Definition at line 169 of file be_ethtool.c.
| #define ETHTOOL_TXSTATS_NUM (ARRAY_SIZE(et_tx_stats)) |
Definition at line 159 of file be_ethtool.c.
| #define FIELDINFO | ( | _struct, | |
| field | |||
| ) |
Definition at line 30 of file be_ethtool.c.
| anonymous enum |
Definition at line 29 of file be_ethtool.c.
| bool be_pause_supported | ( | struct be_adapter * | adapter | ) |
Definition at line 515 of file be_ethtool.c.
| struct ethtool_ops be_ethtool_ops |
Definition at line 924 of file be_ethtool.c.
1.8.2