tx_coalesce        35 drivers/net/ethernet/dlink/dl2k.c static int tx_coalesce=16;	/* HW xmit count each TxDMAComplete */
tx_coalesce        50 drivers/net/ethernet/dlink/dl2k.c module_param(tx_coalesce, int, 0); /* HW xmit count each TxDMAComplete */
tx_coalesce       163 drivers/net/ethernet/dlink/dl2k.c 	np->tx_coalesce = 1;
tx_coalesce       217 drivers/net/ethernet/dlink/dl2k.c 		if (tx_coalesce < 1)
tx_coalesce       218 drivers/net/ethernet/dlink/dl2k.c 			tx_coalesce = 1;
tx_coalesce       219 drivers/net/ethernet/dlink/dl2k.c 		else if (tx_coalesce > TX_RING_SIZE-1)
tx_coalesce       220 drivers/net/ethernet/dlink/dl2k.c 			tx_coalesce = TX_RING_SIZE - 1;
tx_coalesce       278 drivers/net/ethernet/dlink/dl2k.c 	if (tx_coalesce > 1)
tx_coalesce       280 drivers/net/ethernet/dlink/dl2k.c 				tx_coalesce);
tx_coalesce       747 drivers/net/ethernet/dlink/dl2k.c 	if (entry % np->tx_coalesce == 0 || np->speed == 10)
tx_coalesce      1042 drivers/net/ethernet/dlink/dl2k.c 				np->tx_coalesce = tx_coalesce;
tx_coalesce      1044 drivers/net/ethernet/dlink/dl2k.c 				np->tx_coalesce = 1;
tx_coalesce       383 drivers/net/ethernet/dlink/dl2k.h 	unsigned int tx_coalesce;	/* Maximum frames each tx interrupt */
tx_coalesce       147 drivers/net/ethernet/stmicro/stmmac/stmmac.h 	int tx_coalesce;