Lines Matching refs:coal

136 	const struct ethtool_coalesce *coal = &data->coalesce;  in coalesce_fill_reply()  local
140 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply()
142 coal->rx_max_coalesced_frames, supported) || in coalesce_fill_reply()
144 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
146 coal->rx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
148 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply()
150 coal->tx_max_coalesced_frames, supported) || in coalesce_fill_reply()
152 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
154 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
156 coal->stats_block_coalesce_usecs, supported) || in coalesce_fill_reply()
158 coal->use_adaptive_rx_coalesce, supported) || in coalesce_fill_reply()
160 coal->use_adaptive_tx_coalesce, supported) || in coalesce_fill_reply()
162 coal->pkt_rate_low, supported) || in coalesce_fill_reply()
164 coal->rx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
166 coal->rx_max_coalesced_frames_low, supported) || in coalesce_fill_reply()
168 coal->tx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
170 coal->tx_max_coalesced_frames_low, supported) || in coalesce_fill_reply()
172 coal->pkt_rate_high, supported) || in coalesce_fill_reply()
174 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
176 coal->rx_max_coalesced_frames_high, supported) || in coalesce_fill_reply()
178 coal->tx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
180 coal->tx_max_coalesced_frames_high, supported) || in coalesce_fill_reply()
182 coal->rate_sample_interval, supported) || in coalesce_fill_reply()