Searched refs:RING_WORDS (Results 1 – 2 of 2) sorted by relevance
33 #define RING_WORDS 4 /* ring element size */ macro34 #define RING_SIZE (sizeof(unsigned long)*(RING_ENTRIES+1)*RING_WORDS)
651 zatm_vcc->ring_curr = (zatm_vcc->ring_curr+RING_WORDS) & in do_tx()652 (RING_ENTRIES*RING_WORDS-1); in do_tx()958 loop = zatm_vcc->ring+RING_ENTRIES*RING_WORDS; in open_tx_first()