Home
last modified time | relevance | path

Searched refs:RGE_RECV_SLOTS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c271 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()
H A Drge_hw.h551 #define RGE_RECV_SLOTS 1024 macro
H A Drge.h322 if ((slot) == (RGE_RECV_SLOTS -1)) { \
H A Drge_rxtx.c346 slot = NEXT(slot, RGE_RECV_SLOTS); in rge_receive_ring()