Searched refs:prot_mode (Results 1 – 6 of 6) sorted by relevance
631 int wifi_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action);
1965 HostCmd_DS_CMD_TX_AMPDU_PROT_MODE *prot_mode = &cmd->params.tx_ampdu_prot_mode; local1972 prot_mode->action = wlan_cpu_to_le16(cmd_action);1976 prot_mode->mode = wlan_cpu_to_le16(para->mode);
6021 int wifi_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action) in wifi_tx_ampdu_prot_mode() argument6030 prot_mode, cmd); in wifi_tx_ampdu_prot_mode()6032 return wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? prot_mode : NULL); in wifi_tx_ampdu_prot_mode()
4636 … tx_ampdu_prot_mode_para *prot_mode = (tx_ampdu_prot_mode_para *)wm_wifi.cmd_resp_priv; in wifi_process_cmd_response() local4637 prot_mode->mode = data->mode; in wifi_process_cmd_response()
6664 int wlan_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action);
14662 int wlan_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action) in wlan_tx_ampdu_prot_mode() argument14664 return wifi_tx_ampdu_prot_mode(prot_mode, action); in wlan_tx_ampdu_prot_mode()