Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmalovar.h39 struct malo_tx_ring { struct
40 bus_dmamap_t map;
41 bus_dma_segment_t seg;
42 bus_addr_t physaddr;
43 struct malo_tx_desc *desc;
44 struct malo_tx_data *data;
45 int count;
46 int queued;
47 int cur;
48 int next;
[all …]