Home
last modified time | relevance | path

Searched defs:ix_tx_ring (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/ix/
H A Dif_ix.h219 struct ix_tx_ring { struct
220 struct lwkt_serialize tx_serialize;
221 struct ifaltq_subque *tx_ifsq;
222 struct ix_softc *tx_sc;
223 volatile uint32_t *tx_hdr;
224 union ixgbe_adv_tx_desc *tx_base;
225 struct ix_tx_buf *tx_buf;
226 bus_dma_tag_t tx_tag;
227 int8_t tx_running;
230 uint8_t tx_flags;
[all …]