Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_tlv_helper.c152 tlv_attr_ptr->tag_id = in wmitlv_get_attributes()
250 if (curr_tlv_tag != attr_struct_ptr.tag_id) { in wmitlv_check_tlv_params()
254 attr_struct_ptr.tag_id); in wmitlv_check_tlv_params()
280 attr_struct_ptr.tag_id) { in wmitlv_check_tlv_params()
379 attr_struct_ptr.tag_id, in wmitlv_check_tlv_params()
591 if (curr_tlv_tag != attr_struct_ptr.tag_id) { in wmitlv_check_and_pad_tlvs()
595 attr_struct_ptr.tag_id, in wmitlv_check_and_pad_tlvs()
630 if (WMITLV_TAG_ARRAY_STRUC == attr_struct_ptr.tag_id) { in wmitlv_check_and_pad_tlvs()
661 attr_struct_ptr.tag_id) in wmitlv_check_and_pad_tlvs()
663 attr_struct_ptr.tag_id) in wmitlv_check_and_pad_tlvs()
[all …]
H A Dwmi_unified_apf_tlv.c30 const WMITLV_TAG_ID tag_id = in wmi_send_set_active_apf_mode_cmd_tlv() local
50 WMITLV_SET_HDR(&cmd->tlv_header, tag_id, tlv_len); in wmi_send_set_active_apf_mode_cmd_tlv()
H A Dwmi_unified_11be_tlv.c619 WMITLV_TAG_ID tag_id; in send_mlo_link_set_active_id_cmd_tlv() local
667 tag_id = WMITLV_TAG_STRUC_wmi_mlo_link_set_active_cmd_fixed_param; in send_mlo_link_set_active_id_cmd_tlv()
668 WMITLV_SET_HDR(&cmd->tlv_header, tag_id, tlv_len); in send_mlo_link_set_active_id_cmd_tlv()
789 WMITLV_TAG_ID tag_id; in send_mlo_link_set_active_cmd_tlv() local
853 tag_id = WMITLV_TAG_STRUC_wmi_mlo_link_set_active_cmd_fixed_param; in send_mlo_link_set_active_cmd_tlv()
854 WMITLV_SET_HDR(&cmd->tlv_header, tag_id, tlv_len); in send_mlo_link_set_active_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_helper.h74 A_UINT32 tag_id; member