Home
last modified time | relevance | path

Searched refs:tlv_buf (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/fw-api/fw/
Dwmi_tlv_helper.h52 #define WMITLV_GET_HDR(tlv_buf) (((A_UINT32 *)(tlv_buf))[0]) argument
56 #define WMITLV_SET_HDR(tlv_buf, tag, len) (((A_UINT32 *)(tlv_buf))[0]) = ((tag << 16) | (len & 0x00… argument
Dwlan_defs.h1328 #define MLO_SHMEMTLV_GET_HDR(tlv_buf) (((A_UINT32 *) (tlv_buf))[0]) argument
1331 #define MLO_SHMEMTLV_SET_HDR(tlv_buf, tag, len) \ argument
1332 (((A_UINT32 *)(tlv_buf))[0]) = ((tag << 16) | (len & 0x0000FFFF))
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_hang_event_notifier.h64 #define QDF_HANG_EVT_SET_HDR(tlv_buf, tag, len) \ argument
65 (((uint16_t *)(tlv_buf))[0]) = (((tag) << 8) | ((len) & 0x000000FF))
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c5227 uint8_t *tlv_buf; in dp_htt_process_tlv() local
5247 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() local
5421 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()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c2539 uint8_t *tlv_buf; local
2575 tlv_buf = (uint8_t *)msg_word;
2693 msg_word = (uint32_t *)((uint8_t *)tlv_buf + tlv_length);