Home
last modified time | relevance | path

Searched refs:hs_cfg (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dethtool.c14 u32 conditions = le32_to_cpu(priv->adapter->hs_cfg.conditions); in mwifiex_ethtool_get_wol()
50 priv->adapter->hs_cfg.conditions = cpu_to_le32(conditions); in mwifiex_ethtool_set_wol()
H A Dinit.c269 adapter->hs_cfg.conditions = cpu_to_le32(HS_CFG_COND_DEF); in mwifiex_init_adapter()
270 adapter->hs_cfg.gpio = HS_CFG_GPIO_DEF; in mwifiex_init_adapter()
271 adapter->hs_cfg.gap = HS_CFG_GAP_DEF; in mwifiex_init_adapter()
H A Dcfg80211.c3487 struct mwifiex_ds_hs_cfg hs_cfg; in mwifiex_cfg80211_suspend() local
3536 memset(&hs_cfg, 0, sizeof(hs_cfg)); in mwifiex_cfg80211_suspend()
3537 hs_cfg.conditions = le32_to_cpu(adapter->hs_cfg.conditions); in mwifiex_cfg80211_suspend()
3541 hs_cfg.conditions |= HS_CFG_COND_MAC_EVENT; in mwifiex_cfg80211_suspend()
3547 hs_cfg.conditions |= HS_CFG_COND_MAC_EVENT; in mwifiex_cfg80211_suspend()
3551 hs_cfg.is_invoke_hostcmd = false; in mwifiex_cfg80211_suspend()
3552 hs_cfg.gpio = adapter->hs_cfg.gpio; in mwifiex_cfg80211_suspend()
3553 hs_cfg.gap = adapter->hs_cfg.gap; in mwifiex_cfg80211_suspend()
3555 MWIFIEX_SYNC_CMD, &hs_cfg); in mwifiex_cfg80211_suspend()
H A Dioctl.h297 struct mwifiex_ds_hs_cfg hs_cfg; member
H A Dcmdevt.c710 struct host_cmd_ds_802_11_hs_cfg_enh *hs_cfg = in mwifiex_insert_cmd_to_pending_q() local
713 if (le16_to_cpu(hs_cfg->action) == HS_ACTIVATE) in mwifiex_insert_cmd_to_pending_q()