Searched refs:tlv_buf (Results 1 – 5 of 5) sorted by relevance
52 #define WMITLV_GET_HDR(tlv_buf) (((A_UINT32 *)(tlv_buf))[0]) argument56 #define WMITLV_SET_HDR(tlv_buf, tag, len) (((A_UINT32 *)(tlv_buf))[0]) = ((tag << 16) | (len & 0x00… argument
1328 #define MLO_SHMEMTLV_GET_HDR(tlv_buf) (((A_UINT32 *) (tlv_buf))[0]) argument1331 #define MLO_SHMEMTLV_SET_HDR(tlv_buf, tag, len) \ argument1332 (((A_UINT32 *)(tlv_buf))[0]) = ((tag << 16) | (len & 0x0000FFFF))
64 #define QDF_HANG_EVT_SET_HDR(tlv_buf, tag, len) \ argument65 (((uint16_t *)(tlv_buf))[0]) = (((tag) << 8) | ((len) & 0x000000FF))
5227 uint8_t *tlv_buf; in dp_htt_process_tlv() local5247 tlv_buf = (uint8_t *)msg_word; in dp_htt_process_tlv()5264 mon_pdev->mgmtctrl_frm_info.mgmt_buf = tlv_buf; in dp_htt_process_tlv()5270 (uint32_t *)((uint8_t *)tlv_buf + tlv_length); in dp_htt_process_tlv()5303 msg_word = (uint32_t *)((uint8_t *)tlv_buf + tlv_length); in dp_htt_process_tlv()5412 uint8_t *tlv_buf; in dp_htt_process_smu_ppdu_stats_tlv() local5421 tlv_buf = (uint8_t *)msg_word; in dp_htt_process_smu_ppdu_stats_tlv()5439 msg_word = (uint32_t *)((uint8_t *)tlv_buf + tlv_length); in dp_htt_process_smu_ppdu_stats_tlv()
2539 uint8_t *tlv_buf; local2575 tlv_buf = (uint8_t *)msg_word;2693 msg_word = (uint32_t *)((uint8_t *)tlv_buf + tlv_length);