Home
last modified time | relevance | path

Searched refs:sc_edma_bufsize (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dif_ath_rx_edma.c686 m = m_getm(NULL, sc->sc_edma_bufsize, M_NOWAIT, MT_DATA); in ath_edma_rxbuf_init()
1018 sc->sc_edma_bufsize = 4096; in ath_recv_setup_edma()
1024 (void) ath_hal_setrxbufsize(sc->sc_ah, sc->sc_edma_bufsize - in ath_recv_setup_edma()
1031 sc->sc_edma_bufsize); in ath_recv_setup_edma()
Dif_athvar.h592 int sc_edma_bufsize; member