Lines Matching defs:config
24 wl1251_warning("couldn't set feature config");
89 int wl1251_hw_init_rx_config(struct wl1251 *wl, u32 config, u32 filter)
97 ret = wl1251_acx_rx_config(wl, config, filter);
218 struct acx_tx_queue_qos_config *config,
221 config->qid = qid;
225 config->high_threshold =
227 config->low_threshold =
231 config->high_threshold =
233 config->low_threshold =
237 config->high_threshold =
239 config->low_threshold =
243 config->high_threshold =
245 config->low_threshold =
258 struct acx_tx_queue_qos_config *config;
262 wl1251_debug(DEBUG_ACX, "acx tx queue config");
264 config = kzalloc(sizeof(*config), GFP_KERNEL);
265 if (!config) {
271 ret = wl1251_hw_init_txq_fill(i, config,
277 config, sizeof(*config));
288 kfree(config);
337 /* RX config */
346 /* TX queues config */
351 /* PHY layer config */