Searched refs:sleep_cfm_buf (Results 1 – 2 of 2) sorted by relevance
204 struct mwifiex_opt_sleep_confirm *sleep_cfm_buf = NULL; in mwifiex_init_adapter() local276 sleep_cfm_buf = (struct mwifiex_opt_sleep_confirm *) in mwifiex_init_adapter()278 memset(sleep_cfm_buf, 0, adapter->sleep_cfm->len); in mwifiex_init_adapter()279 sleep_cfm_buf->command = cpu_to_le16(HostCmd_CMD_802_11_PS_MODE_ENH); in mwifiex_init_adapter()280 sleep_cfm_buf->size = cpu_to_le16(adapter->sleep_cfm->len); in mwifiex_init_adapter()281 sleep_cfm_buf->result = 0; in mwifiex_init_adapter()282 sleep_cfm_buf->action = cpu_to_le16(SLEEP_CONFIRM); in mwifiex_init_adapter()283 sleep_cfm_buf->resp_ctrl = cpu_to_le16(RESP_NEEDED); in mwifiex_init_adapter()
304 struct mwifiex_opt_sleep_confirm *sleep_cfm_buf = in mwifiex_dnld_sleep_confirm_cmd() local312 sleep_cfm_buf->seq_num = in mwifiex_dnld_sleep_confirm_cmd()319 le16_to_cpu(sleep_cfm_buf->command), in mwifiex_dnld_sleep_confirm_cmd()320 le16_to_cpu(sleep_cfm_buf->action), in mwifiex_dnld_sleep_confirm_cmd()321 le16_to_cpu(sleep_cfm_buf->size), in mwifiex_dnld_sleep_confirm_cmd()322 le16_to_cpu(sleep_cfm_buf->seq_num)); in mwifiex_dnld_sleep_confirm_cmd()323 mwifiex_dbg_dump(adapter, CMD_D, "SLEEP_CFM buffer: ", sleep_cfm_buf, in mwifiex_dnld_sleep_confirm_cmd()324 le16_to_cpu(sleep_cfm_buf->size)); in mwifiex_dnld_sleep_confirm_cmd()360 if (!le16_to_cpu(sleep_cfm_buf->resp_ctrl)) in mwifiex_dnld_sleep_confirm_cmd()366 if (!le16_to_cpu(sleep_cfm_buf->resp_ctrl) && in mwifiex_dnld_sleep_confirm_cmd()