Home
last modified time | relevance | path

Searched refs:coex_tlv (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1563 struct mwifiex_ie_types_robust_coex *coex_tlv; in mwifiex_cmd_robust_coex() local
1566 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in mwifiex_cmd_robust_coex()
1569 coex_tlv = (struct mwifiex_ie_types_robust_coex *) in mwifiex_cmd_robust_coex()
1571 coex_tlv->header.type = cpu_to_le16(TLV_TYPE_ROBUST_COEX); in mwifiex_cmd_robust_coex()
1572 coex_tlv->header.len = cpu_to_le16(sizeof(coex_tlv->mode)); in mwifiex_cmd_robust_coex()
1578 coex_tlv->mode = cpu_to_le32(MWIFIEX_COEX_MODE_TIMESHARE); in mwifiex_cmd_robust_coex()
1580 coex_tlv->mode = cpu_to_le32(MWIFIEX_COEX_MODE_SPATIAL); in mwifiex_cmd_robust_coex()
H A Dsta_cmdresp.c1010 struct mwifiex_ie_types_robust_coex *coex_tlv; in mwifiex_ret_robust_coex() local
1014 coex_tlv = (struct mwifiex_ie_types_robust_coex in mwifiex_ret_robust_coex()
1017 mode = le32_to_cpu(coex_tlv->mode); in mwifiex_ret_robust_coex()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1556 struct mwifiex_ie_types_robust_coex *coex_tlv; in mwifiex_cmd_robust_coex() local
1559 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in mwifiex_cmd_robust_coex()
1562 coex_tlv = (struct mwifiex_ie_types_robust_coex *) in mwifiex_cmd_robust_coex()
1564 coex_tlv->header.type = cpu_to_le16(TLV_TYPE_ROBUST_COEX); in mwifiex_cmd_robust_coex()
1565 coex_tlv->header.len = cpu_to_le16(sizeof(coex_tlv->mode)); in mwifiex_cmd_robust_coex()
1571 coex_tlv->mode = cpu_to_le32(MWIFIEX_COEX_MODE_TIMESHARE); in mwifiex_cmd_robust_coex()
1573 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()

Completed in 12 milliseconds