Searched defs:igb_tx_ring (Results 1 – 1 of 1) sorted by relevance
233 struct igb_tx_ring { struct234 struct lwkt_serialize tx_serialize;235 struct igb_softc *sc;236 struct ifaltq_subque *ifsq;237 uint32_t me;238 int16_t tx_running;241 uint16_t tx_flags;244 struct e1000_tx_desc *tx_base;245 int num_tx_desc;246 uint32_t next_avail_desc;[all …]