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

  /src/sys/dev/pci/
xmm7360.c 468 struct td_ring_entry *tds; member in struct:td_ring
722 ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_KERNEL);
729 ring->tds[i].addr = ring->pages_phys[i];
760 dma_free_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, ring->tds, ring->tds_phys);
775 ring->tds[wptr].length = len;
776 ring->tds[wptr].flags = 0;
777 ring->tds[wptr].unk = 0;
809 ring->tds[wptr].length = ring->page_size;
810 ring->tds[wptr].flags = 0;
811 ring->tds[wptr].unk = 0
    [all...]

Completed in 12 milliseconds