Lines Matching full:supported
145 * @coal_flags: modifiable parameters supported by the driver
215 u32 supported = data->supported_params; in coalesce_fill_reply() local
220 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply()
222 coal->rx_max_coalesced_frames, supported) || in coalesce_fill_reply()
224 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
226 coal->rx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
228 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply()
230 coal->tx_max_coalesced_frames, supported) || in coalesce_fill_reply()
232 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
234 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
236 coal->stats_block_coalesce_usecs, supported) || in coalesce_fill_reply()
238 coal->use_adaptive_rx_coalesce, supported) || in coalesce_fill_reply()
240 coal->use_adaptive_tx_coalesce, supported) || in coalesce_fill_reply()
242 coal->pkt_rate_low, supported) || in coalesce_fill_reply()
244 coal->rx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
246 coal->rx_max_coalesced_frames_low, supported) || in coalesce_fill_reply()
248 coal->tx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
250 coal->tx_max_coalesced_frames_low, supported) || in coalesce_fill_reply()
252 coal->pkt_rate_high, supported) || in coalesce_fill_reply()
254 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
256 coal->rx_max_coalesced_frames_high, supported) || in coalesce_fill_reply()
258 coal->tx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
260 coal->tx_max_coalesced_frames_high, supported) || in coalesce_fill_reply()
262 coal->rate_sample_interval, supported) || in coalesce_fill_reply()
264 kcoal->use_cqe_mode_tx, supported) || in coalesce_fill_reply()
266 kcoal->use_cqe_mode_rx, supported) || in coalesce_fill_reply()
268 kcoal->tx_aggr_max_bytes, supported) || in coalesce_fill_reply()
270 kcoal->tx_aggr_max_frames, supported) || in coalesce_fill_reply()
272 kcoal->tx_aggr_time_usecs, supported)) in coalesce_fill_reply()
360 /* make sure that only supported parameters are present */ in ethnl_set_coalesce_validate()