Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c807 struct ath12k_wmi_mlo_mgmt_send_params *ml_params; in ath12k_wmi_mgmt_send() local
829 len += cmd_len + TLV_HDR_SIZE + sizeof(*ml_params); in ath12k_wmi_mgmt_send()
870 tlv->header = ath12k_wmi_tlv_hdr(WMI_TAG_ARRAY_STRUCT, sizeof(*ml_params)); in ath12k_wmi_mgmt_send()
873 ml_params = ptr; in ath12k_wmi_mgmt_send()
874 ml_params->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_MLO_TX_SEND_PARAMS, in ath12k_wmi_mgmt_send()
875 sizeof(*ml_params)); in ath12k_wmi_mgmt_send()
877 ml_params->hw_link_id = cpu_to_le32(WMI_MGMT_LINK_AGNOSTIC_ID); in ath12k_wmi_mgmt_send()
931 struct wmi_vdev_create_mlo_params *ml_params; in ath12k_wmi_vdev_create() local
942 (is_ml_vdev ? TLV_HDR_SIZE + sizeof(*ml_params) : 0); in ath12k_wmi_vdev_create()
996 sizeof(*ml_params)); in ath12k_wmi_vdev_create()
[all …]