Home
last modified time | relevance | path

Searched refs:mef_cfg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3337 struct mwifiex_ds_mef_cfg *mef_cfg, in mwifiex_set_wowlan_mef_entry() argument
3363 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry()
3394 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry()
3423 struct mwifiex_ds_mef_cfg mef_cfg; in mwifiex_set_mef_filter() local
3433 memset(&mef_cfg, 0, sizeof(mef_cfg)); in mwifiex_set_mef_filter()
3434 mef_cfg.criteria |= MWIFIEX_CRITERIA_BROADCAST | in mwifiex_set_mef_filter()
3436 mef_cfg.num_entries = num_entries; in mwifiex_set_mef_filter()
3437 mef_cfg.mef_entry = mef_entry; in mwifiex_set_mef_filter()
3448 if (!mef_cfg.criteria) in mwifiex_set_mef_filter()
3449 mef_cfg.criteria = MWIFIEX_CRITERIA_BROADCAST | in mwifiex_set_mef_filter()
[all …]
H A Dsta_cmd.c1423 struct host_cmd_ds_mef_cfg *mef_cfg = &cmd->params.mef_cfg; in mwifiex_cmd_mef_cfg() local
1425 u8 *pos = (u8 *)mef_cfg; in mwifiex_cmd_mef_cfg()
1430 mef_cfg->criteria = cpu_to_le32(mef->criteria); in mwifiex_cmd_mef_cfg()
1431 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in mwifiex_cmd_mef_cfg()
1432 pos += sizeof(*mef_cfg); in mwifiex_cmd_mef_cfg()
1447 cmd->size = cpu_to_le16((u16) (pos - (u8 *)mef_cfg) + S_DS_GEN); in mwifiex_cmd_mef_cfg()
H A Dfw.h2353 struct host_cmd_ds_mef_cfg mef_cfg; member