Searched refs:rx_abort_cfg_ext (Results 1 – 3 of 3) sorted by relevance
1509 …HostCmd_DS_RX_ABORT_CFG_EXT *rx_abort_cfg_ext = (HostCmd_DS_RX_ABORT_CFG_EXT *)&cmd->params.rx_abo… in wlan_cmd_rx_abort_cfg_ext() local1516 rx_abort_cfg_ext->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_rx_abort_cfg_ext()1518 if (rx_abort_cfg_ext->action == HostCmd_ACT_GEN_SET) in wlan_cmd_rx_abort_cfg_ext()1520 rx_abort_cfg_ext->enable = cfg->enable; in wlan_cmd_rx_abort_cfg_ext()1521 rx_abort_cfg_ext->rssi_margin = (t_s8)cfg->rssi_margin; in wlan_cmd_rx_abort_cfg_ext()1522 rx_abort_cfg_ext->ceil_rssi_threshold = (t_s8)cfg->ceil_rssi_threshold; in wlan_cmd_rx_abort_cfg_ext()1523 rx_abort_cfg_ext->floor_rssi_threshold = (t_s8)cfg->floor_rssi_threshold; in wlan_cmd_rx_abort_cfg_ext()
4568 cfg = (HostCmd_DS_RX_ABORT_CFG_EXT *)&resp->params.rx_abort_cfg_ext; in wifi_process_cmd_response()4575 … rx_abort_cfg_ext_t *rx_abort_cfg_ext = (rx_abort_cfg_ext_t *)wm_wifi.cmd_resp_priv; in wifi_process_cmd_response() local4576 rx_abort_cfg_ext->enable = cfg->enable; in wifi_process_cmd_response()4577 rx_abort_cfg_ext->rssi_margin = (int)cfg->rssi_margin; in wifi_process_cmd_response()4578 rx_abort_cfg_ext->ceil_rssi_threshold = (int)cfg->ceil_rssi_threshold; in wifi_process_cmd_response()4579 rx_abort_cfg_ext->floor_rssi_threshold = (int)cfg->floor_rssi_threshold; in wifi_process_cmd_response()4580 … rx_abort_cfg_ext->current_dynamic_rssi_threshold = (int)cfg->current_dynamic_rssi_threshold; in wifi_process_cmd_response()4581 … rx_abort_cfg_ext->rssi_default_config = (int)cfg->rssi_default_config; in wifi_process_cmd_response()4582 … rx_abort_cfg_ext->edmac_enable = (int)cfg->edmac_enable; in wifi_process_cmd_response()
8091 HostCmd_DS_RX_ABORT_CFG_EXT rx_abort_cfg_ext;