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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c86 uint32_t slot_recy; local
112 slot_recy = rgep->rc_next;
113 free_srbdp = &rgep->free_srbds[slot_recy];
117 rgep->rc_next = NEXT(slot_recy, RGE_BUF_SLOTS);

Completed in 57 milliseconds