Searched refs:coalesce_cfg (Results 1 – 3 of 3) sorted by relevance
1728 struct host_cmd_ds_coalesce_cfg *coalesce_cfg = in mwifiex_cmd_coalesce_cfg() local1729 &cmd->params.coalesce_cfg; in mwifiex_cmd_coalesce_cfg()1738 coalesce_cfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_coalesce_cfg()1739 coalesce_cfg->num_of_rules = cpu_to_le16(cfg->num_of_rules); in mwifiex_cmd_coalesce_cfg()1740 rule = (void *)coalesce_cfg->rule_data; in mwifiex_cmd_coalesce_cfg()
3753 struct mwifiex_ds_coalesce_cfg coalesce_cfg; in mwifiex_cfg80211_set_coalesce() local3757 memset(&coalesce_cfg, 0, sizeof(coalesce_cfg)); in mwifiex_cfg80211_set_coalesce()3763 &coalesce_cfg, true); in mwifiex_cfg80211_set_coalesce()3766 coalesce_cfg.num_of_rules = coalesce->n_rules; in mwifiex_cfg80211_set_coalesce()3769 &coalesce_cfg.rule[i]); in mwifiex_cfg80211_set_coalesce()3779 HostCmd_ACT_GEN_SET, 0, &coalesce_cfg, true); in mwifiex_cfg80211_set_coalesce()
2434 struct host_cmd_ds_coalesce_cfg coalesce_cfg; member