Searched refs:TLAN_NUM_TX_LISTS (Results 1 – 2 of 2) sorted by relevance
198 struct TLanList tx_ring[TLAN_NUM_TX_LISTS];199 static unsigned char txb[TLAN_MAX_FRAME_SIZE * TLAN_NUM_TX_LISTS];281 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) { in TLan_ResetLists()600 entry = priv->dirty_rx % TLAN_NUM_TX_LISTS; in refill_rx()705 (priv->txList + (TLAN_NUM_TX_LISTS - 1))->forward = in tlan_transmit()716 CIRC_INC(priv->txTail, TLAN_NUM_TX_LISTS); in tlan_transmit()733 CIRC_INC(priv->txHead, TLAN_NUM_TX_LISTS); in tlan_transmit()
61 #define TLAN_NUM_TX_LISTS 2 macro