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

/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c2088 int error, jumbosize, bsize, i; local
2116 jumbosize = roundup(MWL_AGGR_SIZE, PAGE_SIZE);
2117 sc->sc_rxmemsize = mwl_rxbuf*jumbosize;
2171 bf->bf_data = ((uint8_t *)sc->sc_rxmem) + (i*jumbosize);
2181 data = ((uint8_t *)sc->sc_rxmem) + (i*jumbosize);

Completed in 109 milliseconds