Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.c846 dma_size = (TLAN_NUM_RX_LISTS + TLAN_NUM_TX_LISTS) in tlan_init()
1115 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward in tlan_start_tx()
1124 CIRC_INC(priv->tx_tail, TLAN_NUM_TX_LISTS); in tlan_start_tx()
1249 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) in tlan_get_stats()
1402 CIRC_INC(priv->tx_head, TLAN_NUM_TX_LISTS); in tlan_handle_tx_eof()
1927 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) { in tlan_reset_lists()
1976 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) { in tlan_free_lists()
Dtlan.h38 #define TLAN_NUM_TX_LISTS 64 macro