Lines Matching full:supported
128 u32 supported = data->supported_params; in coalesce_fill_reply() local
131 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply()
133 coal->rx_max_coalesced_frames, supported) || in coalesce_fill_reply()
135 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
137 coal->rx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
139 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply()
141 coal->tx_max_coalesced_frames, supported) || in coalesce_fill_reply()
143 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
145 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
147 coal->stats_block_coalesce_usecs, supported) || in coalesce_fill_reply()
149 coal->use_adaptive_rx_coalesce, supported) || in coalesce_fill_reply()
151 coal->use_adaptive_tx_coalesce, supported) || in coalesce_fill_reply()
153 coal->pkt_rate_low, supported) || in coalesce_fill_reply()
155 coal->rx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
157 coal->rx_max_coalesced_frames_low, supported) || in coalesce_fill_reply()
159 coal->tx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
161 coal->tx_max_coalesced_frames_low, supported) || in coalesce_fill_reply()
163 coal->pkt_rate_high, supported) || in coalesce_fill_reply()
165 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
167 coal->rx_max_coalesced_frames_high, supported) || in coalesce_fill_reply()
169 coal->tx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
171 coal->tx_max_coalesced_frames_high, supported) || in coalesce_fill_reply()
173 coal->rate_sample_interval, supported)) in coalesce_fill_reply()
244 /* make sure that only supported parameters are present */ in ethnl_set_coalesce()