Home
last modified time | relevance | path

Searched refs:HTC_PACKET (Results 1 – 25 of 25) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_packet.h156 } HTC_PACKET; typedef
230 static inline HTC_PACKET *htc_get_pkt_at_head(HTC_PACKET_QUEUE *queue) in htc_get_pkt_at_head()
237 HTC_PACKET, ListLink); in htc_get_pkt_at_head()
248 static inline HTC_PACKET *htc_packet_dequeue(HTC_PACKET_QUEUE *queue) in htc_packet_dequeue()
254 return A_CONTAINING_STRUCT(pItem, HTC_PACKET, ListLink); in htc_packet_dequeue()
260 static inline HTC_PACKET *htc_packet_dequeue_tail(HTC_PACKET_QUEUE *queue) in htc_packet_dequeue_tail()
266 return A_CONTAINING_STRUCT(pItem, HTC_PACKET, ListLink); in htc_packet_dequeue_tail()
308 (pPTemp), HTC_PACKET, ListLink)
324 static inline void htc_packet_set_magic_cookie(HTC_PACKET *htc_pkt, 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()
Dhtc_internal.h212 HTC_PACKET *pHTCPacketStructPool; /* pool of HTC packets */
230 HTC_PACKET *pBundleFreeList;
321 HTC_PACKET *allocate_htc_bundle_packet(HTC_TARGET *target);
322 void free_htc_bundle_packet(HTC_TARGET *target, HTC_PACKET *pPacket);
324 HTC_PACKET *allocate_htc_packet_container(HTC_TARGET *target);
325 void free_htc_packet_container(HTC_TARGET *target, HTC_PACKET *pPacket);
344 void htc_free_control_tx_packet(HTC_TARGET *target, HTC_PACKET *pPacket);
345 HTC_PACKET *htc_alloc_control_tx_packet(HTC_TARGET *target);
348 void htc_control_rx_complete(void *Context, HTC_PACKET *pPacket);
Dhtc_send.c115 static inline void restore_tx_packet(HTC_TARGET *target, HTC_PACKET *pPacket) in restore_tx_packet()
131 static void send_packet_completion(HTC_TARGET *target, HTC_PACKET *pPacket) in send_packet_completion()
174 static void log_packet_info(HTC_TARGET *target, HTC_PACKET *pPacket) in log_packet_info()
200 static void log_packet_info(HTC_TARGET *target, HTC_PACKET *pPacket) in log_packet_info()
217 HTC_PACKET *allocate_htc_bundle_packet(HTC_TARGET *target) in allocate_htc_bundle_packet()
219 HTC_PACKET *pPacket; in allocate_htc_bundle_packet()
232 pPacket = qdf_mem_malloc(sizeof(HTC_PACKET)); in allocate_htc_bundle_packet()
265 target->pBundleFreeList = (HTC_PACKET *) pPacket->ListLink.pNext; in allocate_htc_bundle_packet()
272 void free_htc_bundle_packet(HTC_TARGET *target, HTC_PACKET *pPacket) in free_htc_bundle_packet()
376 HTC_PACKET *pPacketTx) in htc_send_bundled_netbuf()
[all …]
Dhtc.c61 static void destroy_htc_tx_ctrl_packet(HTC_PACKET *pPacket) in destroy_htc_tx_ctrl_packet()
71 static HTC_PACKET *build_htc_tx_ctrl_packet(qdf_device_t osdev) in build_htc_tx_ctrl_packet()
73 HTC_PACKET *pPacket = NULL; in build_htc_tx_ctrl_packet()
77 pPacket = (HTC_PACKET *) qdf_mem_malloc(sizeof(HTC_PACKET)); in build_htc_tx_ctrl_packet()
93 void htc_free_control_tx_packet(HTC_TARGET *target, HTC_PACKET *pPacket) in htc_free_control_tx_packet()
107 HTC_PACKET *htc_alloc_control_tx_packet(HTC_TARGET *target) in htc_alloc_control_tx_packet()
110 HTC_PACKET *pPacket; in htc_alloc_control_tx_packet()
187 HTC_PACKET *pPacket; in htc_cleanup()
217 HTC_PACKET *pPacketTmp = (HTC_PACKET *) pPacket->ListLink.pNext; in htc_cleanup()
483 HTC_PACKET *pPacket = (HTC_PACKET *) in htc_create()
[all …]
Dhtc_recv.c90 HTC_PACKET *pPacket) in do_recv_completion_pkt()
111 HTC_PACKET *pPacket; in do_recv_completion()
124 void htc_control_rx_complete(void *Context, HTC_PACKET *pPacket) in htc_control_rx_complete()
156 HTC_PACKET *allocate_htc_packet_container(HTC_TARGET *target) in allocate_htc_packet_container()
158 HTC_PACKET *pPacket; in allocate_htc_packet_container()
168 target->pHTCPacketStructPool = (HTC_PACKET *) pPacket->ListLink.pNext; in allocate_htc_packet_container()
176 void free_htc_packet_container(HTC_TARGET *target, HTC_PACKET *pPacket) in free_htc_packet_container()
254 HTC_PACKET *pPacket; in htc_rx_completion_handler()
545 HTC_PACKET *pFirstPacket; in htc_add_receive_pkt_multiple()
547 HTC_PACKET *pPacket; in htc_add_receive_pkt_multiple()
[all …]
Dhtc_api.h79 typedef void (*HTC_EP_SEND_PKT_COMPLETE)(void *, HTC_PACKET *);
90 typedef void (*HTC_EP_RECV_PKT)(void *, HTC_PACKET *);
129 typedef HTC_PACKET *(*HTC_EP_RECV_ALLOC)(void *,
135 typedef void (*HTC_EP_LOG_PKT)(void *, HTC_PACKET *);
161 HTC_PACKET *pPacket);
535 QDF_STATUS htc_send_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket);
672 QDF_STATUS htc_send_data_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket,
Dhtc_services.c97 HTC_PACKET *pSendPacket = NULL; in htc_connect_service()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
Dhif_sdio_dev.c51 HTC_PACKET *hif_dev_alloc_rx_buffer(struct hif_sdio_device *pdev) in hif_dev_alloc_rx_buffer()
53 HTC_PACKET *packet; in hif_dev_alloc_rx_buffer()
58 headsize = sizeof(HTC_PACKET); in hif_dev_alloc_rx_buffer()
64 packet = (HTC_PACKET *) qdf_nbuf_data(netbuf); in hif_dev_alloc_rx_buffer()
Dhif_sdio_internal.h101 HTC_PACKET *hif_dev_alloc_rx_buffer(struct hif_sdio_device *pDev);
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
Depping_rx.c59 HTC_PACKET *pPacket; in epping_refill()
84 pPacket = (HTC_PACKET *) (A_NETBUF_HEAD(osBuf)); in epping_refill()
101 void epping_rx(void *ctx, HTC_PACKET *pPacket) in epping_rx()
Depping_tx.c301 HTC_PACKET *pPacket) in epping_tx_queue_full()
310 void epping_tx_complete(void *ctx, HTC_PACKET *htc_pkt) in epping_tx_complete()
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
Depping_internal.h63 HTC_PACKET HtcPkt; /* HTC packet wrapper */
159 void epping_tx_complete(void *ctx, HTC_PACKET *htc_pkt);
169 void epping_rx(void *Context, HTC_PACKET *pPacket);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.h220 HTC_PACKET htc_pkt;
928 dp_htt_h2t_full(void *context, HTC_PACKET *pkt);
936 dp_htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt);
1045 void dp_htt_t2h_msg_handler(void *context, HTC_PACKET *pkt);
Ddp_htt.c268 dp_htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in dp_htt_h2t_send_complete()
290 dp_htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in dp_htt_h2t_send_complete()
3983 void dp_htt_t2h_msg_handler(void *context, HTC_PACKET *pkt)
4457 dp_htt_h2t_full(void *context, HTC_PACKET *pkt)
4466 HTC_PACKET htc_pkt;
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dtransfer.c207 HTC_PACKET *packet; in hif_dev_alloc_and_prepare_rx_packets()
524 HTC_PACKET *packet, in hif_dev_process_recv_header()
702 HTC_PACKET *packet; in hif_dev_free_recv_pkt_queue()
Dtransfer.h85 HTC_PACKET *packet,
Dmailbox.c630 HTC_PACKET *packet, in hif_dev_recv_packet()
697 HTC_PACKET *packet, *packet_rx_bundle; in hif_dev_issue_recv_packet_bundle()
800 HTC_PACKET *pkt; in hif_dev_recv_message_pending_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_htt.c352 HTC_PACKET htc_pkt = {0}; in dp_htt_t2h_msg_handler_fast()
414 HTC_PACKET htc_pkt = {0}; in dp_htt_t2h_msg_handler_fast()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dpktlog_ac.c1024 static void pktlog_t2h_msg_handler(void *context, HTC_PACKET *pkt) in pktlog_t2h_msg_handler()
1077 static void pktlog_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in pktlog_h2t_send_complete()
1090 static enum htc_send_full_action pktlog_h2t_full(void *context, HTC_PACKET *pkt) in pktlog_h2t_full()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_internal.h574 void htt_t2h_msg_handler(void *context, HTC_PACKET *pkt);
586 void htt_h2t_send_complete(void *context, HTC_PACKET *pkt);
607 enum htc_send_full_action htt_h2t_full(void *context, HTC_PACKET *pkt);
Dhtt_types.h53 HTC_PACKET htc_pkt;
Dhtt_h2t.c108 void htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in htt_h2t_send_complete()
132 enum htc_send_full_action htt_h2t_full(void *context, HTC_PACKET *pkt) in htt_h2t_full()
Dhtt_t2h.c749 void htt_t2h_msg_handler(void *context, HTC_PACKET *pkt) in htt_t2h_msg_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified.c1941 HTC_PACKET *pkt, in wmi_htc_send_pkt()
2011 HTC_PACKET *pkt, in wmi_htc_send_pkt()
2124 HTC_PACKET *pkt; in wmi_unified_cmd_send_fl()
2741 static void wmi_control_rx(void *ctx, HTC_PACKET *htc_packet) in wmi_control_rx()
2769 static void wmi_control_diag_rx(void *ctx, HTC_PACKET *htc_packet) in wmi_control_diag_rx()
2797 static void wmi_control_dbr_rx(void *ctx, HTC_PACKET *htc_packet) in wmi_control_dbr_rx()
3527 static void wmi_htc_tx_complete(void *ctx, HTC_PACKET *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()
3614 static void wmi_htc_log_pkt(void *ctx, HTC_PACKET *htc_pkt) in wmi_htc_log_pkt()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_main.c2310 static void dp_lpass_h2t_tx_complete(void *ctx, HTC_PACKET *pkt) in dp_lpass_h2t_tx_complete()
2324 static void dp_lpass_t2h_msg_handler(void *ctx, HTC_PACKET *pkt) in dp_lpass_t2h_msg_handler()