Searched defs:emx_txdata (Results 1 – 1 of 1) sorted by relevance
257 struct emx_txdata { struct258 struct lwkt_serialize tx_serialize;259 struct emx_softc *sc;260 struct ifaltq_subque *ifsq;261 int idx;262 int16_t tx_running;265 uint16_t tx_flags;279 struct e1000_tx_desc *tx_desc_base;280 struct emx_txbuf *tx_buf;281 uint32_t next_avail_tx_desc;[all …]