Searched defs:igbvf_ring (Results 1 – 1 of 1) sorted by relevance
146 struct igbvf_ring { struct147 struct igbvf_adapter *adapter; /* backlink */148 union igbvf_desc *desc; /* pointer to ring memory */149 dma_addr_t dma; /* phys address of ring */150 unsigned int size; /* length of ring in bytes */151 unsigned int count; /* number of desc. in ring */153 u16 next_to_use;154 u16 next_to_clean;156 u16 head;157 u16 tail;[all …]