Searched defs:bcmgenet_tx_ring (Results 1 – 1 of 1) sorted by relevance
539 struct bcmgenet_tx_ring { struct540 spinlock_t lock; /* ring lock */541 struct napi_struct napi; /* NAPI per tx queue */542 struct bcmgenet_tx_stats64 stats64;543 unsigned int index; /* ring index */544 struct enet_cb *cbs; /* tx ring buffer control block*/545 unsigned int size; /* size of each tx ring */546 unsigned int clean_ptr; /* Tx ring clean pointer */547 unsigned int c_index; /* last consumer index of each ring*/548 unsigned int free_bds; /* # of free bds for each ring */[all …]