Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c684 m = m_getm(NULL, sc->sc_edma_bufsize, M_NOWAIT, MT_DATA); in ath_edma_rxbuf_init()
1016 sc->sc_edma_bufsize = 4096; in ath_recv_setup_edma()
1022 (void) ath_hal_setrxbufsize(sc->sc_ah, sc->sc_edma_bufsize - in ath_recv_setup_edma()
1029 sc->sc_edma_bufsize); in ath_recv_setup_edma()
H A Dif_athvar.h591 int sc_edma_bufsize; member