Searched defs:bcm_sysport_tx_ring (Results 1 – 1 of 1) sorted by relevance
689 struct bcm_sysport_tx_ring { struct690 spinlock_t lock; /* Ring lock for tx reclaim/xmit */691 struct napi_struct napi; /* NAPI per tx queue */692 unsigned int index; /* Ring index */693 unsigned int size; /* Ring current size */694 unsigned int alloc_size; /* Ring one-time allocated size */695 unsigned int desc_count; /* Number of descriptors */696 unsigned int curr_desc; /* Current descriptor */697 unsigned int c_index; /* Last consumer index */698 unsigned int clean_index; /* Current clean index */[all …]