Searched defs:ixgbevf_ring (Results 1 – 1 of 1) sorted by relevance
60 struct ixgbevf_ring { struct61 struct ixgbevf_adapter *adapter; /* backlink */62 void *desc; /* descriptor ring memory */63 dma_addr_t dma; /* phys. address of descriptor ring */64 unsigned int size; /* length in bytes */65 unsigned int count; /* amount of descriptors */66 unsigned int next_to_use;67 unsigned int next_to_clean;69 int queue_index; /* needed for multiqueue queue management */70 union {[all …]