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.c724 struct ath12k_wmi_mlo_mgmt_send_params *ml_params; in ath12k_wmi_mgmt_send() local
746 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() local
859 (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 …]