Lines Matching refs:active_tr_descr
147 struct dma_descr_data *active_tr_descr; member
419 port->active_tr_descr = &port->out_descr[0]; in initialize_port()
581 port->active_tr_descr != port->catch_tr_descr && in sync_serial_poll()
1100 port->port_nbr, count, port->active_tr_descr, in sync_serial_write()
1111 ((port->use_dma && port->active_tr_descr == port->catch_tr_descr) || in sync_serial_write()
1263 port->active_tr_descr->buf = (char *)virt_to_phys((char *)data); in start_dma_out()
1264 port->active_tr_descr->after = port->active_tr_descr->buf + count; in start_dma_out()
1265 port->active_tr_descr->intr = 1; in start_dma_out()
1267 port->active_tr_descr->eol = 1; in start_dma_out()
1271 port->prev_tr_descr, port->active_tr_descr)); in start_dma_out()
1272 port->prev_tr_descr = port->active_tr_descr; in start_dma_out()
1273 port->active_tr_descr = phys_to_virt((int)port->active_tr_descr->next); in start_dma_out()
1370 port->active_tr_descr);); in tr_interrupt()
1425 port->active_tr_descr)); in tr_interrupt()
1428 port->catch_tr_descr = port->active_tr_descr; in tr_interrupt()