Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/
Dxen-netfront.c81 struct netfront_info { struct
82 struct list_head list;
83 struct net_device *netdev;
85 struct napi_struct napi;
87 unsigned int evtchn;
88 struct xenbus_device *xbdev;
90 spinlock_t tx_lock;
91 struct xen_netif_tx_front_ring tx;
92 int tx_ring_ref;
103 union skb_entry {
[all …]