Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/
Dfec.h483 unsigned short tx_stop_threshold; member
Dfec_main.c813 if (entries_free <= txq->tx_stop_threshold) in fec_enet_start_xmit()
2844 txq->tx_stop_threshold = FEC_MAX_SKB_DESCS; in fec_enet_alloc_queue()
2846 (txq->bd.ring_size - txq->tx_stop_threshold) / 2; in fec_enet_alloc_queue()
/Linux-v5.10/drivers/net/ethernet/marvell/
Dmv643xx_eth.c348 int tx_stop_threshold; member
1017 if (txq->tx_desc_count >= txq->tx_stop_threshold) in mv643xx_eth_xmit()
2039 txq->tx_stop_threshold = txq->tx_ring_size - MV643XX_MAX_SKB_DESCS; in txq_init()
2040 txq->tx_wake_threshold = txq->tx_stop_threshold / 2; in txq_init()
Dmvneta.c632 int tx_stop_threshold; member
2048 if (txq->count >= txq->tx_stop_threshold) in mvneta_xdp_submit_frame()
2836 if (txq->count >= txq->tx_stop_threshold) in mvneta_tx()
3388 txq->tx_stop_threshold = txq->size - MVNETA_MAX_SKB_DESCS; in mvneta_txq_sw_init()
3389 txq->tx_wake_threshold = txq->tx_stop_threshold / 2; in mvneta_txq_sw_init()