HomeSort by: relevance | last modified time | path
    Searched defs:sbdma_rem_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/sibyte/dev/
sbmac.c 159 unsigned int sbdma_rem_index; /* next dscr for sw to remove */ member in struct:sbmacdma_s
458 d->sbdma_rem_index = 0;
493 if (nextdsc == d->sbdma_rem_index)
592 if (nextdsc == d->sbdma_rem_index) {
681 if (nextdsc == d->sbdma_rem_index) {
878 * (sbdma_rem_index) and the physical address
882 curidx = d->sbdma_rem_index;
952 d->sbdma_rem_index = SBDMA_NEXTBUF(d, d->sbdma_rem_index);
991 * (sbdma_rem_index) and the physical addres
    [all...]

Completed in 13 milliseconds