|
Linux Kernel
3.7.1
|
#include <am79c961a.h>
Data Fields | |
| unsigned long | rxbuffer [RX_BUFFERS] |
| unsigned long | txbuffer [TX_BUFFERS] |
| unsigned char | txhead |
| unsigned char | txtail |
| unsigned char | rxhead |
| unsigned char | rxtail |
| unsigned long | rxhdr |
| unsigned long | txhdr |
| spinlock_t | chip_lock |
| struct timer_list | timer |
| struct dev_info * | adapter |
| struct ksz_port | port |
| struct ksz_timer_info | monitor_timer_info |
| struct semaphore | proc_sem |
| int | id |
| struct mii_if_info | mii_if |
| u32 | advertising |
| u32 | msg_enable |
| int | media_state |
| int | multicast |
| int | promiscuous |
| void __iomem * | base |
| void __iomem * | seeq |
| struct { | |
| unsigned int command | |
| unsigned int config1 | |
| unsigned int config2 | |
| } | regs |
| unsigned char | tx_head |
| unsigned char | tx_tail |
| unsigned int | rx_head |
| int | broken |
struct dev_priv - Network device private data structure : Adapter device information. : Port information. : Timer to monitor ports. : Semaphore for proc accessing. : Device ID. : MII interface information. : Temporary variable to store advertised settings. : The message flags controlling driver output. : The connection status of the device. : The all multicast state of the device. : The promiscuous state of the device.
Definition at line 132 of file am79c961a.h.
| spinlock_t chip_lock |
Definition at line 141 of file am79c961a.h.
| struct mii_if_info mii_if |
| struct ksz_timer_info monitor_timer_info |
| struct { ... } regs |
| unsigned long rxbuffer[RX_BUFFERS] |
Definition at line 133 of file am79c961a.h.
| unsigned long rxhdr |
Definition at line 139 of file am79c961a.h.
| unsigned char rxhead |
Definition at line 137 of file am79c961a.h.
| unsigned char rxtail |
Definition at line 138 of file am79c961a.h.
Definition at line 142 of file am79c961a.h.
| unsigned long txbuffer[TX_BUFFERS] |
Definition at line 134 of file am79c961a.h.
| unsigned long txhdr |
Definition at line 140 of file am79c961a.h.
| unsigned char txhead |
Definition at line 135 of file am79c961a.h.
| unsigned char txtail |
Definition at line 136 of file am79c961a.h.
1.8.2