Lines Matching refs:tdesc
152 struct tran_pdesc *tdesc; member
282 struct w90p910_txbd *tdesc; in w90p910_init_desc() local
290 ether->tdesc = dma_alloc_coherent(&pdev->dev, sizeof(struct tran_pdesc), in w90p910_init_desc()
292 if (!ether->tdesc) in w90p910_init_desc()
299 ether->tdesc, ether->tdesc_phys); in w90p910_init_desc()
306 tdesc = &(ether->tdesc->desclist[i]); in w90p910_init_desc()
313 tdesc->next = ether->tdesc_phys + offset; in w90p910_init_desc()
314 tdesc->buffer = ether->tdesc_phys + in w90p910_init_desc()
316 tdesc->sl = 0; in w90p910_init_desc()
317 tdesc->mode = 0; in w90p910_init_desc()
573 ether->tdesc, ether->tdesc_phys); in w90p910_ether_close()
607 txbd = ðer->tdesc->desclist[ether->cur_tx]; in w90p910_send_frame()
608 buffer = ether->tdesc->tran_buf[ether->cur_tx]; in w90p910_send_frame()
628 txbd = ðer->tdesc->desclist[ether->cur_tx]; in w90p910_send_frame()
668 txbd = ðer->tdesc->desclist[ether->finish_tx]; in w90p910_tx_interrupt()