Searched refs:WMITLV_GET_TLVLEN (Results 1 – 3 of 3) sorted by relevance
222 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()
416 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()
63 #define WMITLV_GET_TLVLEN(tlv_header) ((A_UINT32)((tlv_header) & 0x0000FFFF)) macro