Searched refs:ml_params (Results 1 – 1 of 1) sorted by relevance
724 struct ath12k_wmi_mlo_mgmt_send_params *ml_params; in ath12k_wmi_mgmt_send() local746 len += cmd_len + TLV_HDR_SIZE + sizeof(*ml_params); in ath12k_wmi_mgmt_send()787 tlv->header = ath12k_wmi_tlv_hdr(WMI_TAG_ARRAY_STRUCT, sizeof(*ml_params)); in ath12k_wmi_mgmt_send()790 ml_params = ptr; in ath12k_wmi_mgmt_send()791 ml_params->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_MLO_TX_SEND_PARAMS, in ath12k_wmi_mgmt_send()792 sizeof(*ml_params)); in ath12k_wmi_mgmt_send()794 ml_params->hw_link_id = cpu_to_le32(WMI_MGMT_LINK_AGNOSTIC_ID); in ath12k_wmi_mgmt_send()848 struct wmi_vdev_create_mlo_params *ml_params; in ath12k_wmi_vdev_create() local859 (is_ml_vdev ? TLV_HDR_SIZE + sizeof(*ml_params) : 0); in ath12k_wmi_vdev_create()913 sizeof(*ml_params)); in ath12k_wmi_vdev_create()[all …]