Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1657 struct mwifiex_ie_types_robust_coex *coex_tlv; in mwifiex_cmd_robust_coex() local
1660 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in mwifiex_cmd_robust_coex()
1663 coex_tlv = (struct mwifiex_ie_types_robust_coex *) in mwifiex_cmd_robust_coex()
1665 coex_tlv->header.type = cpu_to_le16(TLV_TYPE_ROBUST_COEX); in mwifiex_cmd_robust_coex()
1666 coex_tlv->header.len = cpu_to_le16(sizeof(coex_tlv->mode)); in mwifiex_cmd_robust_coex()
1672 coex_tlv->mode = cpu_to_le32(MWIFIEX_COEX_MODE_TIMESHARE); in mwifiex_cmd_robust_coex()
1674 coex_tlv->mode = cpu_to_le32(MWIFIEX_COEX_MODE_SPATIAL); in mwifiex_cmd_robust_coex()
H A Dsta_cmdresp.c1023 struct mwifiex_ie_types_robust_coex *coex_tlv; in mwifiex_ret_robust_coex() local
1027 coex_tlv = (struct mwifiex_ie_types_robust_coex in mwifiex_ret_robust_coex()
1030 mode = le32_to_cpu(coex_tlv->mode); in mwifiex_ret_robust_coex()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cmd.c2102 struct nxpwifi_ie_types_robust_coex *coex_tlv; in nxpwifi_cmd_sta_robust_coex() local
2105 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in nxpwifi_cmd_sta_robust_coex()
2108 coex_tlv = (struct nxpwifi_ie_types_robust_coex *) in nxpwifi_cmd_sta_robust_coex()
2110 coex_tlv->header.type = cpu_to_le16(TLV_TYPE_ROBUST_COEX); in nxpwifi_cmd_sta_robust_coex()
2111 coex_tlv->header.len = cpu_to_le16(sizeof(coex_tlv->mode)); in nxpwifi_cmd_sta_robust_coex()
2117 coex_tlv->mode = cpu_to_le32(NXPWIFI_COEX_MODE_TIMESHARE); in nxpwifi_cmd_sta_robust_coex()
2119 coex_tlv->mode = cpu_to_le32(NXPWIFI_COEX_MODE_SPATIAL); in nxpwifi_cmd_sta_robust_coex()
2132 struct nxpwifi_ie_types_robust_coex *coex_tlv; in nxpwifi_ret_sta_robust_coex() local
2139 coex_tlv = (struct nxpwifi_ie_types_robust_coex in nxpwifi_ret_sta_robust_coex()
2142 mode = le32_to_cpu(coex_tlv->mode); in nxpwifi_ret_sta_robust_coex()