Searched refs:coalesce_cfg (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cmdevt.h | 118 int nxpwifi_coalesce_cfg(struct nxpwifi_private *priv, void *coalesce_cfg);
|
| H A D | cfg80211.c | 3042 struct nxpwifi_ds_coalesce_cfg coalesce_cfg; in nxpwifi_cfg80211_set_coalesce() local 3046 memset(&coalesce_cfg, 0, sizeof(coalesce_cfg)); in nxpwifi_cfg80211_set_coalesce() 3049 return nxpwifi_coalesce_cfg(priv, &coalesce_cfg); in nxpwifi_cfg80211_set_coalesce() 3051 coalesce_cfg.num_of_rules = coalesce->n_rules; in nxpwifi_cfg80211_set_coalesce() 3054 &coalesce_cfg.rule[i]); in nxpwifi_cfg80211_set_coalesce() 3063 return nxpwifi_coalesce_cfg(priv, &coalesce_cfg); in nxpwifi_cfg80211_set_coalesce()
|
| H A D | cmdevt.c | 1289 int nxpwifi_coalesce_cfg(struct nxpwifi_private *priv, void *coalesce_cfg) in nxpwifi_coalesce_cfg() argument 1292 coalesce_cfg, true); in nxpwifi_coalesce_cfg()
|
| H A D | sta_cmd.c | 2519 struct host_cmd_ds_coalesce_cfg *coalesce_cfg = in nxpwifi_cmd_sta_coalesce_cfg() local 2520 &cmd->params.coalesce_cfg; in nxpwifi_cmd_sta_coalesce_cfg() 2530 coalesce_cfg->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_sta_coalesce_cfg() 2531 coalesce_cfg->num_of_rules = cpu_to_le16(cfg->num_of_rules); in nxpwifi_cmd_sta_coalesce_cfg() 2532 rule = (void *)coalesce_cfg->rule_data; in nxpwifi_cmd_sta_coalesce_cfg()
|
| H A D | fw.h | 2435 struct host_cmd_ds_coalesce_cfg coalesce_cfg; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmd.c | 1723 struct host_cmd_ds_coalesce_cfg *coalesce_cfg = in mwifiex_cmd_coalesce_cfg() local 1724 &cmd->params.coalesce_cfg; in mwifiex_cmd_coalesce_cfg() 1733 coalesce_cfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_coalesce_cfg() 1734 coalesce_cfg->num_of_rules = cpu_to_le16(cfg->num_of_rules); in mwifiex_cmd_coalesce_cfg() 1735 rule = (void *)coalesce_cfg->rule_data; in mwifiex_cmd_coalesce_cfg()
|
| H A D | cfg80211.c | 3753 struct mwifiex_ds_coalesce_cfg coalesce_cfg; in mwifiex_cfg80211_set_coalesce() local 3757 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()
|
| H A D | fw.h | 2434 struct host_cmd_ds_coalesce_cfg coalesce_cfg; member
|