Searched refs:HOST_ACT_GEN_GET (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_cfg.c | 378 case HOST_ACT_GEN_GET: in nxpwifi_set_hs_params() 528 HOST_ACT_GEN_GET, 0, NULL, true); in nxpwifi_drv_get_data_rate() 901 HOST_ACT_GEN_GET, 0, &ver_ext, true); in nxpwifi_get_ver_ext() 941 HOST_ACT_GEN_GET, 0, log, true); in nxpwifi_get_stats_info() 998 ret = nxpwifi_reg_mem_ioctl_reg_rw(priv, ®_rw, HOST_ACT_GEN_GET); in nxpwifi_reg_read() 1019 HOST_ACT_GEN_GET, 0, &rd_eeprom, true); in nxpwifi_eeprom_read() 1119 if (action == HOST_ACT_GEN_GET) { in nxpwifi_misc_ioctl_gen_ie() 1167 HOST_ACT_GEN_GET, 0, wakeup_reason, in nxpwifi_get_wakeup_reason() 1175 HOST_ACT_GEN_GET, 0, channel_band, in nxpwifi_get_chan_info()
|
| H A D | sta_cmd.c | 374 if (cmd_action == HOST_ACT_GEN_GET) { in nxpwifi_cmd_sta_802_11_snmp_mib() 375 snmp_mib->query_type = cpu_to_le16(HOST_ACT_GEN_GET); in nxpwifi_cmd_sta_802_11_snmp_mib() 409 if (query_type == HOST_ACT_GEN_GET) { in nxpwifi_ret_sta_802_11_snmp_mib() 623 if (action == HOST_ACT_GEN_GET) { in nxpwifi_ret_sta_rf_tx_pwr() 669 case HOST_ACT_GEN_GET: in nxpwifi_cmd_sta_rf_antenna() 843 if (cmd_action == HOST_ACT_GEN_GET) in nxpwifi_cmd_sta_802_11d_domain_info() 900 case HOST_ACT_GEN_GET: in nxpwifi_ret_sta_802_11d_domain_info() 999 if (cmd_action == HOST_ACT_GEN_GET) { in nxpwifi_cmd_sta_802_11_key_material() 1233 if (subsc_evt_cfg->action == HOST_ACT_GEN_GET) in nxpwifi_cmd_sta_802_11_subsc_evt() 1803 case HOST_ACT_GEN_GET: in nxpwifi_cmd_sta_tx_power_cfg() [all …]
|
| H A D | debugfs.c | 515 cmd_action = HOST_ACT_GEN_GET; in nxpwifi_memrw_write() 664 nxpwifi_set_hs_params(priv, HOST_ACT_GEN_GET, in nxpwifi_hscfg_write() 706 nxpwifi_set_hs_params(priv, HOST_ACT_GEN_GET, in nxpwifi_hscfg_read() 732 HOST_ACT_GEN_GET, 0, ×hare_coex, true); in nxpwifi_timeshare_coex_read() 943 ret = nxpwifi_send_cmd(priv, HOST_CMD_TWT_CFG, HOST_ACT_GEN_GET, 0, in nxpwifi_twt_report_read()
|
| H A D | cmdevt.c | 1199 return nxpwifi_send_cmd(priv, HOST_CMD_RF_TX_PWR, HOST_ACT_GEN_GET, 0, in nxpwifi_get_tx_pwr() 1211 return nxpwifi_send_cmd(priv, HOST_CMD_RSSI_INFO, HOST_ACT_GEN_GET, 0, in nxpwifi_get_rssi_info() 1217 return nxpwifi_send_cmd(priv, HOST_CMD_802_11_SNMP_MIB, HOST_ACT_GEN_GET, in nxpwifi_get_802_11_snmp_mib() 1231 ret = nxpwifi_send_cmd(priv, HOST_CMD_RF_ANTENNA, HOST_ACT_GEN_GET, 0, NULL, true); in nxpwifi_get_rf_antenna() 1255 return nxpwifi_send_cmd(priv, HOST_CMD_APCMD_STA_LIST, HOST_ACT_GEN_GET, in nxpwifi_ap_get_sta_list()
|
| H A D | sta_event.c | 179 HOST_ACT_GEN_GET, 0, NULL, false); in nxpwifi_sta_event_bs_scan_report() 191 HOST_ACT_GEN_GET, 0, NULL, false); in nxpwifi_sta_event_rssi_low() 203 HOST_ACT_GEN_GET, 0, NULL, false); in nxpwifi_sta_event_rssi_high()
|
| H A D | 11n.c | 206 case HOST_ACT_GEN_GET: in nxpwifi_cmd_recfg_tx_buf() 235 case HOST_ACT_GEN_GET: in nxpwifi_cmd_amsdu_aggr_ctrl()
|
| H A D | 11ax.c | 588 if (action == HOST_ACT_GEN_GET && in nxpwifi_ret_twt_cfg()
|
| H A D | main.c | 160 HOST_ACT_GEN_GET, 0, &ver_ext, false)) { in maybe_quirk_fw_disable_ds()
|
| H A D | uap_cmd.c | 1036 HOST_ACT_GEN_GET, 0, &ax_cfg, true); in nxpwifi_set_11ax_status()
|
| H A D | fw.h | 445 #define HOST_ACT_GEN_GET 0x0000 macro
|
| H A D | cfg80211.c | 2897 nxpwifi_get_wakeup_reason(priv, HOST_ACT_GEN_GET, NXPWIFI_SYNC_CMD, in nxpwifi_cfg80211_resume()
|