Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_h2t.c113 struct htt_htc_pkt *htt_pkt; in htt_h2t_send_complete()
118 htt_pkt = container_of(htc_pkt, struct htt_htc_pkt, htc_pkt); in htt_h2t_send_complete()
143 struct htt_htc_pkt *pkt; in htt_h2t_frag_desc_bank_cfg_msg()
238 struct htt_htc_pkt *pkt; in htt_h2t_ver_req_msg()
324 struct htt_htc_pkt *pkt; in htt_h2t_rx_ring_rfs_cfg_msg_ll()
413 struct htt_htc_pkt *pkt; in htt_h2t_rx_ring_cfg_msg_ll()
626 struct htt_htc_pkt *pkt; in htt_h2t_rx_ring_cfg_msg_hl()
789 struct htt_htc_pkt *pkt; in htt_h2t_dbg_stats_get()
884 struct htt_htc_pkt *pkt; in htt_h2t_sync_msg()
938 struct htt_htc_pkt *pkt; in htt_h2t_aggr_cfg_msg()
[all …]
H A Dhtt_types.h50 struct htt_htc_pkt { struct
59 struct htt_htc_pkt pkt; argument
H A Dhtt.c63 struct htt_htc_pkt *htt_htc_pkt_alloc(struct htt_pdev_t *pdev) in htt_htc_pkt_alloc()
84 void htt_htc_pkt_free(struct htt_pdev_t *pdev, struct htt_htc_pkt *pkt) in htt_htc_pkt_free()
146 void htt_htc_misc_pkt_list_add(struct htt_pdev_t *pdev, struct htt_htc_pkt *pkt) in htt_htc_misc_pkt_list_add()
H A Dhtt_internal.h609 struct htt_htc_pkt *htt_htc_pkt_alloc(struct htt_pdev_t *pdev);
611 void htt_htc_pkt_free(struct htt_pdev_t *pdev, struct htt_htc_pkt *pkt);
619 htt_htc_misc_pkt_list_add(struct htt_pdev_t *pdev, struct htt_htc_pkt *pkt);
H A Dhtt_tx.c938 struct htt_htc_pkt *pkt; in htt_tx_send_base()