Searched refs:gtmpsc_pollrx_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/marvell/
H A Dgtmpscvar.h77 } gtmpsc_pollrx_t; typedef in typeref:struct:gtmpsc_pollrx
81 gtmpsc_pollrx_t rx[GTMPSC_NRXDESC];
H A Dgtmpsc.c90 gtmpsc_pollrx_t *_vrxp = &(sc)->sc_poll_sdmapage->rx[(ix)]; \
100 (ix) * sizeof(gtmpsc_pollrx_t) + sizeof(sdma_desc_t), \
104 (ix) * sizeof(gtmpsc_pollrx_t), \
306 err = bus_dmamap_create(sc->sc_dmat, sizeof(gtmpsc_pollrx_t), 1,
307 sizeof(gtmpsc_pollrx_t), 0, BUS_DMA_NOWAIT,
315 sc->sc_poll_sdmapage->rx, sizeof(gtmpsc_pollrx_t),
453 gtmpsc_pollrx_t *vrxp;
885 gtmpsc_pollrx_t *vrxp;
898 ix * sizeof(gtmpsc_pollrx_t),
904 ix * sizeof(gtmpsc_pollrx_t)
[all...]

Completed in 129 milliseconds