Searched refs:htt_flow_pool_unmap_t (Results 1 – 3 of 3) sorted by relevance
397 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()
631 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()
18450 PREPACK struct htt_flow_pool_unmap_t { struct18459 #define HTT_FLOW_POOL_UNMAP_SZ (sizeof(struct htt_flow_pool_unmap_t)) argument