Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h67 #ifndef MWL_AGGR_SIZE
68 #define MWL_AGGR_SIZE 3839 /* max tx aggregation size */ macro
H A Dif_mwl.c420 #if MWL_AGGR_SIZE == 7935 in mwl_attach()
2111 jumbosize = roundup(MWL_AGGR_SIZE, PAGE_SIZE); in mwl_rxdma_setup()
2508 ds->PktLen = htole16(MWL_AGGR_SIZE); in mwl_rxbuf_init()
2741 m_extadd(m, data, MWL_AGGR_SIZE, mwl_ext_free, sc, NULL, 0, in mwl_rx_proc()
/freebsd/sys/conf/
H A Doptions861 MWL_AGGR_SIZE opt_mwl.h