Searched refs:htc_pdev (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt.c | 149 int misclist_trim_level = htc_get_tx_queue_depth(pdev->htc_pdev, in htt_htc_misc_pkt_list_add() 239 status = htc_connect_service(pdev->htc_pdev, connect_req, connect_resp); in htt_htc_tx_htt2_service_start() 307 htc_dump_bundle_stats(pdev->htc_pdev); in htt_dump_bundle_stats() 318 htc_clear_bundle_stats(pdev->htc_pdev); in htt_clear_bundle_stats() 347 htc_flush_endpoint(pdev->htc_pdev, ENDPOINT_0, HTC_TX_PACKET_TAG_ALL); in htt_htc_attach_all() 369 htc_flush_endpoint(pdev->htc_pdev, ENDPOINT_0, HTC_TX_PACKET_TAG_ALL); in htt_htc_attach_all() 402 HTC_HANDLE htc_pdev, qdf_device_t osdev) in htt_pdev_alloc() argument 417 pdev->htc_pdev = htc_pdev; in htt_pdev_alloc() 458 pdev->targetdef = htc_get_targetdef(htc_pdev); in htt_pdev_alloc() 514 htc_enable_hdr_length_check(pdev->htc_pdev, in htt_attach() [all …]
|
H A D | htt_h2t.c | 63 if (htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt) == \ 73 htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt); 221 rc = htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt); in htt_h2t_frag_desc_bank_cfg_msg() 754 if (htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt) == QDF_STATUS_SUCCESS) { in htt_h2t_rx_ring_cfg_msg_hl() 761 htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt); in htt_h2t_rx_ring_cfg_msg_hl() 867 if (htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt) == QDF_STATUS_SUCCESS) { in htt_h2t_dbg_stats_get() 874 htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt); in htt_h2t_dbg_stats_get() 992 if (htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt) == QDF_STATUS_SUCCESS) { in htt_h2t_aggr_cfg_msg() 999 htc_send_pkt(pdev->htc_pdev, &pkt->htc_pkt); in htt_h2t_aggr_cfg_msg()
|
H A D | htt_t2h.c | 165 htc_pm_runtime_put(pdev->htc_pdev); in htt_ipa_op_response() 229 if (htc_dec_return_htt_runtime_cnt(pdev->htc_pdev) >= 0) in htt_t2h_lp_msg_handler() 230 htc_pm_runtime_put(pdev->htc_pdev); in htt_t2h_lp_msg_handler() 503 htc_pm_runtime_put(pdev->htc_pdev); in htt_t2h_lp_msg_handler() 519 htc_pm_runtime_put(pdev->htc_pdev); in htt_t2h_lp_msg_handler()
|
H A D | htt_tx.c | 634 htc_flush_surprise_remove(pdev->htc_pdev); in htt_tx_pending_discard() 768 htc_send_data_pkt(pdev->htc_pdev, msdu, in htt_tx_sched() 816 if (htc_send_data_pkt(pdev->htc_pdev, msdu, in htt_tx_send_std() 988 htc_send_data_pkt(pdev->htc_pdev, &pkt->htc_pkt, more_data); in htt_tx_send_base()
|
H A D | htt_types.h | 216 HTC_HANDLE htc_pdev; member
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ |
H A D | pktlog_ac.c | 1136 status = htc_connect_service(pdev->htc_pdev, &connect, &response); in pktlog_htc_connect_service() 1157 void *htc_pdev = cds_get_context(QDF_MODULE_ID_HTC); in pktlog_htc_attach() local 1159 if ((!pl_pdev) || (!htc_pdev)) { in pktlog_htc_attach() 1164 pl_pdev->htc_pdev = htc_pdev; in pktlog_htc_attach()
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/include/ |
H A D | pktlog_ac.h | 112 void *htc_pdev; member
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_htt_api.h | 45 HTC_HANDLE htc_pdev, qdf_device_t osdev);
|
/wlan-driver/qca-wifi-host-cmn/htc/ |
H A D | htc_api.h | 881 void htc_ctrl_msg_cmpl(HTC_HANDLE htc_pdev, HTC_ENDPOINT_ID htc_ep_id);
|
H A D | htc_send.c | 2738 void htc_ctrl_msg_cmpl(HTC_HANDLE htc_pdev, HTC_ENDPOINT_ID htc_ep_id) in htc_ctrl_msg_cmpl() argument 2740 HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_pdev); in htc_ctrl_msg_cmpl()
|