Lines Matching defs:conf

171 	acx->lifetime = cpu_to_le32(wl->conf.rx.rx_msdu_life_time);
260 rx_timeout->ps_poll_timeout = cpu_to_le16(wl->conf.rx.ps_poll_timeout);
261 rx_timeout->upsd_timeout = cpu_to_le16(wl->conf.rx.upsd_timeout);
287 rts_threshold = wl->conf.rx.rts_threshold;
314 struct conf_itrim_settings *c = &wl->conf.itrim;
350 wl->conf.conn.bcn_filt_mode == CONF_BCN_FILT_MODE_DISABLED)
399 for (i = 0; i < wl->conf.conn.bcn_filt_ie_count; i++) {
400 struct conf_bcn_filt_rule *r = &(wl->conf.conn.bcn_filt_ie[i]);
456 threshold = wl->conf.conn.synch_fail_thold;
457 timeout = wl->conf.conn.bss_lose_timeout;
492 pta->enable = wl->conf.sg.state;
510 struct conf_sg_settings *c = &wl->conf.sg;
550 detection->rx_cca_threshold = cpu_to_le16(wl->conf.rx.rx_cca_threshold);
551 detection->tx_energy_detection = wl->conf.tx.tx_energy_detection;
577 bb->beacon_rx_timeout = cpu_to_le16(wl->conf.conn.beacon_rx_timeout);
578 bb->broadcast_timeout = cpu_to_le16(wl->conf.conn.broadcast_timeout);
579 bb->rx_broadcast_in_ps = wl->conf.conn.rx_broadcast_in_ps;
580 bb->ps_poll_threshold = wl->conf.conn.ps_poll_threshold;
725 struct conf_tx_rate_class *c = &wl->conf.tx.sta_rc_conf;
906 frag_threshold = wl->conf.tx.frag_threshold;
943 acx->tx_compl_timeout = cpu_to_le16(wl->conf.tx.tx_compl_timeout);
944 acx->tx_compl_threshold = cpu_to_le16(wl->conf.tx.tx_compl_threshold);
970 mem = &wl->conf.mem;
982 mem_conf->fwlog_blocks = wl->conf.fwlog.mem_blocks;
1041 rx_conf->threshold = cpu_to_le16(wl->conf.rx.irq_pkt_threshold);
1042 rx_conf->timeout = cpu_to_le16(wl->conf.rx.irq_timeout);
1043 rx_conf->mblk_threshold = cpu_to_le16(wl->conf.rx.irq_blk_threshold);
1044 rx_conf->queue_type = wl->conf.rx.queue_type;
1066 if (enable && wl->conf.conn.bet_enable == CONF_BET_MODE_DISABLE)
1077 acx->max_consecutive = wl->conf.conn.bet_max_consecutive;
1126 struct conf_pm_config_settings *c = &wl->conf.pm_config;
1195 acx->period = cpu_to_le32(wl->conf.conn.keep_alive_interval);
1229 acx->pacing = cpu_to_le16(wl->conf.roam_trigger.trigger_pacing);
1257 struct conf_roam_trigger_settings *c = &wl->conf.roam_trigger;
1387 acx->tid_bitmap = wl->conf.ht.tx_ba_tid_bitmap;
1388 acx->win_size = wl->conf.ht.tx_ba_win_size;
1389 acx->inactivity_timeout = wl->conf.ht.inactivity_timeout;
1492 conf_queues = wl->conf.rx_streaming.queues;
1501 * this check assumes conf.rx_streaming.queues can't
1510 rx_streaming->period = wl->conf.rx_streaming.interval;
1511 rx_streaming->timeout = wl->conf.rx_streaming.interval;
1538 acx->max_tx_retry = cpu_to_le16(wl->conf.tx.max_tx_retries);
1564 config_ps->exit_retries = wl->conf.conn.psm_exit_retries;
1565 config_ps->enter_retries = wl->conf.conn.psm_entry_retries;
1621 acx->enable = wl->conf.fm_coex.enable;
1622 acx->swallow_period = wl->conf.fm_coex.swallow_period;
1623 acx->n_divider_fref_set_1 = wl->conf.fm_coex.n_divider_fref_set_1;
1624 acx->n_divider_fref_set_2 = wl->conf.fm_coex.n_divider_fref_set_2;
1626 cpu_to_le16(wl->conf.fm_coex.m_divider_fref_set_1);
1628 cpu_to_le16(wl->conf.fm_coex.m_divider_fref_set_2);
1630 cpu_to_le32(wl->conf.fm_coex.coex_pll_stabilization_time);
1632 cpu_to_le16(wl->conf.fm_coex.ldo_stabilization_time);
1634 wl->conf.fm_coex.fm_disturbed_band_margin;
1635 acx->swallow_clk_diff = wl->conf.fm_coex.swallow_clk_diff;
1651 struct conf_rate_policy_settings *conf = &wl->conf.rate;
1661 acx->rate_retry_score = cpu_to_le16(conf->rate_retry_score);
1662 acx->per_add = cpu_to_le16(conf->per_add);
1663 acx->per_th1 = cpu_to_le16(conf->per_th1);
1664 acx->per_th2 = cpu_to_le16(conf->per_th2);
1665 acx->max_per = cpu_to_le16(conf->max_per);
1666 acx->inverse_curiosity_factor = conf->inverse_curiosity_factor;
1667 acx->tx_fail_low_th = conf->tx_fail_low_th;
1668 acx->tx_fail_high_th = conf->tx_fail_high_th;
1669 acx->per_alpha_shift = conf->per_alpha_shift;
1670 acx->per_add_shift = conf->per_add_shift;
1671 acx->per_beta1_shift = conf->per_beta1_shift;
1672 acx->per_beta2_shift = conf->per_beta2_shift;
1673 acx->rate_check_up = conf->rate_check_up;
1674 acx->rate_check_down = conf->rate_check_down;
1675 memcpy(acx->rate_retry_policy, conf->rate_retry_policy,
1693 struct conf_hangover_settings *conf = &wl->conf.hangover;
1704 acx->recover_time = cpu_to_le32(conf->recover_time);
1705 acx->hangover_period = conf->hangover_period;
1706 acx->dynamic_mode = conf->dynamic_mode;
1707 acx->early_termination_mode = conf->early_termination_mode;
1708 acx->max_period = conf->max_period;
1709 acx->min_period = conf->min_period;
1710 acx->increase_delta = conf->increase_delta;
1711 acx->decrease_delta = conf->decrease_delta;
1712 acx->quiet_time = conf->quiet_time;
1713 acx->increase_time = conf->increase_time;
1714 acx->window_size = conf->window_size;