Searched defs:malo_tx_ring (Results 1 – 1 of 1) sorted by relevance
39 struct malo_tx_ring { struct40 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 …]