Linux Kernel
3.7.1
|
#include <mv643xx_eth.h>
Data Fields | |
struct platform_device * | shared |
int | port_number |
int | phy_addr |
u8 | mac_addr [6] |
int | speed |
int | duplex |
int | rx_queue_count |
int | tx_queue_count |
int | rx_queue_size |
int | tx_queue_size |
unsigned long | rx_sram_addr |
int | rx_sram_size |
unsigned long | tx_sram_addr |
int | tx_sram_size |
Definition at line 34 of file mv643xx_eth.h.
Definition at line 58 of file mv643xx_eth.h.
Definition at line 50 of file mv643xx_eth.h.
int phy_addr |
Definition at line 44 of file mv643xx_eth.h.
int port_number |
Definition at line 39 of file mv643xx_eth.h.
int rx_queue_count |
Definition at line 63 of file mv643xx_eth.h.
int rx_queue_size |
Definition at line 69 of file mv643xx_eth.h.
unsigned long rx_sram_addr |
Definition at line 77 of file mv643xx_eth.h.
int rx_sram_size |
Definition at line 78 of file mv643xx_eth.h.
struct platform_device* shared |
Definition at line 38 of file mv643xx_eth.h.
int speed |
Definition at line 57 of file mv643xx_eth.h.
int tx_queue_count |
Definition at line 64 of file mv643xx_eth.h.
int tx_queue_size |
Definition at line 70 of file mv643xx_eth.h.
unsigned long tx_sram_addr |
Definition at line 79 of file mv643xx_eth.h.
int tx_sram_size |
Definition at line 80 of file mv643xx_eth.h.