Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h107 struct ixgbevf_ring { struct
108 struct ixgbevf_ring *next; argument
109 struct net_device *netdev;
110 struct device *dev;
111 void *desc; /* descriptor ring memory */
112 dma_addr_t dma; /* phys. address of descriptor ring */
113 unsigned int size; /* length in bytes */
114 u16 count; /* amount of descriptors */
115 u16 next_to_use;
116 u16 next_to_clean;
[all …]