Lines Matching refs:sbdma_dscrtable
156 (d)->sbdma_dscrtable : (d)->f+1)
213 struct sbdmadscr *sbdma_dscrtable; member
640 sizeof(*d->sbdma_dscrtable), in sbdma_initctx()
647 d->sbdma_dscrtable = (struct sbdmadscr *) in sbdma_initctx()
649 sizeof(*d->sbdma_dscrtable)); in sbdma_initctx()
651 d->sbdma_dscrtable_end = d->sbdma_dscrtable + d->sbdma_maxdescr; in sbdma_initctx()
653 d->sbdma_dscrtable_phys = virt_to_phys(d->sbdma_dscrtable); in sbdma_initctx()
722 d->sbdma_addptr = d->sbdma_dscrtable; in sbdma_channel_start()
723 d->sbdma_remptr = d->sbdma_dscrtable; in sbdma_channel_start()
868 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb_new; in sbdma_add_rcvbuffer()
958 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb; in sbdma_add_txbuffer()
1099 curidx = dsc - d->sbdma_dscrtable; in sbdma_rx_process()
1106 sizeof(*d->sbdma_dscrtable); in sbdma_rx_process()
1248 d->sbdma_dscrtable_phys) / sizeof(*d->sbdma_dscrtable); in sbdma_tx_process()
1262 curidx = d->sbdma_remptr - d->sbdma_dscrtable; in sbdma_tx_process()
1277 dsc = &(d->sbdma_dscrtable[curidx]); in sbdma_tx_process()
1373 d->sbdma_dscrtable_unaligned = d->sbdma_dscrtable = NULL; in sbdma_uninitctx()