Searched refs:RGE_RECV_SLOTS (Results 1 – 4 of 4) sorted by relevance
271 rxdescsize = RGE_RECV_SLOTS * sizeof (rge_bd_t); in rge_alloc_bufs()351 for (slot = 0; slot < RGE_RECV_SLOTS; slot++) { in rge_reinit_recv_ring()360 if (slot == (RGE_RECV_SLOTS - 1)) in rge_reinit_recv_ring()416 for (slot = 0; slot < RGE_RECV_SLOTS; ++srbdp, ++slot) { in rge_fini_recv_ring()428 kmem_free(rgep->sw_rbds, RGE_RECV_SLOTS * sizeof (sw_rbd_t)); in rge_fini_recv_ring()527 srbdp = kmem_zalloc(RGE_RECV_SLOTS*sizeof (*srbdp), KM_SLEEP); in rge_init_recv_ring()538 for (slot = 0; slot < RGE_RECV_SLOTS; slot++) { in rge_init_recv_ring()
551 #define RGE_RECV_SLOTS 1024 macro
322 if ((slot) == (RGE_RECV_SLOTS -1)) { \
346 slot = NEXT(slot, RGE_RECV_SLOTS); in rge_receive_ring()