Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dtlan.c824 dma_size = (TLAN_NUM_RX_LISTS + TLAN_NUM_TX_LISTS) in tlan_init()
1093 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward in tlan_start_tx()
1102 CIRC_INC(priv->tx_tail, TLAN_NUM_TX_LISTS); in tlan_start_tx()
1227 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) in tlan_get_stats()
1380 CIRC_INC(priv->tx_head, TLAN_NUM_TX_LISTS); in tlan_handle_tx_eof()
1901 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) { in tlan_reset_lists()
1950 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) { in tlan_free_lists()
H A Dtlan.h38 #define TLAN_NUM_TX_LISTS 64 macro