HomeSort by: relevance | last modified time | path
    Searched refs:eso_dma (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
esovar.h 101 SLIST_HEAD(, eso_dma) sc_dmas;
eso.c 105 struct eso_dma { struct
112 SLIST_ENTRY(eso_dma) ed_slist;
215 int, struct eso_dma *);
216 static void eso_freemem(struct eso_dma *);
217 static struct eso_dma * eso_kva2dma(const struct eso_softc *, const void *);
1471 size_t boundary, int direction, struct eso_dma *ed)
1512 eso_freemem(struct eso_dma *ed)
1521 static struct eso_dma *
1524 struct eso_dma *p;
1539 struct eso_dma *ed
    [all...]

Completed in 12 milliseconds