coal_conf         366 drivers/net/ethernet/amd/amd8111e.c 	struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf;
coal_conf         372 drivers/net/ethernet/amd/amd8111e.c 			timeout = coal_conf->rx_timeout;
coal_conf         373 drivers/net/ethernet/amd/amd8111e.c 			event_count = coal_conf->rx_event_count;
coal_conf         385 drivers/net/ethernet/amd/amd8111e.c 			timeout = coal_conf->tx_timeout;
coal_conf         386 drivers/net/ethernet/amd/amd8111e.c 			event_count = coal_conf->tx_event_count;
coal_conf         662 drivers/net/ethernet/amd/amd8111e.c 		lp->coal_conf.tx_packets++;
coal_conf         663 drivers/net/ethernet/amd/amd8111e.c 		lp->coal_conf.tx_bytes +=
coal_conf         760 drivers/net/ethernet/amd/amd8111e.c 		lp->coal_conf.rx_packets++;
coal_conf         761 drivers/net/ethernet/amd/amd8111e.c 		lp->coal_conf.rx_bytes += pkt_len;
coal_conf         952 drivers/net/ethernet/amd/amd8111e.c 	struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf;
coal_conf         960 drivers/net/ethernet/amd/amd8111e.c 	tx_pkt_rate = coal_conf->tx_packets - coal_conf->tx_prev_packets;
coal_conf         961 drivers/net/ethernet/amd/amd8111e.c 	coal_conf->tx_prev_packets =  coal_conf->tx_packets;
coal_conf         963 drivers/net/ethernet/amd/amd8111e.c 	tx_data_rate = coal_conf->tx_bytes - coal_conf->tx_prev_bytes;
coal_conf         964 drivers/net/ethernet/amd/amd8111e.c 	coal_conf->tx_prev_bytes =  coal_conf->tx_bytes;
coal_conf         966 drivers/net/ethernet/amd/amd8111e.c 	rx_pkt_rate = coal_conf->rx_packets - coal_conf->rx_prev_packets;
coal_conf         967 drivers/net/ethernet/amd/amd8111e.c 	coal_conf->rx_prev_packets =  coal_conf->rx_packets;
coal_conf         969 drivers/net/ethernet/amd/amd8111e.c 	rx_data_rate = coal_conf->rx_bytes - coal_conf->rx_prev_bytes;
coal_conf         970 drivers/net/ethernet/amd/amd8111e.c 	coal_conf->rx_prev_bytes =  coal_conf->rx_bytes;
coal_conf         973 drivers/net/ethernet/amd/amd8111e.c 		if(coal_conf->rx_coal_type != NO_COALESCE){
coal_conf         975 drivers/net/ethernet/amd/amd8111e.c 			coal_conf->rx_timeout = 0x0;
coal_conf         976 drivers/net/ethernet/amd/amd8111e.c 			coal_conf->rx_event_count = 0;
coal_conf         978 drivers/net/ethernet/amd/amd8111e.c 			coal_conf->rx_coal_type = NO_COALESCE;
coal_conf         985 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->rx_coal_type != NO_COALESCE){
coal_conf         987 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_timeout = 0;
coal_conf         988 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_event_count = 0;
coal_conf         990 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_coal_type = NO_COALESCE;
coal_conf         996 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->rx_coal_type !=  LOW_COALESCE){
coal_conf         997 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_timeout = 1;
coal_conf         998 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_event_count = 4;
coal_conf        1000 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_coal_type = LOW_COALESCE;
coal_conf        1005 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->rx_coal_type !=  MEDIUM_COALESCE){
coal_conf        1006 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_timeout = 1;
coal_conf        1007 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_event_count = 4;
coal_conf        1009 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_coal_type = MEDIUM_COALESCE;
coal_conf        1014 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->rx_coal_type !=  HIGH_COALESCE){
coal_conf        1015 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_timeout = 2;
coal_conf        1016 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_event_count = 3;
coal_conf        1018 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->rx_coal_type = HIGH_COALESCE;
coal_conf        1024 drivers/net/ethernet/amd/amd8111e.c 		if(coal_conf->tx_coal_type != NO_COALESCE){
coal_conf        1026 drivers/net/ethernet/amd/amd8111e.c 			coal_conf->tx_timeout = 0x0;
coal_conf        1027 drivers/net/ethernet/amd/amd8111e.c 			coal_conf->tx_event_count = 0;
coal_conf        1029 drivers/net/ethernet/amd/amd8111e.c 			coal_conf->tx_coal_type = NO_COALESCE;
coal_conf        1037 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->tx_coal_type != NO_COALESCE){
coal_conf        1039 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_timeout = 0;
coal_conf        1040 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_event_count = 0;
coal_conf        1042 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_coal_type = NO_COALESCE;
coal_conf        1048 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->tx_coal_type !=  LOW_COALESCE){
coal_conf        1049 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_timeout = 1;
coal_conf        1050 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_event_count = 2;
coal_conf        1052 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_coal_type = LOW_COALESCE;
coal_conf        1058 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->tx_coal_type !=  MEDIUM_COALESCE){
coal_conf        1059 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_timeout = 2;
coal_conf        1060 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_event_count = 5;
coal_conf        1062 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_coal_type = MEDIUM_COALESCE;
coal_conf        1065 drivers/net/ethernet/amd/amd8111e.c 			if (coal_conf->tx_coal_type != HIGH_COALESCE) {
coal_conf        1066 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_timeout = 4;
coal_conf        1067 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_event_count = 8;
coal_conf        1069 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_coal_type = HIGH_COALESCE;
coal_conf         774 drivers/net/ethernet/amd/amd8111e.h 	struct amd8111e_coalesce_conf coal_conf;
coal_conf        2546 drivers/net/vmxnet3/vmxnet3_drv.c 		cpu_to_le32(sizeof(*adapter->coal_conf));
coal_conf        3422 drivers/net/vmxnet3/vmxnet3_drv.c 		adapter->coal_conf =
coal_conf        3428 drivers/net/vmxnet3/vmxnet3_drv.c 		if (!adapter->coal_conf) {
coal_conf        3432 drivers/net/vmxnet3/vmxnet3_drv.c 		adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED;
coal_conf        3505 drivers/net/vmxnet3/vmxnet3_drv.c 				  adapter->coal_conf, adapter->coal_conf_pa);
coal_conf        3560 drivers/net/vmxnet3/vmxnet3_drv.c 				  adapter->coal_conf, adapter->coal_conf_pa);
coal_conf         747 drivers/net/vmxnet3/vmxnet3_ethtool.c 	switch (adapter->coal_conf->coalMode) {
coal_conf         756 drivers/net/vmxnet3/vmxnet3_ethtool.c 			adapter->coal_conf->coalPara.coalStatic.tx_comp_depth;
coal_conf         758 drivers/net/vmxnet3/vmxnet3_ethtool.c 			adapter->coal_conf->coalPara.coalStatic.rx_depth;
coal_conf         763 drivers/net/vmxnet3/vmxnet3_ethtool.c 		rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate;
coal_conf         810 drivers/net/vmxnet3/vmxnet3_ethtool.c 		memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf));
coal_conf         811 drivers/net/vmxnet3/vmxnet3_ethtool.c 		adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED;
coal_conf         830 drivers/net/vmxnet3/vmxnet3_ethtool.c 		memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf));
coal_conf         831 drivers/net/vmxnet3/vmxnet3_ethtool.c 		adapter->coal_conf->coalMode = VMXNET3_COALESCE_RBC;
coal_conf         832 drivers/net/vmxnet3/vmxnet3_ethtool.c 		adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate;
coal_conf         842 drivers/net/vmxnet3/vmxnet3_ethtool.c 		memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf));
coal_conf         843 drivers/net/vmxnet3/vmxnet3_ethtool.c 		adapter->coal_conf->coalMode = VMXNET3_COALESCE_ADAPT;
coal_conf         861 drivers/net/vmxnet3/vmxnet3_ethtool.c 		memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf));
coal_conf         862 drivers/net/vmxnet3/vmxnet3_ethtool.c 		adapter->coal_conf->coalMode = VMXNET3_COALESCE_STATIC;
coal_conf         864 drivers/net/vmxnet3/vmxnet3_ethtool.c 		adapter->coal_conf->coalPara.coalStatic.tx_comp_depth =
coal_conf         869 drivers/net/vmxnet3/vmxnet3_ethtool.c 		adapter->coal_conf->coalPara.coalStatic.rx_depth =
coal_conf         874 drivers/net/vmxnet3/vmxnet3_ethtool.c 		adapter->coal_conf->coalPara.coalStatic.tx_depth =
coal_conf         885 drivers/net/vmxnet3/vmxnet3_ethtool.c 			cpu_to_le32(sizeof(*adapter->coal_conf));
coal_conf         386 drivers/net/vmxnet3/vmxnet3_int.h 	struct Vmxnet3_CoalesceScheme *coal_conf;