Home
last modified time | relevance | path

Searched refs:he_cfg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ax.c175 struct host_cmd_11ax_cfg *he_cfg = &cmd->params.ax_cfg; in nxpwifi_cmd_11ax_cfg() local
182 he_cfg->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_11ax_cfg()
183 he_cfg->band_config = ax_cfg->band; in nxpwifi_cmd_11ax_cfg()
187 header = (struct nxpwifi_ie_types_header *)he_cfg->tlv; in nxpwifi_cmd_11ax_cfg()
190 memcpy(he_cfg->tlv + sizeof(*header), in nxpwifi_cmd_11ax_cfg()
205 struct host_cmd_11ax_cfg *he_cfg = &resp->params.ax_cfg; in nxpwifi_ret_11ax_cfg() local
211 left_len = le16_to_cpu(resp->size) - sizeof(*he_cfg) - S_DS_GEN; in nxpwifi_ret_11ax_cfg()
212 header = (struct nxpwifi_ie_types_header *)he_cfg->tlv; in nxpwifi_ret_11ax_cfg()
226 if (he_cfg->band_config & BIT(1)) { in nxpwifi_ret_11ax_cfg()