Lines Matching refs:next_rx_desc
143 struct etrax_dma_descr *next_rx_desc; member
362 port->next_rx_desc = &port->in_descr[0]; in initialize_port()
1258 port->next_rx_desc = &port->in_descr[0]; in start_dma_in()
1260 *port->input_dma_first = virt_to_phys(port->next_rx_desc); in start_dma_in()
1336 virt_to_phys(port->next_rx_desc)) { in rx_interrupt()
1342 phys_to_virt(port->next_rx_desc->buf), in rx_interrupt()
1345 phys_to_virt(port->next_rx_desc->buf + in rx_interrupt()
1352 phys_to_virt(port->next_rx_desc->buf), in rx_interrupt()
1361 prepare_rx_descriptor(port->next_rx_desc); in rx_interrupt()
1362 port->next_rx_desc->ctrl |= d_eol; in rx_interrupt()
1365 port->next_rx_desc); in rx_interrupt()
1366 port->next_rx_desc = phys_to_virt((unsigned) in rx_interrupt()
1367 port->next_rx_desc->next); in rx_interrupt()