Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c672 int tx_stop_threshold; member
2984 if (txq->count >= txq->tx_stop_threshold) in mvneta_tx()
3545 txq->tx_stop_threshold = txq->size - MVNETA_MAX_SKB_DESCS; in mvneta_txq_sw_init()
3546 txq->tx_wake_threshold = txq->tx_stop_threshold / 2; in mvneta_txq_sw_init()