Searched defs:igbvf_ring (Results 1 – 1 of 1) sorted by relevance
125 struct igbvf_ring { struct126 struct igbvf_adapter *adapter; /* backlink */127 union igbvf_desc *desc; /* pointer to ring memory */128 dma_addr_t dma; /* phys address of ring */129 unsigned int size; /* length of ring in bytes */130 unsigned int count; /* number of desc. in ring */132 u16 next_to_use;133 u16 next_to_clean;135 u16 head;136 u16 tail;[all …]