Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c199 tlv_tag = FIELD_GET(WMI_TLV_TAG, tlv->header); in ath11k_wmi_tlv_iter()
686 cmd->tlv_header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_MGMT_TX_SEND_CMD) | in ath11k_wmi_mgmt_send()
698 frame_tlv->header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_ARRAY_BYTE) | in ath11k_wmi_mgmt_send()
708 params->tlv_header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_TX_SEND_PARAMS) | in ath11k_wmi_mgmt_send()
749 cmd->tlv_header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_VDEV_CREATE_CMD) | in ath11k_wmi_vdev_create()
766 tlv->header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_ARRAY_STRUCT) | in ath11k_wmi_vdev_create()
773 FIELD_PREP(WMI_TLV_TAG, WMI_TAG_VDEV_TXRX_STREAMS) | in ath11k_wmi_vdev_create()
783 FIELD_PREP(WMI_TLV_TAG, WMI_TAG_VDEV_TXRX_STREAMS) | in ath11k_wmi_vdev_create()
818 cmd->tlv_header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_VDEV_DELETE_CMD) | in ath11k_wmi_vdev_delete()
846 cmd->tlv_header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_VDEV_STOP_CMD) | in ath11k_wmi_vdev_stop()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dtestmode.c598 hdr_info = FIELD_PREP(WMI_TLV_TAG, WMI_TLV_TAG_ARRAY_BYTE) | in ath10k_tm_cmd_tlv()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c216 return le32_encode_bits(cmd, WMI_TLV_TAG) | in ath12k_wmi_tlv_hdr()
320 tlv_tag = le32_get_bits(tlv->header, WMI_TLV_TAG); in ath12k_wmi_tlv_iter()
9058 tlv_tag = le32_get_bits(tlv->header, WMI_TLV_TAG); in ath12k_wmi_dcs_interference_event()
10006 tlv_tag = le32_get_bits(tlv->header, WMI_TLV_TAG); in ath12k_wmi_process_tpc_stats()
10248 tlv_tag = le32_get_bits(tlv->header, WMI_TLV_TAG); in ath12k_wmi_rssi_dbm_conv_info_process_fixed_param()
H A Dwmi.h80 #define WMI_TLV_TAG GENMASK(31, 16) macro