Home
last modified time | relevance | path

Searched defs:netfront_info (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/
Dxen-netfront.c73 struct netfront_info { struct
74 struct list_head list;
75 struct net_device *netdev;
77 struct napi_struct napi;
79 unsigned int evtchn;
80 struct xenbus_device *xbdev;
82 spinlock_t tx_lock;
83 struct xen_netif_tx_front_ring tx;
84 int tx_ring_ref;
95 union skb_entry {
[all …]