Searched refs:TLAN_NUM_TX_LISTS (Results 1 – 2 of 2) sorted by relevance
182 struct TLanList tx_ring[TLAN_NUM_TX_LISTS];183 unsigned char txb[TLAN_MAX_FRAME_SIZE * TLAN_NUM_TX_LISTS];249 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) { in TLan_ResetLists()557 entry = priv->dirty_rx % TLAN_NUM_TX_LISTS; in refill_rx()653 (priv->txList + (TLAN_NUM_TX_LISTS - 1))->forward = in tlan_transmit()662 CIRC_INC(priv->txTail, TLAN_NUM_TX_LISTS); in tlan_transmit()676 CIRC_INC(priv->txHead, TLAN_NUM_TX_LISTS); in tlan_transmit()
51 #define TLAN_NUM_TX_LISTS 2 macro