Searched defs:bcm_sysport_tx_ring (Results 1 – 2 of 2) sorted by relevance
716 struct bcm_sysport_tx_ring { struct717 spinlock_t lock; /* Ring lock for tx reclaim/xmit */718 struct napi_struct napi; /* NAPI per tx queue */719 dma_addr_t desc_dma; /* DMA cookie */720 unsigned int index; /* Ring index */721 unsigned int size; /* Ring current size */722 unsigned int alloc_size; /* Ring one-time allocated size */723 unsigned int desc_count; /* Number of descriptors */724 unsigned int curr_desc; /* Current descriptor */725 unsigned int c_index; /* Last consumer index */[all …]
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 …]