Lines Matching refs:in_descr
165 dma_descr_data in_descr[NBR_IN_DESCR] __aligned(16); member
1309 port->in_descr[i].buf = buf; in start_dma_in()
1310 port->in_descr[i].after = buf + port->inbufchunk; in start_dma_in()
1311 port->in_descr[i].intr = 1; in start_dma_in()
1312 port->in_descr[i].next = in start_dma_in()
1313 (dma_descr_data *)virt_to_phys(&port->in_descr[i+1]); in start_dma_in()
1314 port->in_descr[i].buf = buf; in start_dma_in()
1318 port->in_descr[i-1].next = in start_dma_in()
1319 (dma_descr_data *)virt_to_phys(&port->in_descr[0]); in start_dma_in()
1320 port->in_descr[i-1].eol = regk_sser_yes; in start_dma_in()
1321 port->next_rx_desc = &port->in_descr[0]; in start_dma_in()
1322 port->prev_rx_desc = &port->in_descr[NBR_IN_DESCR - 1]; in start_dma_in()
1324 (dma_descr_data *)virt_to_phys(&port->in_descr[0]); in start_dma_in()
1325 port->in_context.saved_data_buf = port->in_descr[0].buf; in start_dma_in()