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.c791 struct ath12k_wmi_mlo_mgmt_send_params *ml_params; in ath12k_wmi_mgmt_send() local
813 len += cmd_len + TLV_HDR_SIZE + sizeof(*ml_params); in ath12k_wmi_mgmt_send()
854 tlv->header = ath12k_wmi_tlv_hdr(WMI_TAG_ARRAY_STRUCT, sizeof(*ml_params)); in ath12k_wmi_mgmt_send()
857 ml_params = ptr; in ath12k_wmi_mgmt_send()
858 ml_params->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_MLO_TX_SEND_PARAMS, in ath12k_wmi_mgmt_send()
859 sizeof(*ml_params)); in ath12k_wmi_mgmt_send()
861 ml_params->hw_link_id = cpu_to_le32(WMI_MGMT_LINK_AGNOSTIC_ID); in ath12k_wmi_mgmt_send()
915 struct wmi_vdev_create_mlo_params *ml_params; in ath12k_wmi_vdev_create() local
926 (is_ml_vdev ? TLV_HDR_SIZE + sizeof(*ml_params) : 0); in ath12k_wmi_vdev_create()
980 sizeof(*ml_params)); in ath12k_wmi_vdev_create()
[all …]