Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1461 struct host_cmd_ds_get_hw_spec *hw_spec = &cmd->params.hw_spec; in mwifiex_cmd_get_hw_spec() local
1466 memcpy(hw_spec->permanent_addr, priv->curr_addr, ETH_ALEN); in mwifiex_cmd_get_hw_spec()
1494 struct host_cmd_ds_get_hw_spec *hw_spec = &resp->params.hw_spec; in mwifiex_ret_get_hw_spec() local
1502 adapter->fw_cap_info = le32_to_cpu(hw_spec->fw_cap_info); in mwifiex_ret_get_hw_spec()
1535 adapter->fw_release_number = le32_to_cpu(hw_spec->fw_release_number); in mwifiex_ret_get_hw_spec()
1538 le16_to_cpu(hw_spec->number_of_antenna) & 0xf; in mwifiex_ret_get_hw_spec()
1540 if (le32_to_cpu(hw_spec->dot_11ac_dev_cap)) { in mwifiex_ret_get_hw_spec()
1545 le32_to_cpu(hw_spec->dot_11ac_dev_cap); in mwifiex_ret_get_hw_spec()
1553 le32_to_cpu(hw_spec->dot_11ac_mcs_support); in mwifiex_ret_get_hw_spec()
1565 tlv = (void *)&hw_spec->tlvs + parsed_len; in mwifiex_ret_get_hw_spec()
[all …]
H A Dfw.h2310 struct host_cmd_ds_get_hw_spec hw_spec; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_cmdevt.c4194 HostCmd_DS_GET_HW_SPEC *hw_spec = &pcmd->params.hw_spec;
4201 memcpy(pmpriv->adapter, hw_spec->permanent_addr, pmpriv->curr_addr,
4411 HostCmd_DS_GET_HW_SPEC *hw_spec = &resp->params.hw_spec;
4426 pmadapter->fw_cap_info = wlan_le32_to_cpu(hw_spec->fw_cap_info);
4430 wlan_le32_to_cpu(hw_spec->fw_cap_info),
4477 wlan_le32_to_cpu(hw_spec->fw_release_number);
4479 wlan_le16_to_cpu(hw_spec->number_of_antenna) & 0x00ff;
4481 (wlan_le16_to_cpu(hw_spec->number_of_antenna) & 0xff00) >> 8;
4488 MAC2STR(hw_spec->permanent_addr));
4490 wlan_le16_to_cpu(hw_spec->hw_if_version),
[all …]
H A Dmlan_fw.h6005 HostCmd_DS_GET_HW_SPEC hw_spec; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cmdevt.c4849 HostCmd_DS_GET_HW_SPEC *hw_spec = &pcmd->params.hw_spec; in wlan_cmd_get_hw_spec() local
4856 memcpy_ext(pmpriv->adapter, hw_spec->permanent_addr, pmpriv->curr_addr, in wlan_cmd_get_hw_spec()
5078 HostCmd_DS_GET_HW_SPEC *hw_spec = &resp->params.hw_spec; in wlan_ret_get_hw_spec() local
5097 pmadapter->fw_cap_info = wlan_le32_to_cpu(hw_spec->fw_cap_info); in wlan_ret_get_hw_spec()
5101 wlan_le32_to_cpu(hw_spec->fw_cap_info), in wlan_ret_get_hw_spec()
5157 wlan_le32_to_cpu(hw_spec->fw_release_number); in wlan_ret_get_hw_spec()
5159 wlan_le16_to_cpu(hw_spec->number_of_antenna) & 0x00ff; in wlan_ret_get_hw_spec()
5161 (wlan_le16_to_cpu(hw_spec->number_of_antenna) & 0xff00) >> 8; in wlan_ret_get_hw_spec()
5168 MAC2STR(hw_spec->permanent_addr)); in wlan_ret_get_hw_spec()
5170 wlan_le16_to_cpu(hw_spec->hw_if_version), in wlan_ret_get_hw_spec()
[all …]
H A Dmlan_fw.h7929 HostCmd_DS_GET_HW_SPEC hw_spec; member