Searched defs:bce_tx_ring (Results 1 – 1 of 1) sorted by relevance
5845 struct bce_tx_ring { struct5846 struct lwkt_serialize tx_serialize;5847 struct bce_softc *sc;5848 uint32_t tx_cid;5849 volatile uint16_t *tx_hw_cons;5850 struct ifaltq_subque *ifsq;5851 int tx_pages;5852 int tx_wreg;5853 uint16_t tx_prod;5854 uint16_t tx_cons;[all …]