Searched refs:mef_cfg (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cfg80211.c | 2672 struct nxpwifi_ds_mef_cfg *mef_cfg, in nxpwifi_set_wowlan_mef_entry() argument 2696 mef_cfg->criteria |= NXPWIFI_CRITERIA_UNICAST; in nxpwifi_set_wowlan_mef_entry() 2699 mef_cfg->criteria |= NXPWIFI_CRITERIA_BROADCAST; in nxpwifi_set_wowlan_mef_entry() 2705 mef_cfg->criteria |= NXPWIFI_CRITERIA_MULTICAST; in nxpwifi_set_wowlan_mef_entry() 2727 mef_cfg->criteria |= NXPWIFI_CRITERIA_UNICAST; in nxpwifi_set_wowlan_mef_entry() 2756 struct nxpwifi_ds_mef_cfg mef_cfg; in nxpwifi_set_mef_filter() local 2766 memset(&mef_cfg, 0, sizeof(mef_cfg)); in nxpwifi_set_mef_filter() 2767 mef_cfg.criteria |= NXPWIFI_CRITERIA_BROADCAST | in nxpwifi_set_mef_filter() 2769 mef_cfg.num_entries = num_entries; in nxpwifi_set_mef_filter() 2770 mef_cfg.mef_entry = mef_entry; in nxpwifi_set_mef_filter() [all …]
|
| H A D | cmdevt.h | 117 int nxpwifi_mef_cfg(struct nxpwifi_private *priv, void *mef_cfg);
|
| H A D | sta_cmd.c | 1566 struct host_cmd_ds_mef_cfg *mef_cfg = &cmd->params.mef_cfg; in nxpwifi_cmd_sta_mef_cfg() local 1570 u8 *pos = (u8 *)mef_cfg; in nxpwifi_cmd_sta_mef_cfg() 1576 mef_cfg->criteria = cpu_to_le32(mef->criteria); in nxpwifi_cmd_sta_mef_cfg() 1577 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in nxpwifi_cmd_sta_mef_cfg() 1578 pos += sizeof(*mef_cfg); in nxpwifi_cmd_sta_mef_cfg() 1595 cmd->size = cpu_to_le16((u16)(pos - (u8 *)mef_cfg) + S_DS_GEN); in nxpwifi_cmd_sta_mef_cfg()
|
| H A D | cmdevt.c | 1283 int nxpwifi_mef_cfg(struct nxpwifi_private *priv, void *mef_cfg) in nxpwifi_mef_cfg() argument 1285 return nxpwifi_send_cmd(priv, HOST_CMD_MEF_CFG, HOST_ACT_GEN_SET, 0, mef_cfg, in nxpwifi_mef_cfg()
|
| H A D | fw.h | 2421 struct host_cmd_ds_mef_cfg mef_cfg; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 3363 struct mwifiex_ds_mef_cfg *mef_cfg, in mwifiex_set_wowlan_mef_entry() argument 3389 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry() 3392 mef_cfg->criteria |= MWIFIEX_CRITERIA_BROADCAST; in mwifiex_set_wowlan_mef_entry() 3398 mef_cfg->criteria |= MWIFIEX_CRITERIA_MULTICAST; in mwifiex_set_wowlan_mef_entry() 3420 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry() 3449 struct mwifiex_ds_mef_cfg mef_cfg; in mwifiex_set_mef_filter() local 3459 memset(&mef_cfg, 0, sizeof(mef_cfg)); in mwifiex_set_mef_filter() 3460 mef_cfg.criteria |= MWIFIEX_CRITERIA_BROADCAST | in mwifiex_set_mef_filter() 3462 mef_cfg.num_entries = num_entries; in mwifiex_set_mef_filter() 3463 mef_cfg.mef_entry = mef_entry; in mwifiex_set_mef_filter() [all …]
|
| H A D | sta_cmd.c | 1408 struct host_cmd_ds_mef_cfg *mef_cfg = &cmd->params.mef_cfg; in mwifiex_cmd_mef_cfg() local 1410 u8 *pos = (u8 *)mef_cfg; in mwifiex_cmd_mef_cfg() 1415 mef_cfg->criteria = cpu_to_le32(mef->criteria); in mwifiex_cmd_mef_cfg() 1416 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in mwifiex_cmd_mef_cfg() 1417 pos += sizeof(*mef_cfg); in mwifiex_cmd_mef_cfg() 1432 cmd->size = cpu_to_le16((u16) (pos - (u8 *)mef_cfg) + S_DS_GEN); in mwifiex_cmd_mef_cfg()
|
| H A D | fw.h | 2420 struct host_cmd_ds_mef_cfg mef_cfg; member
|