Lines Matching refs:htc_handle
318 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, in ath9k_htc_txcompletion_cb() argument
324 if (htc_handle->htc_flags & HTC_OP_CONFIG_PIPE_CREDITS) { in ath9k_htc_txcompletion_cb()
325 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
326 htc_handle->htc_flags &= ~HTC_OP_CONFIG_PIPE_CREDITS; in ath9k_htc_txcompletion_cb()
330 if (htc_handle->htc_flags & HTC_OP_START_WAIT) { in ath9k_htc_txcompletion_cb()
331 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
332 htc_handle->htc_flags &= ~HTC_OP_START_WAIT; in ath9k_htc_txcompletion_cb()
338 endpoint = &htc_handle->endpoint[htc_hdr->endpoint_id]; in ath9k_htc_txcompletion_cb()
366 void ath9k_htc_rx_msg(struct htc_target *htc_handle, in ath9k_htc_rx_msg() argument
374 if (!htc_handle || !skb) in ath9k_htc_rx_msg()
404 htc_process_target_rdy(htc_handle, htc_hdr); in ath9k_htc_rx_msg()
407 htc_process_conn_rsp(htc_handle, htc_hdr); in ath9k_htc_rx_msg()
421 endpoint = &htc_handle->endpoint[epid]; in ath9k_htc_rx_msg()