Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/marvell/
H A Dif_mvxpevar.h141 struct mvxpe_tx_ring { struct
143 struct mvxpe_tx_desc *tx_descriptors;
144 bus_dmamap_t tx_descriptors_map;
147 struct mvxpe_tx_handle {
152 } tx_handle[MVXPE_TX_RING_CNT];
155 kmutex_t tx_ring_mtx;
158 int tx_used;
159 int tx_dma;
160 int tx_cpu;
163 int tx_queue_len;
[all …]