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

/haiku/src/libs/compat/openbsd_network/compat/net/
H A Dif_var-obsd.h67 u_int rxr_alive; member in struct:if_rxring
73 #define if_rxr_put(_r, _c) do { (_r)->rxr_alive -= (_c); } while (0)
74 #define if_rxr_needrefill(_r) ((_r)->rxr_alive < (_r)->rxr_lwm)
75 #define if_rxr_inuse(_r) ((_r)->rxr_alive)
95 if (rxr->rxr_alive >= rxr->rxr_lwm)
127 if (rxr->rxr_alive >= rxr->rxr_cwm)
130 diff = min(rxr->rxr_cwm - rxr->rxr_alive, max);
131 rxr->rxr_alive += diff;

Completed in 43 milliseconds