| /linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ | 
| D | qlge_ethtool.c | 200 				qdev->tx_max_coalesced_frames) {  in ql_update_ring_coalescing() 206 			    cpu_to_le16(qdev->tx_max_coalesced_frames);  in ql_update_ring_coalescing() 632 	c->tx_max_coalesced_frames = qdev->tx_max_coalesced_frames;  in ql_get_coalesce() 649 	if (c->tx_max_coalesced_frames > MAX_INTER_FRAME_WAIT)  in ql_set_coalesce() 656 	    qdev->tx_max_coalesced_frames == c->tx_max_coalesced_frames)  in ql_set_coalesce() 662 	qdev->tx_max_coalesced_frames = c->tx_max_coalesced_frames;  in ql_set_coalesce()
  | 
| D | qlge.h | 2125 	u16 tx_max_coalesced_frames;	/* cqicb->pkt_int_delay */  member
  | 
| D | qlge_main.c | 3243 		cqicb->pkt_delay = cpu_to_le16(qdev->tx_max_coalesced_frames);  in ql_start_rx_ring() 4685 	qdev->tx_max_coalesced_frames = DFLT_INTER_FRAME_WAIT;  in ql_init_device()
  | 
| /linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ | 
| D | stmmac_ethtool.c | 664 	ec->tx_max_coalesced_frames = priv->tx_coal_frames;  in stmmac_get_coalesce() 696 	    (ec->tx_max_coalesced_frames == 0))  in stmmac_set_coalesce() 700 	    (ec->tx_max_coalesced_frames > STMMAC_TX_MAX_FRAMES))  in stmmac_set_coalesce() 711 	priv->tx_coal_frames = ec->tx_max_coalesced_frames;  in stmmac_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ | 
| D | lio_ethtool.c | 657 		intr_coal->tx_max_coalesced_frames = iq->fill_threshold;  in lio_get_intr_coalesce() 859 	if ((intr_coal->tx_max_coalesced_frames >= CN6XXX_DB_MIN) &&  in lio_set_intr_coalesce() 860 	    (intr_coal->tx_max_coalesced_frames <= CN6XXX_DB_MAX)) {  in lio_set_intr_coalesce() 864 				intr_coal->tx_max_coalesced_frames;  in lio_set_intr_coalesce() 869 			intr_coal->tx_max_coalesced_frames, CN6XXX_DB_MIN,  in lio_set_intr_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/hisilicon/ | 
| D | hip04_eth.c | 712 	ec->tx_max_coalesced_frames = priv->tx_coalesce_frames;  in hip04_get_coalesce() 738 	    (ec->tx_max_coalesced_frames > HIP04_MAX_TX_COALESCE_FRAMES ||  in hip04_set_coalesce() 739 	     ec->tx_max_coalesced_frames < HIP04_MIN_TX_COALESCE_FRAMES))  in hip04_set_coalesce() 743 	priv->tx_coalesce_frames = ec->tx_max_coalesced_frames;  in hip04_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/amd/xgbe/ | 
| D | xgbe-ethtool.c | 404 	ec->tx_max_coalesced_frames = pdata->tx_frames;  in xgbe_get_coalesce() 461 	tx_frames = ec->tx_max_coalesced_frames;  in xgbe_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_ethtool.c | 405 	coal->tx_max_coalesced_frames = priv->params.tx_cq_moderation_pkts;  in mlx5e_get_coalesce() 420 	priv->params.tx_cq_moderation_pkts = coal->tx_max_coalesced_frames;  in mlx5e_set_coalesce() 431 						coal->tx_max_coalesced_frames);  in mlx5e_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ | 
| D | netxen_nic_ethtool.c | 759 		ethcoal->tx_max_coalesced_frames > 0xffff ||  in netxen_set_intr_coalesce() 795 	ethcoal->tx_max_coalesced_frames;  in netxen_set_intr_coalesce() 817 	ethcoal->tx_max_coalesced_frames =  in netxen_get_intr_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/freescale/ | 
| D | gianfar_ethtool.c | 321 	cvals->tx_max_coalesced_frames = txcount;  in gfar_gcoalesce() 391 	if (cvals->tx_max_coalesced_frames > GFAR_MAX_COAL_FRAMES) {  in gfar_scoalesce() 418 	    (cvals->tx_max_coalesced_frames == 0)) {  in gfar_scoalesce() 428 			cvals->tx_max_coalesced_frames,  in gfar_scoalesce()
  | 
| D | fec_main.c | 2489 	ec->tx_max_coalesced_frames = fep->tx_pkts_itr;  in fec_enet_get_coalesce() 2508 	if (ec->tx_max_coalesced_frames > 255) {  in fec_enet_set_coalesce() 2529 	fep->tx_pkts_itr = ec->tx_max_coalesced_frames;  in fec_enet_set_coalesce() 2544 	ec.tx_max_coalesced_frames = FEC_ITR_ICFT_DEFAULT;  in fec_enet_itr_coal_init()
  | 
| /linux-4.4.14/drivers/net/ethernet/xilinx/ | 
| D | xilinx_axienet_main.c | 1290 	ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK)  in axienet_ethtools_get_coalesce() 1340 	if (ecoalesce->tx_max_coalesced_frames)  in axienet_ethtools_set_coalesce() 1341 		lp->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames;  in axienet_ethtools_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/ | 
| D | bcmsysport.c | 467 	ec->tx_max_coalesced_frames = reg & RING_INTR_THRESH_MASK;  in bcm_sysport_get_coalesce() 488 	if (ec->tx_max_coalesced_frames > RING_INTR_THRESH_MASK ||  in bcm_sysport_set_coalesce() 494 	if ((ec->tx_coalesce_usecs == 0 && ec->tx_max_coalesced_frames == 0) ||  in bcm_sysport_set_coalesce() 502 		reg |= ec->tx_max_coalesced_frames;  in bcm_sysport_set_coalesce()
  | 
| D | tg3.c | 9402 		tw32(HOSTCC_TXMAX_FRAMES, ec->tx_max_coalesced_frames);  in tg3_coal_tx_init() 9415 			tw32(reg, ec->tx_max_coalesced_frames);  in tg3_coal_tx_init() 14021 	    (ec->tx_max_coalesced_frames > MAX_TXMAX_FRAMES) ||  in tg3_set_coalesce() 14037 	    (ec->tx_max_coalesced_frames == 0))  in tg3_set_coalesce() 14044 	tp->coal.tx_max_coalesced_frames = ec->tx_max_coalesced_frames;  in tg3_set_coalesce() 17559 	ec->tx_max_coalesced_frames = LOW_TXMAX_FRAMES;  in tg3_init_coal()
  | 
| D | bnx2.c | 7245 	coal->tx_max_coalesced_frames = bp->tx_quick_cons_trip;  in bnx2_get_coalesce() 7275 	bp->tx_quick_cons_trip = (u16) coal->tx_max_coalesced_frames;  in bnx2_set_coalesce()
  | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | ethtool.h | 420 	__u32	tx_max_coalesced_frames;  member
  | 
| /linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ | 
| D | hns_ethtool.c | 769 		&ec->tx_max_coalesced_frames,  in hns_get_coalesce() 796 	if (ec->rx_max_coalesced_frames != ec->tx_max_coalesced_frames)  in hns_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/cisco/enic/ | 
| D | enic_ethtool.c | 250 	    ec->tx_max_coalesced_frames		||  in enic_coalesce_valid()
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/i40evf/ | 
| D | i40evf_ethtool.c | 293 	ec->tx_max_coalesced_frames = vsi->work_limit;  in i40evf_get_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/genet/ | 
| D | bcmgenet.c | 574 	ec->tx_max_coalesced_frames =  in bcmgenet_get_coalesce() 597 	if (ec->tx_max_coalesced_frames > DMA_INTR_THRESHOLD_MASK ||  in bcmgenet_set_coalesce() 598 	    ec->tx_max_coalesced_frames == 0 ||  in bcmgenet_set_coalesce() 619 					  ec->tx_max_coalesced_frames,  in bcmgenet_set_coalesce() 622 				  ec->tx_max_coalesced_frames,  in bcmgenet_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ | 
| D | en_ethtool.c | 946 	coal->tx_max_coalesced_frames = priv->tx_frames;  in mlx4_en_get_coalesce() 981 	    coal->tx_max_coalesced_frames != priv->tx_frames) {  in mlx4_en_set_coalesce() 983 		priv->tx_frames = coal->tx_max_coalesced_frames;  in mlx4_en_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_ethtool.c | 1533 	    ethcoal->tx_max_coalesced_frames > 0xffff ||  in qlcnic_set_intr_coalesce() 1569 	ethcoal->tx_max_coalesced_frames = adapter->ahw->coal.tx_packets;  in qlcnic_get_intr_coalesce()
  | 
| D | qlcnic_83xx_hw.c | 2270 	tx_max_frames = ethcoal->tx_max_coalesced_frames;  in qlcnic_83xx_config_intr_coal()
  | 
| /linux-4.4.14/drivers/net/ethernet/via/ | 
| D | via-velocity.c | 3532 	ecmd->tx_max_coalesced_frames = vptr->options.tx_intsup;  in velocity_get_coalesce() 3554 	if (ecmd->tx_max_coalesced_frames > 0xff)  in velocity_set_coalesce() 3560 	vptr->options.tx_intsup = ecmd->tx_max_coalesced_frames;  in velocity_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/tehuti/ | 
| D | tehuti.c | 2209 	ecoal->tx_max_coalesced_frames =  in bdx_get_coalesce() 2236 	tx_max_coal = ecoal->tx_max_coalesced_frames;  in bdx_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/brocade/bna/ | 
| D | bnad_ethtool.c | 344 	coalesce->tx_max_coalesced_frames = BFI_TX_INTERPKT_COUNT;  in bnad_get_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/marvell/ | 
| D | mvneta.c | 2970 		txq->done_pkts_coal = c->tx_max_coalesced_frames;  in mvneta_ethtool_set_coalesce() 2986 	c->tx_max_coalesced_frames =  pp->txqs[0].done_pkts_coal;  in mvneta_ethtool_get_coalesce()
  | 
| D | sky2.c | 4081 	ecmd->tx_max_coalesced_frames = sky2_read16(hw, STAT_TX_IDX_TH);  in sky2_get_coalesce() 4116 	if (ecmd->tx_max_coalesced_frames >= sky2->tx_ring_size-1)  in sky2_set_coalesce() 4130 	sky2_write16(hw, STAT_TX_IDX_TH, ecmd->tx_max_coalesced_frames);  in sky2_set_coalesce()
  | 
| D | mvpp2.c | 5867 		txq->done_pkts_coal = c->tx_max_coalesced_frames;  in mvpp2_ethtool_set_coalesce() 5881 	c->tx_max_coalesced_frames =  port->txqs[0]->done_pkts_coal;  in mvpp2_ethtool_get_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/ | 
| D | jme.c | 2490 	ecmd->tx_max_coalesced_frames = PCC_TX_CNT;  in jme_get_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/igb/ | 
| D | igb_ethtool.c | 2161 	    ec->tx_max_coalesced_frames ||  in igb_set_coalesce()
  |