Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
xenvif Struct Reference

#include <common.h>

Data Fields

domid_t domid
 
unsigned int handle
 
struct xen_netbknetbk
 
u8 fe_dev_addr [6]
 
unsigned int irq
 
struct list_head notify_list
 
struct xen_netif_tx_back_ring tx
 
struct xen_netif_rx_back_ring rx
 
u8 can_sg:1
 
u8 gso:1
 
u8 gso_prefix:1
 
u8 csum:1
 
u8 can_queue:1
 
RING_IDX rx_req_cons_peek
 
unsigned long credit_bytes
 
unsigned long credit_usec
 
unsigned long remaining_credit
 
struct timer_list credit_timeout
 
unsigned long rx_gso_checksum_fixup
 
struct list_head schedule_list
 
atomic_t refcnt
 
struct net_devicedev
 
wait_queue_head_t waiting_to_free
 

Detailed Description

Definition at line 50 of file common.h.

Field Documentation

u8 can_queue

Definition at line 77 of file common.h.

u8 can_sg

Definition at line 71 of file common.h.

unsigned long credit_bytes

Definition at line 87 of file common.h.

struct timer_list credit_timeout

Definition at line 90 of file common.h.

unsigned long credit_usec

Definition at line 88 of file common.h.

u8 csum

Definition at line 74 of file common.h.

Definition at line 98 of file common.h.

domid_t domid

Definition at line 52 of file common.h.

u8 fe_dev_addr[6]

Definition at line 58 of file common.h.

u8 gso

Definition at line 72 of file common.h.

u8 gso_prefix

Definition at line 73 of file common.h.

unsigned int handle

Definition at line 53 of file common.h.

unsigned int irq

Definition at line 61 of file common.h.

struct xen_netbk* netbk

Definition at line 56 of file common.h.

struct list_head notify_list

Definition at line 64 of file common.h.

atomic_t refcnt

Definition at line 97 of file common.h.

unsigned long remaining_credit

Definition at line 89 of file common.h.

struct xen_netif_rx_back_ring rx

Definition at line 68 of file common.h.

unsigned long rx_gso_checksum_fixup

Definition at line 93 of file common.h.

RING_IDX rx_req_cons_peek

Definition at line 84 of file common.h.

struct list_head schedule_list

Definition at line 96 of file common.h.

struct xen_netif_tx_back_ring tx

Definition at line 67 of file common.h.

wait_queue_head_t waiting_to_free

Definition at line 100 of file common.h.


The documentation for this struct was generated from the following file: