Home
last modified time | relevance | path

Searched refs:CIRC_INC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.h392 #define CIRC_INC( a, b ) if ( ++a >= b ) a = 0 macro
H A Dtlan.c716 CIRC_INC(priv->txTail, TLAN_NUM_TX_LISTS); in tlan_transmit()
733 CIRC_INC(priv->txHead, TLAN_NUM_TX_LISTS); in tlan_transmit()