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()
875 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32()
945 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64()
996 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl()
1043 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32()
1090 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_v2()
1134 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp()
1136 ath10k_warn(ar, "failed to submit htc command: %d\n", ret); in ath10k_htt_tx_fetch_resp()
1244 res = ath10k_htc_send(&htt->ar->htc, htt->eid, txdesc); in ath10k_htt_mgmt_tx()
1377 res = ath10k_htc_send_hl(&htt->ar->htc, htt->eid, msdu); in ath10k_htt_tx_hl()
1487 /* Normally all commands go through HTC which manages tx credits for in ath10k_htt_tx_32()
1490 * HTT endpoint is creditless so there's no need to care about HTC in ath10k_htt_tx_32()
1491 * flags. In that case it is trivial to fill the HTC header here. in ath10k_htt_tx_32()
1495 * received. That's why HTC tx completion handler itself is ignored by in ath10k_htt_tx_32()
1498 * There is simply no point in pushing HTT TX_FRM through HTC tx path in ath10k_htt_tx_32()
1499 * as it's a waste of resources. By bypassing HTC it is possible to in ath10k_htt_tx_32()
1571 htt->ar->htc.endpoint[htt->eid].ul_pipe_id, in ath10k_htt_tx_32()
1694 /* Normally all commands go through HTC which manages tx credits for in ath10k_htt_tx_64()
1697 * HTT endpoint is creditless so there's no need to care about HTC in ath10k_htt_tx_64()
1698 * flags. In that case it is trivial to fill the HTC header here. in ath10k_htt_tx_64()
1702 * received. That's why HTC tx completion handler itself is ignored by in ath10k_htt_tx_64()
1705 * There is simply no point in pushing HTT TX_FRM through HTC tx path in ath10k_htt_tx_64()
1706 * as it's a waste of resources. By bypassing HTC it is possible to in ath10k_htt_tx_64()
1783 htt->ar->htc.endpoint[htt->eid].ul_pipe_id, in ath10k_htt_tx_64()