Lines Matching defs:ixgbevf_ring
60 struct ixgbevf_ring { struct
61 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 {
75 u64 total_bytes;
99 enum ixgbevf_ring_f_enum { argument