Searched refs:fwwm (Results 1 – 1 of 1) sorted by relevance
3100 HostCmd_DS_802_11_FW_WAKEUP_METHOD *fwwm = &cmd->params.fwwakeupmethod; in wlan_cmd_802_11_fw_wakeup_method() local3103 (MrvlIEtypes_WakeupSourceGPIO_t *) ((t_u8 *)fwwm + in wlan_cmd_802_11_fw_wakeup_method()3111 fwwm->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_802_11_fw_wakeup_method()3115 fwwm->method = wlan_cpu_to_le16(fw_wakeup_params->method); in wlan_cmd_802_11_fw_wakeup_method()3132 fwwm->method = wlan_cpu_to_le16(WAKEUP_FW_UNCHANGED); in wlan_cmd_802_11_fw_wakeup_method()3154 HostCmd_DS_802_11_FW_WAKEUP_METHOD *fwwm = &resp->params.fwwakeupmethod; in wlan_ret_fw_wakeup_method() local3157 (MrvlIEtypes_WakeupSourceGPIO_t *) ((t_u8 *)fwwm + in wlan_ret_fw_wakeup_method()3164 action = wlan_le16_to_cpu(fwwm->action); in wlan_ret_fw_wakeup_method()3166 pmpriv->adapter->fw_wakeup_method = wlan_le16_to_cpu(fwwm->method); in wlan_ret_fw_wakeup_method()