Lines Matching refs:config
103 int wl1251_hw_init_rx_config(struct wl1251 *wl, u32 config, u32 filter) in wl1251_hw_init_rx_config() argument
111 ret = wl1251_acx_rx_config(wl, config, filter); in wl1251_hw_init_rx_config()
232 struct acx_tx_queue_qos_config *config, in wl1251_hw_init_txq_fill() argument
235 config->qid = qid; in wl1251_hw_init_txq_fill()
239 config->high_threshold = in wl1251_hw_init_txq_fill()
241 config->low_threshold = in wl1251_hw_init_txq_fill()
245 config->high_threshold = in wl1251_hw_init_txq_fill()
247 config->low_threshold = in wl1251_hw_init_txq_fill()
251 config->high_threshold = in wl1251_hw_init_txq_fill()
253 config->low_threshold = in wl1251_hw_init_txq_fill()
257 config->high_threshold = in wl1251_hw_init_txq_fill()
259 config->low_threshold = in wl1251_hw_init_txq_fill()
272 struct acx_tx_queue_qos_config *config; in wl1251_hw_init_tx_queue_config() local
278 config = kzalloc(sizeof(*config), GFP_KERNEL); in wl1251_hw_init_tx_queue_config()
279 if (!config) { in wl1251_hw_init_tx_queue_config()
285 ret = wl1251_hw_init_txq_fill(i, config, in wl1251_hw_init_tx_queue_config()
291 config, sizeof(*config)); in wl1251_hw_init_tx_queue_config()
302 kfree(config); in wl1251_hw_init_tx_queue_config()