Lines Matching refs:HTC_PACKET
115 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()
419 HTC_PACKET *temp_packet; in htc_send_bundled_netbuf()
463 HTC_PACKET *p_last_htc_pkt, in htc_handle_extra_tx_credit()
531 HTC_PACKET *p_last_htc_pkt, in htc_handle_extra_tx_credit()
555 HTC_PACKET *pPacket = NULL, *pPacketTx = NULL; in htc_issue_packets_bundle()
561 HTC_PACKET *p_last_htc_pkt = NULL; in htc_issue_packets_bundle()
699 HTC_PACKET *p_last_htc_pkt,
704 HTC_PACKET *p_last_htc_pkt, in htc_handle_extra_tx_credit()
733 HTC_PACKET *pPacket = NULL; in htc_issue_packets()
1002 HTC_PACKET *packet; in extract_htc_pm_packets()
1009 HTC_PACKET, ListLink) { in extract_htc_pm_packets()
1124 HTC_PACKET *packet; in extract_htc_system_resume_pkts()
1131 HTC_PACKET, ListLink) { in extract_htc_system_resume_pkts()
1164 HTC_PACKET *pPacket; in get_htc_send_packets_credit_based()
1342 HTC_PACKET *pPacket; in get_htc_send_packets()
1456 HTC_PACKET *pPacket; in htc_try_send()
1543 HTC_PACKET, ListLink) { in htc_try_send()
1839 HTC_PACKET *pPacket; in htc_send_pkts_sched_queue()
1864 HTC_PACKET, ListLink) { in htc_send_pkts_sched_queue()
1886 HTC_PACKET *pPacket) in __htc_send_pkt()
2175 QDF_STATUS htc_send_pkt(HTC_HANDLE htc_handle, HTC_PACKET *htc_packet) in htc_send_pkt()
2294 QDF_STATUS htc_send_data_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket, in htc_send_data_pkt()
2579 static HTC_PACKET *htc_lookup_tx_packet(HTC_TARGET *target, in htc_lookup_tx_packet()
2583 HTC_PACKET *pPacket = NULL; in htc_lookup_tx_packet()
2584 HTC_PACKET *pFoundPacket = NULL; in htc_lookup_tx_packet()
2616 HTC_PACKET, ListLink) { in htc_lookup_tx_packet()
2657 HTC_PACKET *pPacket; in htc_tx_completion_handler()
2688 HTC_PACKET *pPacketTemp; in htc_tx_completion_handler()
2819 HTC_PACKET *pPacket; in htc_flush_endpoint_tx()
2839 HTC_PACKET *packet; in htc_flush_endpoint_txlookupQ()