Searched refs:prot_mode (Results 1 – 6 of 6) sorted by relevance
607 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);
5959 int wifi_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action) in wifi_tx_ampdu_prot_mode() argument5968 prot_mode, cmd); in wifi_tx_ampdu_prot_mode()5970 return wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? prot_mode : NULL); in wifi_tx_ampdu_prot_mode()
4645 … tx_ampdu_prot_mode_para *prot_mode = (tx_ampdu_prot_mode_para *)wm_wifi.cmd_resp_priv; in wifi_process_cmd_response() local4646 prot_mode->mode = data->mode; in wifi_process_cmd_response()
6530 int wlan_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action);
14410 int wlan_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action) in wlan_tx_ampdu_prot_mode() argument14412 return wifi_tx_ampdu_prot_mode(prot_mode, action); in wlan_tx_ampdu_prot_mode()