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

  /src/sys/dev/pci/
xmm7360.c 394 struct td_ring_entry { struct
468 struct td_ring_entry *tds;
722 ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_KERNEL);
760 dma_free_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, ring->tds, ring->tds_phys);
xmm7360.c 394 struct td_ring_entry { struct
468 struct td_ring_entry *tds;
722 ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_KERNEL);
760 dma_free_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, ring->tds, ring->tds_phys);
xmm7360.c 394 struct td_ring_entry { struct
468 struct td_ring_entry *tds;
722 ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_KERNEL);
760 dma_free_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, ring->tds, ring->tds_phys);

Completed in 38 milliseconds