Lines Matching full:htc

624 	ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);  in ath10k_htt_h2t_ver_req_msg()
666 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req()
728 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32()
790 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64()
877 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32()
947 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64()
998 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl()
1045 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32()
1092 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_v2()
1136 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp()
1138 ath10k_warn(ar, "failed to submit htc command: %d\n", ret); in ath10k_htt_tx_fetch_resp()
1246 res = ath10k_htc_send(&htt->ar->htc, htt->eid, txdesc); in ath10k_htt_mgmt_tx()
1379 res = ath10k_htc_send_hl(&htt->ar->htc, htt->eid, msdu); in ath10k_htt_tx_hl()
1489 /* Normally all commands go through HTC which manages tx credits for in ath10k_htt_tx_32()
1492 * HTT endpoint is creditless so there's no need to care about HTC in ath10k_htt_tx_32()
1493 * flags. In that case it is trivial to fill the HTC header here. in ath10k_htt_tx_32()
1497 * received. That's why HTC tx completion handler itself is ignored by in ath10k_htt_tx_32()
1500 * There is simply no point in pushing HTT TX_FRM through HTC tx path in ath10k_htt_tx_32()
1501 * as it's a waste of resources. By bypassing HTC it is possible to in ath10k_htt_tx_32()
1573 htt->ar->htc.endpoint[htt->eid].ul_pipe_id, in ath10k_htt_tx_32()
1696 /* Normally all commands go through HTC which manages tx credits for in ath10k_htt_tx_64()
1699 * HTT endpoint is creditless so there's no need to care about HTC in ath10k_htt_tx_64()
1700 * flags. In that case it is trivial to fill the HTC header here. in ath10k_htt_tx_64()
1704 * received. That's why HTC tx completion handler itself is ignored by in ath10k_htt_tx_64()
1707 * There is simply no point in pushing HTT TX_FRM through HTC tx path in ath10k_htt_tx_64()
1708 * as it's a waste of resources. By bypassing HTC it is possible to in ath10k_htt_tx_64()
1785 htt->ar->htc.endpoint[htt->eid].ul_pipe_id, in ath10k_htt_tx_64()