Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c397 struct htt_flow_pool_unmap_t *pool_unmap; in dp_htt_t2h_msg_handler_fast()
399 if (msg_len < sizeof(struct htt_flow_pool_unmap_t)) { in dp_htt_t2h_msg_handler_fast()
405 pool_unmap = (struct htt_flow_pool_unmap_t *)msg_word; in dp_htt_t2h_msg_handler_fast()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c631 struct htt_flow_pool_unmap_t *pool_numap_payload; in htt_t2h_lp_msg_handler()
634 if (msg_len < sizeof(struct htt_flow_pool_unmap_t)) { in htt_t2h_lp_msg_handler()
641 pool_numap_payload = (struct htt_flow_pool_unmap_t *)msg_word; in htt_t2h_lp_msg_handler()
/wlan-driver/fw-api/fw/
H A Dhtt.h18450 PREPACK struct htt_flow_pool_unmap_t { struct
18459 #define HTT_FLOW_POOL_UNMAP_SZ (sizeof(struct htt_flow_pool_unmap_t)) argument