ethcoal           734 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 			struct ethtool_coalesce *ethcoal)
ethcoal           748 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	if (ethcoal->rx_coalesce_usecs > 0xffff ||
ethcoal           749 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_max_coalesced_frames > 0xffff ||
ethcoal           750 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->tx_coalesce_usecs > 0xffff ||
ethcoal           751 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->tx_max_coalesced_frames > 0xffff ||
ethcoal           752 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_coalesce_usecs_irq ||
ethcoal           753 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_max_coalesced_frames_irq ||
ethcoal           754 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->tx_coalesce_usecs_irq ||
ethcoal           755 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->tx_max_coalesced_frames_irq ||
ethcoal           756 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->stats_block_coalesce_usecs ||
ethcoal           757 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->use_adaptive_rx_coalesce ||
ethcoal           758 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->use_adaptive_tx_coalesce ||
ethcoal           759 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->pkt_rate_low ||
ethcoal           760 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_coalesce_usecs_low ||
ethcoal           761 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_max_coalesced_frames_low ||
ethcoal           762 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->tx_coalesce_usecs_low ||
ethcoal           763 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->tx_max_coalesced_frames_low ||
ethcoal           764 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->pkt_rate_high ||
ethcoal           765 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_coalesce_usecs_high ||
ethcoal           766 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_max_coalesced_frames_high ||
ethcoal           767 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->tx_coalesce_usecs_high ||
ethcoal           768 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->tx_max_coalesced_frames_high)
ethcoal           771 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	if (!ethcoal->rx_coalesce_usecs ||
ethcoal           772 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		!ethcoal->rx_max_coalesced_frames) {
ethcoal           781 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_coalesce_usecs;
ethcoal           783 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		ethcoal->rx_max_coalesced_frames;
ethcoal           785 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	adapter->coal.normal.data.tx_time_us = ethcoal->tx_coalesce_usecs;
ethcoal           787 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	ethcoal->tx_max_coalesced_frames;
ethcoal           795 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 			struct ethtool_coalesce *ethcoal)
ethcoal           805 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	ethcoal->rx_coalesce_usecs = adapter->coal.normal.data.rx_time_us;
ethcoal           806 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	ethcoal->tx_coalesce_usecs = adapter->coal.normal.data.tx_time_us;
ethcoal           807 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	ethcoal->rx_max_coalesced_frames =
ethcoal           809 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	ethcoal->tx_max_coalesced_frames =
ethcoal          2035 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 					      struct ethtool_coalesce *ethcoal)
ethcoal          2037 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	return adapter->ahw->hw_ops->config_intr_coal(adapter, ethcoal);
ethcoal          2262 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 				 struct ethtool_coalesce *ethcoal)
ethcoal          2272 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	tx_coalesce_usecs = ethcoal->tx_coalesce_usecs;
ethcoal          2273 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	tx_max_frames = ethcoal->tx_max_coalesced_frames;
ethcoal          2274 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	rx_coalesce_usecs = ethcoal->rx_coalesce_usecs;
ethcoal          2275 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	rx_max_frames = ethcoal->rx_max_coalesced_frames;
ethcoal          1530 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 			struct ethtool_coalesce *ethcoal)
ethcoal          1542 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	if (ethcoal->rx_coalesce_usecs > 0xffff ||
ethcoal          1543 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->rx_max_coalesced_frames > 0xffff ||
ethcoal          1544 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->tx_coalesce_usecs > 0xffff ||
ethcoal          1545 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->tx_max_coalesced_frames > 0xffff ||
ethcoal          1546 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->rx_coalesce_usecs_irq ||
ethcoal          1547 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->rx_max_coalesced_frames_irq ||
ethcoal          1548 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->tx_coalesce_usecs_irq ||
ethcoal          1549 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->tx_max_coalesced_frames_irq ||
ethcoal          1550 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->stats_block_coalesce_usecs ||
ethcoal          1551 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->use_adaptive_rx_coalesce ||
ethcoal          1552 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->use_adaptive_tx_coalesce ||
ethcoal          1553 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->pkt_rate_low ||
ethcoal          1554 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->rx_coalesce_usecs_low ||
ethcoal          1555 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->rx_max_coalesced_frames_low ||
ethcoal          1556 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->tx_coalesce_usecs_low ||
ethcoal          1557 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->tx_max_coalesced_frames_low ||
ethcoal          1558 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->pkt_rate_high ||
ethcoal          1559 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->rx_coalesce_usecs_high ||
ethcoal          1560 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->rx_max_coalesced_frames_high ||
ethcoal          1561 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->tx_coalesce_usecs_high ||
ethcoal          1562 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	    ethcoal->tx_max_coalesced_frames_high)
ethcoal          1565 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	err = qlcnic_config_intr_coalesce(adapter, ethcoal);
ethcoal          1571 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 			struct ethtool_coalesce *ethcoal)
ethcoal          1578 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	ethcoal->rx_coalesce_usecs = adapter->ahw->coal.rx_time_us;
ethcoal          1579 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	ethcoal->rx_max_coalesced_frames = adapter->ahw->coal.rx_packets;
ethcoal          1580 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	ethcoal->tx_coalesce_usecs = adapter->ahw->coal.tx_time_us;
ethcoal          1581 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	ethcoal->tx_max_coalesced_frames = adapter->ahw->coal.tx_packets;
ethcoal           801 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 				     struct ethtool_coalesce *ethcoal)
ethcoal           807 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 	coal->rx_time_us = ethcoal->rx_coalesce_usecs;
ethcoal           808 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 	coal->rx_packets = ethcoal->rx_max_coalesced_frames;