diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-18 13:23:37 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-18 13:23:37 -0400 |
| commit | 31bdc5dc7666aa2fe04c626cea30fe3c20cf481c (patch) | |
| tree | a1a78a39379e081e9982c3273a71b4e93e8c1fd0 /drivers/net/sunvnet.h | |
| parent | 5cc97bf2d8eaa6cab60727c3eba3e85e29062669 (diff) | |
| parent | a5f8967e171a6fa27da8e6d06d3ef85f7fed43c1 (diff) | |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
* 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
[SPARC64]: Set vio->desc_buf to NULL after freeing.
[SPARC]: Mark sparc and sparc64 as not having virt_to_bus
[SPARC64]: Fix reset handling in VNET driver.
[SPARC64]: Handle reset events in vio_link_state_change().
[SPARC64]: Handle LDC resets properly in domain-services driver.
[SPARC64]: Massively simplify VIO device layer and support hot add/remove.
[SPARC64]: Simplify VNET probing.
[SPARC64]: Simplify VDC device probing.
[SPARC64]: Add basic infrastructure for MD add/remove notification.
Diffstat (limited to 'drivers/net/sunvnet.h')
| -rw-r--r-- | drivers/net/sunvnet.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/sunvnet.h b/drivers/net/sunvnet.h index 1c887302d46d..7d3a0cac727b 100644 --- a/drivers/net/sunvnet.h +++ b/drivers/net/sunvnet.h | |||
| @@ -60,11 +60,13 @@ struct vnet { | |||
| 60 | struct net_device *dev; | 60 | struct net_device *dev; |
| 61 | 61 | ||
| 62 | u32 msg_enable; | 62 | u32 msg_enable; |
| 63 | struct vio_dev *vdev; | ||
| 64 | 63 | ||
| 65 | struct list_head port_list; | 64 | struct list_head port_list; |
| 66 | 65 | ||
| 67 | struct hlist_head port_hash[VNET_PORT_HASH_SIZE]; | 66 | struct hlist_head port_hash[VNET_PORT_HASH_SIZE]; |
| 67 | |||
| 68 | struct list_head list; | ||
| 69 | u64 local_mac; | ||
| 68 | }; | 70 | }; |
| 69 | 71 | ||
| 70 | #endif /* _SUNVNET_H */ | 72 | #endif /* _SUNVNET_H */ |
