Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c3345 struct mwifiex_ds_mef_cfg *mef_cfg, in mwifiex_set_wowlan_mef_entry() argument
3371 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry()
3374 mef_cfg->criteria |= MWIFIEX_CRITERIA_BROADCAST; in mwifiex_set_wowlan_mef_entry()
3380 mef_cfg->criteria |= MWIFIEX_CRITERIA_MULTICAST; in mwifiex_set_wowlan_mef_entry()
3402 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry()
3431 struct mwifiex_ds_mef_cfg mef_cfg; in mwifiex_set_mef_filter() local
3441 memset(&mef_cfg, 0, sizeof(mef_cfg)); in mwifiex_set_mef_filter()
3442 mef_cfg.criteria |= MWIFIEX_CRITERIA_BROADCAST | in mwifiex_set_mef_filter()
3444 mef_cfg.num_entries = num_entries; in mwifiex_set_mef_filter()
3445 mef_cfg.mef_entry = mef_entry; in mwifiex_set_mef_filter()
[all …]
Dsta_cmd.c1435 struct host_cmd_ds_mef_cfg *mef_cfg = &cmd->params.mef_cfg; in mwifiex_cmd_mef_cfg() local
1437 u8 *pos = (u8 *)mef_cfg; in mwifiex_cmd_mef_cfg()
1442 mef_cfg->criteria = cpu_to_le32(mef->criteria); in mwifiex_cmd_mef_cfg()
1443 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in mwifiex_cmd_mef_cfg()
1444 pos += sizeof(*mef_cfg); in mwifiex_cmd_mef_cfg()
1450 pos += sizeof(*mef_cfg->mef_entry); in mwifiex_cmd_mef_cfg()
1459 cmd->size = cpu_to_le16((u16) (pos - (u8 *)mef_cfg) + S_DS_GEN); in mwifiex_cmd_mef_cfg()
Dfw.h2363 struct host_cmd_ds_mef_cfg mef_cfg; member