Lines Matching full:htc

622 	ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);  in ath10k_htt_h2t_ver_req_msg()
664 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req()
726 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32()
788 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64()
879 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32()
949 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64()
1000 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl()
1047 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32()
1094 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_v2()
1138 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp()
1140 ath10k_warn(ar, "failed to submit htc command: %d\n", ret); in ath10k_htt_tx_fetch_resp()
1248 res = ath10k_htc_send(&htt->ar->htc, htt->eid, txdesc); in ath10k_htt_mgmt_tx()
1381 res = ath10k_htc_send_hl(&htt->ar->htc, htt->eid, msdu); in ath10k_htt_tx_hl()
1491 /* Normally all commands go through HTC which manages tx credits for in ath10k_htt_tx_32()
1494 * HTT endpoint is creditless so there's no need to care about HTC in ath10k_htt_tx_32()
1495 * flags. In that case it is trivial to fill the HTC header here. in ath10k_htt_tx_32()
1499 * received. That's why HTC tx completion handler itself is ignored by in ath10k_htt_tx_32()
1502 * There is simply no point in pushing HTT TX_FRM through HTC tx path in ath10k_htt_tx_32()
1503 * as it's a waste of resources. By bypassing HTC it is possible to in ath10k_htt_tx_32()
1575 htt->ar->htc.endpoint[htt->eid].ul_pipe_id, in ath10k_htt_tx_32()
1698 /* Normally all commands go through HTC which manages tx credits for in ath10k_htt_tx_64()
1701 * HTT endpoint is creditless so there's no need to care about HTC in ath10k_htt_tx_64()
1702 * flags. In that case it is trivial to fill the HTC header here. in ath10k_htt_tx_64()
1706 * received. That's why HTC tx completion handler itself is ignored by in ath10k_htt_tx_64()
1709 * There is simply no point in pushing HTT TX_FRM through HTC tx path in ath10k_htt_tx_64()
1710 * as it's a waste of resources. By bypassing HTC it is possible to in ath10k_htt_tx_64()
1787 htt->ar->htc.endpoint[htt->eid].ul_pipe_id, in ath10k_htt_tx_64()