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

/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c2089 int error, jumbosize, bsize, i; local
2117 jumbosize = roundup(MWL_AGGR_SIZE, PAGE_SIZE);
2118 sc->sc_rxmemsize = mwl_rxbuf*jumbosize;
2172 bf->bf_data = ((uint8_t *)sc->sc_rxmem) + (i*jumbosize);
2182 data = ((uint8_t *)sc->sc_rxmem) + (i*jumbosize);

Completed in 66 milliseconds