Searched defs:bcmgenet_tx_ring (Results 1 – 1 of 1) sorted by relevance
515 struct bcmgenet_tx_ring { struct516 spinlock_t lock; /* ring lock */517 struct napi_struct napi; /* NAPI per tx queue */518 unsigned long packets;519 unsigned long bytes;520 unsigned int index; /* ring index */521 struct enet_cb *cbs; /* tx ring buffer control block*/522 unsigned int size; /* size of each tx ring */523 unsigned int clean_ptr; /* Tx ring clean pointer */524 unsigned int c_index; /* last consumer index of each ring*/[all …]