Home
last modified time | relevance | path

Searched refs:MWL_RXBUF (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h55 #ifndef MWL_RXBUF
56 #define MWL_RXBUF ((5*MWL_RXDESC)/2)/* number of RX dma buffers */ macro
H A Dif_mwl.c191 static int mwl_rxbuf = MWL_RXBUF; /* # rx buffers to allocate */
200 static int mwl_rxquota = MWL_RXBUF; /* # max buffers to process */
4809 if (bootverbose || mwl_rxbuf != MWL_RXBUF) in mwl_announce()
/freebsd/sys/conf/
H A Doptions859 MWL_RXBUF opt_mwl.h