Searched refs:tx_stop_threshold (Results 1 – 3 of 3) sorted by relevance
349 int tx_stop_threshold; member1020 if (txq->tx_desc_count >= txq->tx_stop_threshold) in mv643xx_eth_xmit()2046 txq->tx_stop_threshold = txq->tx_ring_size - MV643XX_MAX_SKB_DESCS; in txq_init()2047 txq->tx_wake_threshold = txq->tx_stop_threshold / 2; in txq_init()
672 int tx_stop_threshold; member2982 if (txq->count >= txq->tx_stop_threshold) in mvneta_tx()3536 txq->tx_stop_threshold = txq->size - MVNETA_MAX_SKB_DESCS; in mvneta_txq_sw_init()3537 txq->tx_wake_threshold = txq->tx_stop_threshold / 2; in mvneta_txq_sw_init()
971 if (entries_free <= txq->tx_stop_threshold) in fec_enet_start_xmit()3395 txq->tx_stop_threshold = FEC_MAX_SKB_DESCS; in fec_enet_alloc_queue()