Home
last modified time | relevance | path

Searched refs: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; in nge_init_buff_ring() local
714 nslots_recv = rrp->desc.nslots; in nge_init_buff_ring()
723 bsbdp = kmem_zalloc(nslots_recv *sizeof (*bsbdp), KM_SLEEP); in nge_init_buff_ring()
759 for (slot = 0; slot < nslots_recv; ++slot, ++bsbdp) { in nge_init_buff_ring()
781 uint32_t nslots_recv; in nge_reinit_buff_ring() local
790 nslots_recv = rrp->desc.nslots; in nge_reinit_buff_ring()
791 for (slot = 0; slot < nslots_recv; ++bsbdp, ++slot) { in nge_reinit_buff_ring()