Lines Matching refs:htc_handle
320 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, in ath9k_htc_txcompletion_cb() argument
326 if (htc_handle->htc_flags & HTC_OP_CONFIG_PIPE_CREDITS) { in ath9k_htc_txcompletion_cb()
327 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
328 htc_handle->htc_flags &= ~HTC_OP_CONFIG_PIPE_CREDITS; in ath9k_htc_txcompletion_cb()
332 if (htc_handle->htc_flags & HTC_OP_START_WAIT) { in ath9k_htc_txcompletion_cb()
333 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
334 htc_handle->htc_flags &= ~HTC_OP_START_WAIT; in ath9k_htc_txcompletion_cb()
340 endpoint = &htc_handle->endpoint[htc_hdr->endpoint_id]; in ath9k_htc_txcompletion_cb()
368 void ath9k_htc_rx_msg(struct htc_target *htc_handle, in ath9k_htc_rx_msg() argument
376 if (!htc_handle || !skb) in ath9k_htc_rx_msg()
406 htc_process_target_rdy(htc_handle, htc_hdr); in ath9k_htc_rx_msg()
409 htc_process_conn_rsp(htc_handle, htc_hdr); in ath9k_htc_rx_msg()
423 endpoint = &htc_handle->endpoint[epid]; in ath9k_htc_rx_msg()