Lines Matching refs:HTC_TARGET
274 } HTC_TARGET; typedef
297 #define GET_HTC_TARGET_FROM_HANDLE(hnd) ((HTC_TARGET *)(hnd))
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);
326 void htc_flush_rx_hold_queue(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint);
327 void htc_flush_endpoint_tx(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint,
338 void htc_flush_endpoint_txlookupQ(HTC_TARGET *target,
342 void htc_recv_init(HTC_TARGET *target);
343 QDF_STATUS htc_wait_recv_ctrl_message(HTC_TARGET *target);
344 void htc_free_control_tx_packet(HTC_TARGET *target, HTC_PACKET *pPacket);
345 HTC_PACKET *htc_alloc_control_tx_packet(HTC_TARGET *target);
346 uint8_t htc_get_credit_allocation(HTC_TARGET *target, uint16_t service_id);
349 void htc_process_credit_rpt(HTC_TARGET *target,