Searched defs:bcm_sysport_tx_ring (Results 1 – 1 of 1) sorted by relevance
689 struct bcm_sysport_tx_ring { struct691 struct napi_struct napi; /* NAPI per tx queue */692 unsigned int index; /* Ring index */693 unsigned int size; /* Ring current 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 */701 unsigned long packets; /* packets statistics */702 unsigned long bytes; /* bytes statistics */[all …]
Completed in 10 milliseconds