Searched refs:TLAN_NUM_TX_LISTS (Results 1 – 2 of 2) sorted by relevance
811 dma_size = (TLAN_NUM_RX_LISTS + TLAN_NUM_TX_LISTS)1080 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward in tlan_start_tx() 1089 CIRC_INC(priv->tx_tail, TLAN_NUM_TX_LISTS); in tlan_start_tx() 1214 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) in tlan_get_stats() 1367 CIRC_INC(priv->tx_head, TLAN_NUM_TX_LISTS); in tlan_handle_tx_eof() 1888 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) {1937 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) { in tlan_reset_lists()
38 #define TLAN_NUM_TX_LISTS 64 macro