Home
last modified time | relevance | path

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

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