Searched refs:rx_free (Results 1 – 4 of 4) sorted by relevance
118 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()
381 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()
73 (knp++)->value.ui64 = rgep->rx_free; in rge_driverinfo_update()
436 uint32_t rx_free; /* number of rx free buf */ member