tx_stop_threshold  478 drivers/net/ethernet/freescale/fec.h 	unsigned short tx_stop_threshold;
tx_stop_threshold  819 drivers/net/ethernet/freescale/fec_main.c 	if (entries_free <= txq->tx_stop_threshold)
tx_stop_threshold 2821 drivers/net/ethernet/freescale/fec_main.c 		txq->tx_stop_threshold = FEC_MAX_SKB_DESCS;
tx_stop_threshold 2823 drivers/net/ethernet/freescale/fec_main.c 			(txq->bd.ring_size - txq->tx_stop_threshold) / 2;
tx_stop_threshold  348 drivers/net/ethernet/marvell/mv643xx_eth.c 	int tx_stop_threshold;
tx_stop_threshold 1023 drivers/net/ethernet/marvell/mv643xx_eth.c 		if (txq->tx_desc_count >= txq->tx_stop_threshold)
tx_stop_threshold 2044 drivers/net/ethernet/marvell/mv643xx_eth.c 	txq->tx_stop_threshold = txq->tx_ring_size - MV643XX_MAX_SKB_DESCS;
tx_stop_threshold 2045 drivers/net/ethernet/marvell/mv643xx_eth.c 	txq->tx_wake_threshold = txq->tx_stop_threshold / 2;
tx_stop_threshold  562 drivers/net/ethernet/marvell/mvneta.c 	int tx_stop_threshold;
tx_stop_threshold 2483 drivers/net/ethernet/marvell/mvneta.c 		if (txq->count >= txq->tx_stop_threshold)
tx_stop_threshold 2994 drivers/net/ethernet/marvell/mvneta.c 	txq->tx_stop_threshold = txq->size - MVNETA_MAX_SKB_DESCS;
tx_stop_threshold 2995 drivers/net/ethernet/marvell/mvneta.c 	txq->tx_wake_threshold = txq->tx_stop_threshold / 2;