Searched refs:coalesce_cfg (Results 1 – 3 of 3) sorted by relevance
1622 struct host_cmd_ds_coalesce_cfg *coalesce_cfg = in mwifiex_cmd_coalesce_cfg() local1623 &cmd->params.coalesce_cfg; in mwifiex_cmd_coalesce_cfg()1632 coalesce_cfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_coalesce_cfg()1633 coalesce_cfg->num_of_rules = cpu_to_le16(cfg->num_of_rules); in mwifiex_cmd_coalesce_cfg()1634 rule = (void *)coalesce_cfg->rule_data; in mwifiex_cmd_coalesce_cfg()
3756 struct mwifiex_ds_coalesce_cfg coalesce_cfg; in mwifiex_cfg80211_set_coalesce() local3760 memset(&coalesce_cfg, 0, sizeof(coalesce_cfg)); in mwifiex_cfg80211_set_coalesce()3766 &coalesce_cfg, true); in mwifiex_cfg80211_set_coalesce()3769 coalesce_cfg.num_of_rules = coalesce->n_rules; in mwifiex_cfg80211_set_coalesce()3772 &coalesce_cfg.rule[i]); in mwifiex_cfg80211_set_coalesce()3782 HostCmd_ACT_GEN_SET, 0, &coalesce_cfg, true); in mwifiex_cfg80211_set_coalesce()
2421 struct host_cmd_ds_coalesce_cfg coalesce_cfg; member