Searched defs:datadlen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c460 int i, err, datadlen; local
483 datadlen = count * sizeof (struct mwl_rxbuf);
484 ring->buf = (struct mwl_rxbuf *)kmem_zalloc(datadlen, KM_SLEEP);
548 int i, err, datadlen; local
570 datadlen = count * sizeof (struct mwl_txbuf);
571 ring->buf = kmem_zalloc(datadlen, KM_SLEEP);

Completed in 69 milliseconds