Searched defs:rt2560_rx_ring (Results 1 – 1 of 1) sorted by relevance
82 struct rt2560_rx_ring { struct83 bus_dmamap_t map;84 bus_dma_segment_t seg;85 bus_addr_t physaddr;86 struct rt2560_rx_desc *desc;87 struct rt2560_rx_data *data;88 int count;89 int cur;90 int next;91 int cur_decrypt;