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

/linux-master/drivers/net/ethernet/freescale/
H A Dfec.h564 unsigned short tx_stop_threshold; member in struct:fec_enet_priv_tx_q
H A Dfec_main.c942 if (entries_free <= txq->tx_stop_threshold)
3348 txq->tx_stop_threshold = FEC_MAX_SKB_DESCS;
/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c349 int tx_stop_threshold; member in struct:tx_queue
1020 if (txq->tx_desc_count >= txq->tx_stop_threshold)
2050 txq->tx_stop_threshold = txq->tx_ring_size - MV643XX_MAX_SKB_DESCS;
2051 txq->tx_wake_threshold = txq->tx_stop_threshold / 2;
H A Dmvneta.c672 int tx_stop_threshold; member in struct:mvneta_tx_queue
2982 if (txq->count >= txq->tx_stop_threshold)
3535 txq->tx_stop_threshold = txq->size - MVNETA_MAX_SKB_DESCS;
3536 txq->tx_wake_threshold = txq->tx_stop_threshold / 2;

Completed in 144 milliseconds