Linux Kernel
3.7.1
|
Public Member Functions | |
int last_restart | __attribute__ ((aligned(4))) |
Data Fields | |
struct i596_scp | scp |
struct i596_iscp | iscp |
struct i596_scb | scb |
struct sa_cmd | sa_cmd |
struct cf_cmd | cf_cmd |
struct tdr_cmd | tdr_cmd |
struct mc_cmd | mc_cmd |
unsigned long | stat |
struct i596_rfd * | rfd_head |
struct i596_rbd * | rbd_head |
struct i596_cmd * | cmd_tail |
struct i596_cmd * | cmd_head |
int | cmd_backlog |
unsigned long | last_cmd |
struct i596_rfd | rfds [RX_RING_SIZE] |
struct i596_rbd | rbds [RX_RING_SIZE] |
struct tx_cmd | tx_cmds [TX_RING_SIZE] |
struct i596_tbd | tbds [TX_RING_SIZE] |
int | next_tx_cmd |
spinlock_t | lock |
struct i596_dma * | dma |
u32 | stat |
int | last_restart |
u32 | last_cmd |
int | options |
dma_addr_t | dma_addr |
void __iomem * | mpu_port |
void __iomem * | ca |
u32 | dummy |
struct i596_dump | dump |
struct i596_cmd | set_add |
char | eth_addr [8] |
struct i596_cmd | set_conf |
char | i596_config [16] |
struct i596_cmd | tdr |
unsigned long | tdr_stat |
struct i596_rbd * | rbd_list |
struct i596_rbd * | rbd_tail |
struct i596_rfd * | rx_tail |
spinlock_t | cmd_lock |
int last_restart __attribute__ | ( | (aligned(4)) | ) |
Definition at line 330 of file lib82596.c.
spinlock_t cmd_lock |
Definition at line 316 of file lib82596.c.
dma_addr_t dma_addr |
Definition at line 328 of file lib82596.c.
u32 last_cmd |
Definition at line 324 of file lib82596.c.
int last_restart |
Definition at line 318 of file lib82596.c.
spinlock_t lock |
Definition at line 329 of file lib82596.c.
int options |
Definition at line 326 of file lib82596.c.
struct i596_rbd rbds[RX_RING_SIZE] |
struct i596_rfd rfds[RX_RING_SIZE] |
Definition at line 317 of file lib82596.c.
struct i596_tbd tbds[TX_RING_SIZE] |
struct tx_cmd tx_cmds[TX_RING_SIZE] |