Lines Matching refs:htc_handle

327 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle,  in ath9k_htc_txcompletion_cb()  argument
333 if (htc_handle->htc_flags & HTC_OP_CONFIG_PIPE_CREDITS) { in ath9k_htc_txcompletion_cb()
334 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
335 htc_handle->htc_flags &= ~HTC_OP_CONFIG_PIPE_CREDITS; in ath9k_htc_txcompletion_cb()
339 if (htc_handle->htc_flags & HTC_OP_START_WAIT) { in ath9k_htc_txcompletion_cb()
340 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
341 htc_handle->htc_flags &= ~HTC_OP_START_WAIT; in ath9k_htc_txcompletion_cb()
347 if (htc_hdr->endpoint_id >= ARRAY_SIZE(htc_handle->endpoint)) in ath9k_htc_txcompletion_cb()
349 endpoint = &htc_handle->endpoint[htc_hdr->endpoint_id]; in ath9k_htc_txcompletion_cb()
366 static void ath9k_htc_fw_panic_report(struct htc_target *htc_handle, in ath9k_htc_fw_panic_report() argument
374 dev_err(htc_handle->dev, "ath: firmware panic! " in ath9k_htc_fw_panic_report()
383 dev_err(htc_handle->dev, "ath: firmware panic! " in ath9k_htc_fw_panic_report()
387 dev_err(htc_handle->dev, "ath: unknown panic pattern!\n"); in ath9k_htc_fw_panic_report()
397 void ath9k_htc_rx_msg(struct htc_target *htc_handle, in ath9k_htc_rx_msg() argument
405 if (!htc_handle || !skb) in ath9k_htc_rx_msg()
421 ath9k_htc_fw_panic_report(htc_handle, skb, len); in ath9k_htc_rx_msg()
457 htc_process_target_rdy(htc_handle, htc_hdr); in ath9k_htc_rx_msg()
463 htc_process_conn_rsp(htc_handle, htc_hdr); in ath9k_htc_rx_msg()
477 endpoint = &htc_handle->endpoint[epid]; in ath9k_htc_rx_msg()