Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c118 rge_atomic_renounce(&rgep->rx_free, 1); in rge_rx_recycle()
119 if (rgep->rx_bcopy && rgep->rx_free == RGE_BUF_SLOTS) in rge_rx_recycle()
121 ASSERT(rgep->rx_free <= RGE_BUF_SLOTS); in rge_rx_recycle()
230 !rge_atomic_reserve(&rgep->rx_free, 1)) { in rge_receive_packet()
H A Drge_main.c381 if (rgep->rx_free != RGE_BUF_SLOTS) in rge_reinit_buf_ring()
441 ASSERT(rgep->rx_free == RGE_BUF_SLOTS); in rge_fini_buf_ring()
603 rgep->rx_free = RGE_BUF_SLOTS; in rge_init_buf_ring()
757 if (rgep->rx_free == RGE_BUF_SLOTS) in rge_restart()
804 if (rgep->rx_free == RGE_BUF_SLOTS) in rge_m_stop()
1943 rgep->rx_free != RGE_BUF_SLOTS) in rge_detach()
H A Drge_kstats.c73 (knp++)->value.ui64 = rgep->rx_free; in rge_driverinfo_update()
H A Drge.h436 uint32_t rx_free; /* number of rx free buf */ member