Home
last modified time | relevance | path

Searched refs:htt_msg (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c612 qdf_nbuf_t htt_msg; local
627 htt_msg = qdf_nbuf_alloc(soc->osdev,
631 if (!htt_msg) {
740 if (qdf_nbuf_put_tail(htt_msg, HTT_SRING_SETUP_SZ) == NULL) {
747 msg_word = (uint32_t *)qdf_nbuf_data(htt_msg);
750 qdf_nbuf_push_head(htt_msg, HTC_HDR_ALIGNMENT_PADDING);
879 qdf_nbuf_data(htt_msg),
880 qdf_nbuf_len(htt_msg),
884 SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, htt_msg);
889 qdf_nbuf_free(htt_msg);
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_tx.h170 void dp_tx_compl_handler_rh(struct dp_soc *soc, qdf_nbuf_t htt_msg);
Ddp_rh_tx.c698 void dp_tx_compl_handler_rh(struct dp_soc *soc, qdf_nbuf_t htt_msg) in dp_tx_compl_handler_rh() argument
712 msg_word = (uint32_t *)qdf_nbuf_data(htt_msg); in dp_tx_compl_handler_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_mon_filter_2.0.c1035 qdf_nbuf_t htt_msg; in htt_h2t_tx_ring_cfg() local
1043 htt_msg = qdf_nbuf_alloc(soc->osdev, in htt_h2t_tx_ring_cfg()
1048 if (!htt_msg) in htt_h2t_tx_ring_cfg()
1072 if (qdf_nbuf_put_tail(htt_msg, HTT_TX_MONITOR_CFG_SZ) == NULL) { in htt_h2t_tx_ring_cfg()
1079 msg_word = (uint32_t *)qdf_nbuf_data(htt_msg); in htt_h2t_tx_ring_cfg()
1082 qdf_nbuf_push_head(htt_msg, HTC_HDR_ALIGNMENT_PADDING); in htt_h2t_tx_ring_cfg()
1311 qdf_nbuf_data(htt_msg), in htt_h2t_tx_ring_cfg()
1312 qdf_nbuf_len(htt_msg), in htt_h2t_tx_ring_cfg()
1316 SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, htt_msg); in htt_h2t_tx_ring_cfg()
1322 qdf_nbuf_free(htt_msg); in htt_h2t_tx_ring_cfg()
[all …]