Searched defs:igbvf_ring (Results 1 – 1 of 1) sorted by relevance
138 struct igbvf_ring { struct139 struct igbvf_adapter *adapter; /* backlink */140 union igbvf_desc *desc; /* pointer to ring memory */141 dma_addr_t dma; /* phys address of ring */142 unsigned int size; /* length of ring in bytes */143 unsigned int count; /* number of desc. in ring */145 u16 next_to_use;146 u16 next_to_clean;148 u16 head;149 u16 tail;[all …]