Home
last modified time | relevance | path

Searched refs:WMITLV_GET_TLVLEN (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_tlv_helper.c222 WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)); in wmitlv_check_tlv_params()
342 WMITLV_GET_TLVLEN in wmitlv_check_tlv_params()
563 WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)); in wmitlv_check_and_pad_tlvs()
635 WMITLV_GET_TLVLEN(WMITLV_GET_HDR in wmitlv_check_and_pad_tlvs()
707 WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)) + in wmitlv_check_and_pad_tlvs()
H A Dwmi_unified_cp_stats_tlv.c416 curr_tlv_len = WMITLV_GET_TLVLEN(ev->tlv_header); in wmi_stats_handler()
428 curr_tlv_len = WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)); in wmi_stats_handler()
443 curr_tlv_len = WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)); in wmi_stats_handler()
886 WMITLV_GET_TLVLEN(rssi_event->tlv_header)) in extract_all_stats_counts_tlv()
890 WMITLV_GET_TLVLEN(rssi_event->tlv_header)) { in extract_all_stats_counts_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_helper.h63 #define WMITLV_GET_TLVLEN(tlv_header) ((A_UINT32)((tlv_header) & 0x0000FFFF)) macro