Home
last modified time | relevance | path

Searched refs:htc_pkt (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_h2t.c63 if (htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt) == \
67 qdf_nbuf_free((qdf_nbuf_t)(pkt->htc_pkt.pNetBufContext)); \
73 htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt);
108 void htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in htt_h2t_send_complete() argument
116 send_complete_part2 = htc_pkt->pPktContext; in htt_h2t_send_complete()
118 htt_pkt = container_of(htc_pkt, struct htt_htc_pkt, htc_pkt); in htt_h2t_send_complete()
121 netbuf = (qdf_nbuf_t) htc_pkt->pNetBufContext; in htt_h2t_send_complete()
123 send_complete_part2(htt_pkt->pdev_ctxt, htc_pkt->Status, netbuf, in htt_h2t_send_complete()
212 &pkt->htc_pkt, in htt_h2t_frag_desc_bank_cfg_msg()
219 SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, msg); in htt_h2t_frag_desc_bank_cfg_msg()
[all …]
H A Dhtt.c80 htc_packet_set_magic_cookie(&(pkt->u.pkt.htc_pkt), 0); in htt_htc_pkt_alloc()
94 htc_packet_set_magic_cookie(&(u_pkt->u.pkt.htc_pkt), 0); in htt_htc_pkt_free()
132 (qdf_nbuf_t)(pkt->u.pkt.htc_pkt.pNetBufContext); in htt_htc_misc_pkt_list_trim()
150 pkt->htc_pkt.Endpoint) in htt_htc_misc_pkt_list_add()
180 if (htc_packet_get_magic_cookie(&(pkt->u.pkt.htc_pkt)) != in htt_htc_misc_pkt_pool_free()
187 netbuf = (qdf_nbuf_t) (pkt->u.pkt.htc_pkt.pNetBufContext); in htt_htc_misc_pkt_pool_free()
H A Dhtt_types.h53 HTC_PACKET htc_pkt; member
H A Dhtt_tx.c974 SET_HTC_PACKET_INFO_TX(&pkt->htc_pkt, in htt_tx_send_base()
981 SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, msdu); in htt_tx_send_base()
988 htc_send_data_pkt(pdev->htc_pdev, &pkt->htc_pkt, more_data); in htt_tx_send_base()
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_tx.c310 void epping_tx_complete(void *ctx, HTC_PACKET *htc_pkt) in epping_tx_complete() argument
322 if (!htc_pkt) in epping_tx_complete()
329 status = htc_pkt->Status; in epping_tx_complete()
330 eid = htc_pkt->Endpoint; in epping_tx_complete()
331 pktSkb = GET_HTC_PACKET_NET_BUF_CONTEXT(htc_pkt); in epping_tx_complete()
332 cookie = htc_pkt->pPktContext; in epping_tx_complete()
339 if (htc_pkt->pBuffer != qdf_nbuf_data(pktSkb)) { in epping_tx_complete()
349 if (htc_pkt->ActualLength != in epping_tx_complete()
361 __func__, pktSkb, htc_pkt->pBuffer, in epping_tx_complete()
362 htc_pkt->ActualLength, eid); in epping_tx_complete()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c199 &pkt->htc_pkt, in dp_htt_h2t_rx_ring_rfs_cfg()
206 SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, msg); in dp_htt_h2t_rx_ring_rfs_cfg()
352 HTC_PACKET htc_pkt = {0}; in dp_htt_t2h_msg_handler_fast() local
359 htc_pkt.Status = QDF_STATUS_SUCCESS; in dp_htt_t2h_msg_handler_fast()
360 htc_pkt.pPktContext = (void *)nbuf_copy; in dp_htt_t2h_msg_handler_fast()
361 dp_htt_t2h_msg_handler(context, &htc_pkt); in dp_htt_t2h_msg_handler_fast()
414 HTC_PACKET htc_pkt = {0}; in dp_htt_t2h_msg_handler_fast() local
416 htc_pkt.Status = QDF_STATUS_SUCCESS; in dp_htt_t2h_msg_handler_fast()
417 htc_pkt.pPktContext = (void *)htt_t2h_msg; in dp_htt_t2h_msg_handler_fast()
424 dp_htt_t2h_msg_handler(context, &htc_pkt); in dp_htt_t2h_msg_handler_fast()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c83 htc_packet_set_magic_cookie(&(pkt->u.pkt.htc_pkt), 0); in htt_htc_pkt_alloc()
97 htc_packet_set_magic_cookie(&(u_pkt->u.pkt.htc_pkt), 0); in htt_htc_pkt_free()
140 (qdf_nbuf_t)(pkt->u.pkt.htc_pkt.pNetBufContext); in htt_htc_misc_pkt_list_trim()
160 pkt->htc_pkt.Endpoint) in htt_htc_misc_pkt_list_add()
196 if (htc_packet_get_magic_cookie(&(pkt->u.pkt.htc_pkt)) != in htt_htc_misc_pkt_pool_free()
202 netbuf = (qdf_nbuf_t) (pkt->u.pkt.htc_pkt.pNetBufContext); in htt_htc_misc_pkt_pool_free()
268 dp_htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in dp_htt_h2t_send_complete() argument
274 htt_pkt = container_of(htc_pkt, struct dp_htt_htc_pkt, htc_pkt); in dp_htt_h2t_send_complete()
277 netbuf = (qdf_nbuf_t) htc_pkt->pNetBufContext; in dp_htt_h2t_send_complete()
290 dp_htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in dp_htt_h2t_send_complete() argument
[all …]
H A Ddp_htt.h220 HTC_PACKET htc_pkt; member
811 ((pkt->htc_pkt.Status != QDF_STATUS_E_CANCELED) && \
812 (pkt->htc_pkt.Status != QDF_STATUS_E_RESOURCES))
850 status = htc_send_pkt(soc->htc_soc, &pkt->htc_pkt); in DP_HTT_SEND_HTC_PKT()
936 dp_htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt);
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_packet.h324 static inline void htc_packet_set_magic_cookie(HTC_PACKET *htc_pkt, in htc_packet_set_magic_cookie() argument
327 htc_pkt->magic_cookie = value; in htc_packet_set_magic_cookie()
338 static inline uint32_t htc_packet_get_magic_cookie(HTC_PACKET *htc_pkt) in htc_packet_get_magic_cookie() argument
340 return htc_pkt->magic_cookie; in htc_packet_get_magic_cookie()
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
H A Depping_internal.h159 void epping_tx_complete(void *ctx, HTC_PACKET *htc_pkt);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified.c3527 static void wmi_htc_tx_complete(void *ctx, HTC_PACKET *htc_pkt) in wmi_htc_tx_complete() argument
3530 wmi_buf_t wmi_cmd_buf = GET_HTC_PACKET_NET_BUF_CONTEXT(htc_pkt); in wmi_htc_tx_complete()
3543 wmi_handle = wmi_get_pdev_ep(soc, htc_pkt->Endpoint); in wmi_htc_tx_complete()
3588 qdf_mem_free(htc_pkt); in wmi_htc_tx_complete()
3601 static void wmi_htc_log_pkt(void *ctx, HTC_PACKET *htc_pkt) in wmi_htc_log_pkt() argument
3603 wmi_buf_t wmi_cmd_buf = GET_HTC_PACKET_NET_BUF_CONTEXT(htc_pkt); in wmi_htc_log_pkt()
3614 static void wmi_htc_log_pkt(void *ctx, HTC_PACKET *htc_pkt) in wmi_htc_log_pkt() argument
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_ac.c1077 static void pktlog_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in pktlog_h2t_send_complete() argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_filter_2.0.c1309 &pkt->htc_pkt, in htt_h2t_tx_ring_cfg()
1316 SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, htt_msg); in htt_h2t_tx_ring_cfg()