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

/opensolaris-onvv-gate/usr/src/uts/common/io/rge/
H A Drge_main.c271 rxdescsize = RGE_RECV_SLOTS * sizeof (rge_bd_t);
351 for (slot = 0; slot < RGE_RECV_SLOTS; slot++) {
360 if (slot == (RGE_RECV_SLOTS - 1))
416 for (slot = 0; slot < RGE_RECV_SLOTS; ++srbdp, ++slot) {
428 kmem_free(rgep->sw_rbds, RGE_RECV_SLOTS * sizeof (sw_rbd_t));
527 srbdp = kmem_zalloc(RGE_RECV_SLOTS*sizeof (*srbdp), KM_SLEEP);
538 for (slot = 0; slot < RGE_RECV_SLOTS; slot++) {
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);

Completed in 108 milliseconds