coalesce_cfg     3693 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	struct mwifiex_ds_coalesce_cfg coalesce_cfg;
coalesce_cfg     3697 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	memset(&coalesce_cfg, 0, sizeof(coalesce_cfg));
coalesce_cfg     3703 drivers/net/wireless/marvell/mwifiex/cfg80211.c 					&coalesce_cfg, true);
coalesce_cfg     3706 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	coalesce_cfg.num_of_rules = coalesce->n_rules;
coalesce_cfg     3709 drivers/net/wireless/marvell/mwifiex/cfg80211.c 						      &coalesce_cfg.rule[i]);
coalesce_cfg     3719 drivers/net/wireless/marvell/mwifiex/cfg80211.c 				HostCmd_ACT_GEN_SET, 0, &coalesce_cfg, true);
coalesce_cfg     2366 drivers/net/wireless/marvell/mwifiex/fw.h 		struct host_cmd_ds_coalesce_cfg coalesce_cfg;
coalesce_cfg     1636 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	struct host_cmd_ds_coalesce_cfg *coalesce_cfg =
coalesce_cfg     1637 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 						&cmd->params.coalesce_cfg;
coalesce_cfg     1646 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	coalesce_cfg->action = cpu_to_le16(cmd_action);
coalesce_cfg     1647 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	coalesce_cfg->num_of_rules = cpu_to_le16(cfg->num_of_rules);
coalesce_cfg     1648 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	rule = coalesce_cfg->rule;