Searched refs:mef_cfg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 3292 struct mwifiex_ds_mef_cfg *mef_cfg, in mwifiex_set_wowlan_mef_entry() 3318 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry() 3321 mef_cfg->criteria |= MWIFIEX_CRITERIA_BROADCAST; in mwifiex_set_wowlan_mef_entry() 3327 mef_cfg->criteria |= MWIFIEX_CRITERIA_MULTICAST; in mwifiex_set_wowlan_mef_entry() 3349 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry() 3378 struct mwifiex_ds_mef_cfg mef_cfg; in mwifiex_set_mef_filter() local 3388 memset(&mef_cfg, 0, sizeof(mef_cfg)); in mwifiex_set_mef_filter() 3389 mef_cfg.criteria |= MWIFIEX_CRITERIA_BROADCAST | in mwifiex_set_mef_filter() 3391 mef_cfg in mwifiex_set_mef_filter() 3291 mwifiex_set_wowlan_mef_entry(struct mwifiex_private *priv, struct mwifiex_ds_mef_cfg *mef_cfg, struct mwifiex_mef_entry *mef_entry, struct cfg80211_wowlan *wowlan) mwifiex_set_wowlan_mef_entry() argument [all...] |
H A D | sta_cmd.c | 1430 struct host_cmd_ds_mef_cfg *mef_cfg = &cmd->params.mef_cfg; in mwifiex_cmd_mef_cfg() local 1432 u8 *pos = (u8 *)mef_cfg; in mwifiex_cmd_mef_cfg() 1437 mef_cfg->criteria = cpu_to_le32(mef->criteria); in mwifiex_cmd_mef_cfg() 1438 mef_cfg->num_entries = cpu_to_le16(mef->num_entries); in mwifiex_cmd_mef_cfg() 1439 pos += sizeof(*mef_cfg); in mwifiex_cmd_mef_cfg() 1445 pos += sizeof(*mef_cfg->mef_entry); in mwifiex_cmd_mef_cfg() 1454 cmd->size = cpu_to_le16((u16) (pos - (u8 *)mef_cfg) + S_DS_GEN); in mwifiex_cmd_mef_cfg()
|
H A D | fw.h | 2356 struct host_cmd_ds_mef_cfg mef_cfg; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 3337 struct mwifiex_ds_mef_cfg *mef_cfg, in mwifiex_set_wowlan_mef_entry() 3363 mef_cfg->criteria |= MWIFIEX_CRITERIA_UNICAST; in mwifiex_set_wowlan_mef_entry() 3366 mef_cfg->criteria |= MWIFIEX_CRITERIA_BROADCAST; in mwifiex_set_wowlan_mef_entry() 3372 mef_cfg->criteria |= MWIFIEX_CRITERIA_MULTICAST; 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 in mwifiex_set_mef_filter() 3336 mwifiex_set_wowlan_mef_entry(struct mwifiex_private *priv, struct mwifiex_ds_mef_cfg *mef_cfg, struct mwifiex_mef_entry *mef_entry, struct cfg80211_wowlan *wowlan) mwifiex_set_wowlan_mef_entry() argument [all...] |
H A D | sta_cmd.c | 1423 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 D | fw.h | 2353 struct host_cmd_ds_mef_cfg mef_cfg; member
|
Completed in 27 milliseconds