Searched refs:RGE_SEND_SLOTS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c392 next = NEXT(slot, RGE_SEND_SLOTS);
404 ASSERT(slot < RGE_SEND_SLOTS);
405 ASSERT(next < RGE_SEND_SLOTS);
434 tc_tail = LAST(tc_tail, RGE_SEND_SLOTS);
456 rgep->tc_next = NEXT(tc_tail, RGE_SEND_SLOTS);
459 n += RGE_SEND_SLOTS;
462 ASSERT(rgep->tx_free <= RGE_SEND_SLOTS);
643 ASSERT(rgep->tx_free < RGE_SEND_SLOTS);
670 if (rgep->chipid.is_pcie && rgep->tx_free != RGE_SEND_SLOTS) {
H A Drge_main.c258 txdescsize = RGE_SEND_SLOTS * sizeof (rge_bd_t);
318 for (slot = 0; slot < RGE_SEND_SLOTS; slot++) {
324 if (slot == (RGE_SEND_SLOTS - 1))
334 rgep->tx_free = RGE_SEND_SLOTS;
400 for (slot = 0; slot < RGE_SEND_SLOTS; ++slot) {
405 kmem_free(rgep->sw_sbds, RGE_SEND_SLOTS * sizeof (sw_sbd_t));
480 ssbdp = kmem_zalloc(RGE_SEND_SLOTS*sizeof (*ssbdp), KM_SLEEP);
491 for (slot = 0; slot < RGE_SEND_SLOTS; slot++) {
H A Drge_hw.h550 #define RGE_SEND_SLOTS 1024 macro
H A Drge.h330 if ((slot) == (RGE_SEND_SLOTS -1)) { \
H A Drge_chip.c1521 ((int_status & TX_OK_INT) && rgep->tx_free < RGE_SEND_SLOTS/8)) {
1729 if (rgep->tx_free < RGE_SEND_SLOTS)

Completed in 71 milliseconds