sys/dev/pci/auglx.c
230
int auglx_alloc_prd(struct auglx_softc *, size_t, struct auglx_ring *);
sys/dev/pci/auglx.c
231
void auglx_free_prd(struct auglx_softc *sc, struct auglx_ring *bm);
sys/dev/pci/auglx.c
232
int auglx_allocmem(struct auglx_softc *, size_t, size_t, struct auglx_dma *);
sys/dev/pci/auglx.c
233
void auglx_freemem(struct auglx_softc *, struct auglx_dma *);
sys/dev/pci/auglx.c
264
sizeof(struct auglx_softc), auglx_match, auglx_attach, NULL,
sys/dev/pci/auglx.c
282
struct auglx_softc *sc = (struct auglx_softc *)self;
sys/dev/pci/auglx.c
334
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
376
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
405
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
414
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
456
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
513
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
525
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
538
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
545
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
552
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
559
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
593
struct auglx_softc *sc;
sys/dev/pci/auglx.c
620
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
661
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
723
struct auglx_softc *sc = v;
sys/dev/pci/auglx.c
782
auglx_allocmem(struct auglx_softc *sc, size_t size, size_t align,
sys/dev/pci/auglx.c
835
auglx_freemem(struct auglx_softc *sc, struct auglx_dma *p)
sys/dev/pci/auglx.c
844
auglx_alloc_prd(struct auglx_softc *sc, size_t size, struct auglx_ring *bm)
sys/dev/pci/auglx.c
895
auglx_free_prd(struct auglx_softc *sc, struct auglx_ring *bm)
sys/dev/pci/auglx.c
906
struct auglx_softc *sc = (struct auglx_softc *)self;