tx_coalesce_frames  232 drivers/net/ethernet/hisilicon/hip04_eth.c 	int tx_coalesce_frames;
tx_coalesce_frames  557 drivers/net/ethernet/hisilicon/hip04_eth.c 	if (count >= priv->tx_coalesce_frames) {
tx_coalesce_frames  804 drivers/net/ethernet/hisilicon/hip04_eth.c 	ec->tx_max_coalesced_frames = priv->tx_coalesce_frames;
tx_coalesce_frames  835 drivers/net/ethernet/hisilicon/hip04_eth.c 	priv->tx_coalesce_frames = ec->tx_max_coalesced_frames;
tx_coalesce_frames  953 drivers/net/ethernet/hisilicon/hip04_eth.c 	priv->tx_coalesce_frames = TX_DESC_NUM * 3 / 4;