Searched defs:ixgbevf_ring (Results 1 – 1 of 1) sorted by relevance
107 struct ixgbevf_ring { struct108 struct ixgbevf_ring *next; argument109 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 …]