Searched defs:bcm_sysport_tx_ring (Results 1 – 1 of 1) sorted by relevance
709 struct bcm_sysport_tx_ring { struct710 spinlock_t lock; /* Ring lock for tx reclaim/xmit */711 struct napi_struct napi; /* NAPI per tx queue */712 unsigned int index; /* Ring index */713 unsigned int size; /* Ring current size */714 unsigned int alloc_size; /* Ring one-time allocated size */715 unsigned int desc_count; /* Number of descriptors */716 unsigned int curr_desc; /* Current descriptor */717 unsigned int c_index; /* Last consumer index */718 unsigned int clean_index; /* Current clean index */[all …]