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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c703 uint32_t nslots_recv; local
714 nslots_recv = rrp->desc.nslots;
723 bsbdp = kmem_zalloc(nslots_recv *sizeof (*bsbdp), KM_SLEEP);
759 for (slot = 0; slot < nslots_recv; ++slot, ++bsbdp) {
781 uint32_t nslots_recv; local
790 nslots_recv = rrp->desc.nslots;
791 for (slot = 0; slot < nslots_recv; ++bsbdp, ++slot) {

Completed in 64 milliseconds