Searched defs:bcm_sysport_tx_ring (Results 1 – 1 of 1) sorted by relevance
678 struct bcm_sysport_tx_ring { struct679 spinlock_t lock; /* Ring lock for tx reclaim/xmit */680 struct napi_struct napi; /* NAPI per tx queue */681 unsigned int index; /* Ring index */682 unsigned int size; /* Ring current size */683 unsigned int alloc_size; /* Ring one-time allocated size */684 unsigned int desc_count; /* Number of descriptors */685 unsigned int curr_desc; /* Current descriptor */686 unsigned int c_index; /* Last consumer index */687 unsigned int clean_index; /* Current clean index */[all …]