Lines Matching refs:target

159 	struct _HTC_TARGET *target;  member
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,
360 LOCK_HTC_TX(pEndpoint->target); in htc_send_complete_poll_timer_stop()
365 UNLOCK_HTC_TX(pEndpoint->target); in htc_send_complete_poll_timer_stop()
370 LOCK_HTC_TX(pEndpoint->target); in htc_send_complete_poll_timer_start()
378 UNLOCK_HTC_TX(pEndpoint->target); in htc_send_complete_poll_timer_start()
393 hif_send_complete_check(pEndpoint->target->hif_dev, in htc_send_complete_check()
424 #define HTC_TX_BUNDLE_ENABLED(target) (target->MaxMsgsPerHTCBundle > 1) argument
426 #define HTC_TX_BUNDLE_ENABLED(target) 0 argument
430 #define HTC_RX_BUNDLE_ENABLED(target) (target->MaxMsgsPerHTCBundle > 1) argument
432 #define HTC_RX_BUNDLE_ENABLED(target) 0 argument
435 #define HTC_ENABLE_BUNDLE(target) (target->MaxMsgsPerHTCBundle > 1) argument