| /linux-4.4.14/drivers/net/ethernet/cisco/enic/ | 
| D | enic_ethtool.c | 230 	if (rxcoal->use_adaptive_rx_coalesce)  in enic_get_coalesce() 231 		ecmd->use_adaptive_rx_coalesce = 1;  in enic_get_coalesce() 320 	rxcoal->use_adaptive_rx_coalesce = !!ecmd->use_adaptive_rx_coalesce;  in enic_set_coalesce() 321 	if (!rxcoal->use_adaptive_rx_coalesce)  in enic_set_coalesce()
  | 
| D | enic.h | 80 	u32 use_adaptive_rx_coalesce;  member
  | 
| D | enic_main.c | 1195 		if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce)  in enic_rq_indicate_buf() 1330 	if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce)  in enic_poll() 1343 		if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce)  in enic_poll() 1409 	if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce)  in enic_busy_poll() 1486 	if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce)  in enic_poll_msix_rq() 1500 		if (enic->rx_coalesce_setting.use_adaptive_rx_coalesce)  in enic_poll_msix_rq() 1668 	rx_coal->use_adaptive_rx_coalesce = 1;  in enic_set_rx_coal_setting()
  | 
| /linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ | 
| D | lio_ethtool.c | 638 			intr_coal->use_adaptive_rx_coalesce =  in lio_get_intr_coalesce() 875 	if (intr_coal->use_adaptive_rx_coalesce) {  in lio_set_intr_coalesce() 883 	    (!intr_coal->use_adaptive_rx_coalesce)) {  in lio_set_intr_coalesce() 891 	    (!intr_coal->use_adaptive_rx_coalesce)) {  in lio_set_intr_coalesce() 899 	    (!intr_coal->use_adaptive_rx_coalesce) &&  in lio_set_intr_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/i40evf/ | 
| D | i40evf_ethtool.c | 297 		ec->use_adaptive_rx_coalesce = 1;  in i40evf_get_coalesce() 343 	if (ec->use_adaptive_rx_coalesce)  in i40evf_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/emulex/benet/ | 
| D | be_ethtool.c | 343 	et->use_adaptive_rx_coalesce = aic->enable;  in be_get_coalesce() 361 		aic->enable = et->use_adaptive_rx_coalesce;  in be_set_coalesce() 374 	if (!et->use_adaptive_rx_coalesce && skyhawk_chip(adapter))  in be_set_coalesce()
  | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | ethtool.h | 424 	__u32	use_adaptive_rx_coalesce;  member
  | 
| /linux-4.4.14/drivers/net/ethernet/brocade/bna/ | 
| D | bnad_ethtool.c | 336 	coalesce->use_adaptive_rx_coalesce =  in bnad_get_coalesce() 373 	if (coalesce->use_adaptive_rx_coalesce) {  in bnad_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/amd/xgbe/ | 
| D | xgbe-ethtool.c | 424 	    (ec->use_adaptive_rx_coalesce) ||  in xgbe_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/sfc/ | 
| D | ethtool.c | 602 	coalesce->use_adaptive_rx_coalesce = rx_adaptive;  in efx_ethtool_get_coalesce() 626 	adaptive = coalesce->use_adaptive_rx_coalesce;  in efx_ethtool_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_ethtool.c | 783 	set_adaptive_rx_setting(dev, c->use_adaptive_rx_coalesce);  in set_coalesce() 797 	c->use_adaptive_rx_coalesce = get_adaptive_rx_setting(dev);  in get_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/fm10k/ | 
| D | fm10k_ethtool.c | 706 	ec->use_adaptive_rx_coalesce =  in fm10k_get_coalesce() 734 	if (ec->use_adaptive_rx_coalesce)  in fm10k_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ | 
| D | cxgb2.c | 750 	adapter->params.sge.coalesce_enable = c->use_adaptive_rx_coalesce;  in set_coalesce() 762 	c->use_adaptive_rx_coalesce = adapter->params.sge.coalesce_enable;  in get_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/ | 
| D | jme.c | 2493 		ecmd->use_adaptive_rx_coalesce = false;  in jme_get_coalesce() 2499 	ecmd->use_adaptive_rx_coalesce = true;  in jme_get_coalesce() 2530 	if (ecmd->use_adaptive_rx_coalesce &&  in jme_set_coalesce() 2539 	} else if (!(ecmd->use_adaptive_rx_coalesce) &&  in jme_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ | 
| D | stmmac_ethtool.c | 681 	    (ec->use_adaptive_rx_coalesce) || (ec->use_adaptive_tx_coalesce) ||  in stmmac_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_ethtool.c | 1856 		ec->use_adaptive_rx_coalesce = 1;  in i40e_get_coalesce() 1906 		if (ec->use_adaptive_rx_coalesce)  in i40e_set_coalesce() 1928 	if (ec->use_adaptive_rx_coalesce)  in i40e_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ | 
| D | netxen_nic_ethtool.c | 765 		ethcoal->use_adaptive_rx_coalesce ||  in netxen_set_intr_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ | 
| D | en_ethtool.c | 957 	coal->use_adaptive_rx_coalesce = priv->adaptive_rx_coal;  in mlx4_en_get_coalesce() 992 	priv->adaptive_rx_coal = coal->use_adaptive_rx_coalesce;  in mlx4_en_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/hisilicon/ | 
| D | hip04_eth.c | 725 	    (ec->use_adaptive_rx_coalesce) || (ec->use_adaptive_tx_coalesce) ||  in hip04_set_coalesce()
  | 
| /linux-4.4.14/drivers/infiniband/hw/nes/ | 
| D | nes_nic.c | 1363 	if (et_coalesce->use_adaptive_rx_coalesce) {  in nes_netdev_set_coalesce() 1397 	temp_et_coalesce.use_adaptive_rx_coalesce = nesadapter->et_use_adaptive_rx_coalesce;  in nes_netdev_get_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ | 
| D | hns_ethtool.c | 756 	ec->use_adaptive_rx_coalesce = 1;  in hns_get_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/xilinx/ | 
| D | xilinx_axienet_main.c | 1324 	    (ecoalesce->use_adaptive_rx_coalesce) ||  in axienet_ethtools_set_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/freescale/ | 
| D | gianfar_ethtool.c | 323 	cvals->use_adaptive_rx_coalesce = 0;  in gfar_gcoalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_ethtool.c | 1539 	    ethcoal->use_adaptive_rx_coalesce ||  in qlcnic_set_intr_coalesce()
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/igb/ | 
| D | igb_ethtool.c | 2164 	    ec->use_adaptive_rx_coalesce ||  in igb_set_coalesce()
  |