Searched refs:htcfg (Results 1 – 7 of 7) sorted by relevance
33 u32 htcfg; in fix_hypertransport_config() local40 htcfg = read_pci_config(num, slot, func, 0x68); in fix_hypertransport_config()41 if (htcfg & (1 << 18)) { in fix_hypertransport_config()44 if ((htcfg & (1 << 17)) == 0) { in fix_hypertransport_config()49 htcfg |= (1 << 17); in fix_hypertransport_config()50 write_pci_config(num, slot, func, 0x68, htcfg); in fix_hypertransport_config()
284 struct host_cmd_ds_11n_cfg *htcfg = &cmd->params.htcfg; in mwifiex_cmd_11n_cfg() local288 htcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11n_cfg()289 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap); in mwifiex_cmd_11n_cfg()290 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo); in mwifiex_cmd_11n_cfg()293 htcfg->misc_config = cpu_to_le16(txcfg->misc_config); in mwifiex_cmd_11n_cfg()
2346 struct host_cmd_ds_11n_cfg htcfg; member
1993 HostCmd_DS_11N_CFG *htcfg = &cmd->params.htcfg; in wlan_cmd_11n_cfg() local1999 htcfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_11n_cfg()2000 htcfg->ht_tx_cap = wlan_cpu_to_le16(txcfg->httxcap); in wlan_cmd_11n_cfg()2001 htcfg->ht_tx_info = wlan_cpu_to_le16(txcfg->httxinfo); in wlan_cmd_11n_cfg()2002 htcfg->misc_config = wlan_cpu_to_le16(txcfg->misc_cfg); in wlan_cmd_11n_cfg()2021 HostCmd_DS_11N_CFG *htcfg = &resp->params.htcfg; in wlan_ret_11n_cfg() local2025 (wlan_le16_to_cpu(htcfg->action) == HostCmd_ACT_GEN_GET)) { in wlan_ret_11n_cfg()2027 cfg->param.tx_cfg.httxcap = wlan_le16_to_cpu(htcfg->ht_tx_cap); in wlan_ret_11n_cfg()2029 wlan_le16_to_cpu(htcfg->ht_tx_info); in wlan_ret_11n_cfg()2031 wlan_le16_to_cpu(htcfg->misc_config); in wlan_ret_11n_cfg()
6102 HostCmd_DS_11N_CFG htcfg; member
2010 HostCmd_DS_11N_CFG *htcfg = &cmd->params.htcfg; in wlan_cmd_11n_cfg() local2016 htcfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_11n_cfg()2017 htcfg->ht_tx_cap = wlan_cpu_to_le16(txcfg->httxcap); in wlan_cmd_11n_cfg()2018 htcfg->ht_tx_info = wlan_cpu_to_le16(txcfg->httxinfo); in wlan_cmd_11n_cfg()2019 htcfg->misc_config = wlan_cpu_to_le16(txcfg->misc_cfg); in wlan_cmd_11n_cfg()2037 HostCmd_DS_11N_CFG *htcfg = &resp->params.htcfg; in wlan_ret_11n_cfg() local2041 (wlan_le16_to_cpu(htcfg->action) == HostCmd_ACT_GEN_GET)) { in wlan_ret_11n_cfg()2043 cfg->param.tx_cfg.httxcap = wlan_le16_to_cpu(htcfg->ht_tx_cap); in wlan_ret_11n_cfg()2045 wlan_le16_to_cpu(htcfg->ht_tx_info); in wlan_ret_11n_cfg()2047 wlan_le16_to_cpu(htcfg->misc_config); in wlan_ret_11n_cfg()
8029 HostCmd_DS_11N_CFG htcfg; member