Home
last modified time | relevance | path

Searched refs:htt_pdev_handle (Results 1 – 25 of 25) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_rx_api.h190 int htt_rx_ind_flush(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg);
218 htt_rx_ind_flush_seq_num_range(htt_pdev_handle pdev,
241 int htt_rx_ind_release(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg);
269 htt_rx_ind_release_seq_num_range(htt_pdev_handle pdev,
314 htt_rx_ind_mpdu_range_info(htt_pdev_handle pdev,
329 htt_rx_ind_rssi_dbm(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg);
332 htt_rx_ind_rssi_dbm_chain(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg,
336 htt_rx_ind_legacy_rate(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg,
341 htt_rx_ind_timestamp(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg,
346 htt_rx_ind_tsf32(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg);
[all …]
H A Dol_htt_api.h40 typedef struct htt_pdev_t *htt_pdev_handle; typedef
42 htt_pdev_handle
77 QDF_STATUS htt_attach_target(htt_pdev_handle htt_pdev);
104 void htt_pdev_free(htt_pdev_handle pdev);
111 void htt_detach(htt_pdev_handle htt_pdev);
126 void htt_detach_target(htt_pdev_handle htt_pdev);
134 A_STATUS htt_h2t_sync_msg(htt_pdev_handle htt_pdev, uint8_t sync_cnt);
137 htt_h2t_aggr_cfg_msg(htt_pdev_handle htt_pdev,
194 void htt_log_rx_ring_info(htt_pdev_handle pdev);
202 void htt_rx_refill_failure(htt_pdev_handle pdev);
[all …]
H A Dol_htt_tx_api.h354 void *htt_tx_desc_alloc(htt_pdev_handle pdev, qdf_dma_addr_t *paddr,
363 void htt_tx_desc_free(htt_pdev_handle htt_pdev, void *htt_tx_desc);
377 int htt_tx_frag_alloc(htt_pdev_handle pdev,
380 static inline int htt_tx_frag_alloc(htt_pdev_handle pdev, in htt_tx_frag_alloc()
401 static inline void htt_tx_pending_discard(htt_pdev_handle pdev) in htt_tx_pending_discard()
406 void htt_tx_pending_discard(htt_pdev_handle pdev);
434 htt_tx_send_std(htt_pdev_handle htt_pdev, qdf_nbuf_t msdu, uint16_t msdu_id);
449 htt_tx_send_batch(htt_pdev_handle htt_pdev,
458 void htt_tx_sched(htt_pdev_handle pdev);
464 htt_tx_send_nonstd(htt_pdev_handle htt_pdev,
[all …]
H A Dol_vowext_dbg_defs.h55 void ol_ath_add_vow_extstats(htt_pdev_handle pdev, qdf_nbuf_t msdu);
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx.c63 char *htt_rx_mpdu_wifi_hdr_retrieve(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_wifi_hdr_retrieve()
82 uint32_t htt_rx_mpdu_desc_tsf32(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_desc_tsf32()
88 uint8_t htt_rx_msdu_fw_desc_get(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_fw_desc_get()
109 int htt_rx_msdu_discard(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_discard()
114 int htt_rx_msdu_forward(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_forward()
119 int htt_rx_msdu_inspect(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_inspect()
125 htt_rx_msdu_actions(htt_pdev_handle pdev, in htt_rx_msdu_actions()
145 int16_t htt_rx_mpdu_desc_rssi_dbm(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_desc_rssi_dbm()
159 int (*htt_rx_amsdu_pop)(htt_pdev_handle pdev,
169 int (*htt_rx_frag_pop)(htt_pdev_handle pdev,
[all …]
H A Dhtt_rx_hl.c43 htt_rx_msdu_first_msdu_flag_hl(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_first_msdu_flag_hl()
52 htt_pdev_handle pdev, in htt_rx_msdu_rx_desc_size_hl()
122 void htt_rx_fill_ring_count(htt_pdev_handle pdev) in htt_rx_fill_ring_count()
143 htt_rx_mpdu_desc_list_next_hl(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg) in htt_rx_mpdu_desc_list_next_hl()
161 htt_rx_msdu_desc_retrieve_hl(htt_pdev_handle pdev, qdf_nbuf_t msdu) in htt_rx_msdu_desc_retrieve_hl()
167 bool htt_rx_mpdu_is_encrypted_hl(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_is_encrypted_hl()
186 htt_rx_msdu_chan_info_present_hl(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_msdu_chan_info_present_hl()
197 htt_rx_msdu_center_freq_hl(htt_pdev_handle pdev, in htt_rx_msdu_center_freq_hl()
253 htt_rx_msdu_desc_key_id_hl(htt_pdev_handle htt_pdev, in htt_rx_msdu_desc_key_id_hl()
283 htt_rx_mpdu_desc_retry_hl(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_desc_retry_hl()
[all …]
H A Dhtt_tx.c92 static qdf_dma_addr_t htt_tx_get_paddr(htt_pdev_handle pdev,
203 int htt_tx_frag_alloc(htt_pdev_handle pdev, in htt_tx_frag_alloc()
448 void htt_tx_desc_frags_table_set(htt_pdev_handle pdev, in htt_tx_desc_frags_table_set()
490 qdf_dma_addr_t htt_tx_get_paddr(htt_pdev_handle pdev, in htt_tx_get_paddr()
609 void htt_tx_desc_frags_table_set(htt_pdev_handle pdev, in htt_tx_desc_frags_table_set()
632 void htt_tx_pending_discard(htt_pdev_handle pdev) in htt_tx_pending_discard()
637 static qdf_dma_addr_t htt_tx_get_paddr(htt_pdev_handle pdev, in htt_tx_get_paddr()
668 void *htt_tx_desc_alloc(htt_pdev_handle pdev, qdf_dma_addr_t *paddr, in htt_tx_desc_alloc()
711 void htt_tx_desc_free(htt_pdev_handle pdev, void *tx_desc) in htt_tx_desc_free()
726 void htt_tx_desc_flag_postponed(htt_pdev_handle pdev, void *desc) in htt_tx_desc_flag_postponed()
[all …]
H A Dhtt_rx_ll.c118 static inline bool htt_rx_ring_smmu_mapped(htt_pdev_handle pdev) in htt_rx_ring_smmu_mapped()
128 static inline qdf_nbuf_t htt_rx_netbuf_pop(htt_pdev_handle pdev) in htt_rx_netbuf_pop()
603 htt_pdev_handle pdev = (htt_pdev_handle)arg; in htt_rx_ring_refill_retry()
646 htt_set_checksum_result_ll(htt_pdev_handle pdev, qdf_nbuf_t msdu, in htt_set_checksum_result_ll()
701 void htt_set_checksum_result_ll(htt_pdev_handle pdev, qdf_nbuf_t msdu, in htt_set_checksum_result_ll()
708 static void *htt_rx_msdu_desc_retrieve_ll(htt_pdev_handle pdev, qdf_nbuf_t msdu) in htt_rx_msdu_desc_retrieve_ll()
713 static bool htt_rx_mpdu_is_encrypted_ll(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_is_encrypted_ll()
724 bool htt_rx_msdu_chan_info_present_ll(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_msdu_chan_info_present_ll()
729 static bool htt_rx_msdu_center_freq_ll(htt_pdev_handle pdev, in htt_rx_msdu_center_freq_ll()
749 htt_rx_msdu_first_msdu_flag_ll(htt_pdev_handle pdev, void *msdu_desc) in htt_rx_msdu_first_msdu_flag_ll()
[all …]
H A Dhtt.c50 static QDF_STATUS htt_ipa_config(htt_pdev_handle pdev, QDF_STATUS status) in htt_ipa_config()
305 void htt_dump_bundle_stats(htt_pdev_handle pdev) in htt_dump_bundle_stats()
316 void htt_clear_bundle_stats(htt_pdev_handle pdev) in htt_clear_bundle_stats()
399 htt_pdev_handle
662 QDF_STATUS htt_attach_target(htt_pdev_handle pdev) in htt_attach_target()
723 void htt_detach(htt_pdev_handle pdev) in htt_detach()
742 void htt_pdev_free(htt_pdev_handle pdev) in htt_pdev_free()
747 void htt_detach_target(htt_pdev_handle pdev) in htt_detach_target()
848 void htt_log_rx_ring_info(htt_pdev_handle pdev) in htt_log_rx_ring_info()
863 void htt_rx_refill_failure(htt_pdev_handle pdev) in htt_rx_refill_failure()
[all …]
H A Dhtt_t2h.c1499 int htt_rx_ind_flush(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg) in htt_rx_ind_flush()
1508 htt_rx_ind_flush_seq_num_range(htt_pdev_handle pdev, in htt_rx_ind_flush_seq_num_range()
1521 int htt_rx_ind_release(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg) in htt_rx_ind_release()
1530 htt_rx_ind_release_seq_num_range(htt_pdev_handle pdev, in htt_rx_ind_release_seq_num_range()
1567 int16_t htt_rx_ind_rssi_dbm(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg) in htt_rx_ind_rssi_dbm()
1597 htt_rx_ind_rssi_dbm_chain(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg, in htt_rx_ind_rssi_dbm_chain()
1653 htt_rx_ind_legacy_rate(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg, in htt_rx_ind_legacy_rate()
1685 htt_rx_ind_timestamp(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg, in htt_rx_ind_timestamp()
1718 htt_rx_ind_tsf32(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg) in htt_rx_ind_tsf32()
1744 htt_rx_ind_ext_tid(htt_pdev_handle pdev, qdf_nbuf_t rx_ind_msg) in htt_rx_ind_ext_tid()
[all …]
H A Dhtt_internal.h1103 htt_rx_in_order_netbuf_pop(htt_pdev_handle pdev, qdf_dma_addr_t paddr) in htt_rx_in_order_netbuf_pop()
1119 htt_rx_in_order_netbuf_pop(htt_pdev_handle pdev, qdf_dma_addr_t paddr) in htt_rx_in_order_netbuf_pop()
1126 int htt_rx_mon_amsdu_rx_in_order_pop_ll(htt_pdev_handle pdev,
1141 void htt_rx_mon_get_rx_status(htt_pdev_handle pdev,
1146 int htt_rx_mon_amsdu_rx_in_order_pop_ll(htt_pdev_handle pdev, in htt_rx_mon_amsdu_rx_in_order_pop_ll()
1156 void htt_rx_mon_get_rx_status(htt_pdev_handle pdev, in htt_rx_mon_get_rx_status()
H A Dhtt_monitor_rx.c61 void htt_rx_mon_note_capture_channel(htt_pdev_handle pdev, int mon_ch) in htt_rx_mon_note_capture_channel()
86 int htt_mon_rx_handle_amsdu_packet(qdf_nbuf_t msdu, htt_pdev_handle pdev, in htt_mon_rx_handle_amsdu_packet()
464 void htt_rx_mon_get_rx_status(htt_pdev_handle pdev, in htt_rx_mon_get_rx_status()
499 int htt_rx_mon_amsdu_rx_in_order_pop_ll(htt_pdev_handle pdev, in htt_rx_mon_amsdu_rx_in_order_pop_ll()
786 htt_rx_restitch_mpdu_from_msdus(htt_pdev_handle pdev, in htt_rx_restitch_mpdu_from_msdus()
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/inc/
H A Dwlan_pkt_capture_ucfg_api.h203 uint8_t vdev_id, htt_pdev_handle pdev);
234 uint8_t *bssid, htt_pdev_handle pdev);
267 uint8_t *bssid, htt_pdev_handle pdev,
396 uint8_t *bssid, htt_pdev_handle pdev) in ucfg_pkt_capture_offload_deliver_indication_handler()
412 uint8_t vdev_id, htt_pdev_handle pdev) in ucfg_pkt_capture_rx_msdu_process()
433 uint8_t *bssid, htt_pdev_handle pdev, in ucfg_pkt_capture_tx_completion_process()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.h67 void ol_rx_frames_free(htt_pdev_handle htt_pdev, qdf_nbuf_t frames);
101 void ol_rx_log_packet(htt_pdev_handle htt_pdev,
104 ol_rx_offload_paddr_deliver_ind_handler(htt_pdev_handle htt_pdev,
118 void htt_rx_fill_ring_count(htt_pdev_handle pdev);
H A Dol_rx_defrag.h53 ol_rx_fraglist_insert(htt_pdev_handle htt_pdev,
106 ol_rx_defrag_decap_recombine(htt_pdev_handle htt_pdev,
116 ol_rx_reorder_flush_frag(htt_pdev_handle htt_pdev,
H A Dol_rx_defrag.c116 htt_pdev_handle htt_pdev, qdf_nbuf_t frag) in ol_rx_frag_get_mac_hdr()
134 static void ol_rx_frag_pull_hdr(htt_pdev_handle htt_pdev, in ol_rx_frag_pull_hdr()
210 int ol_rx_get_desc_len(htt_pdev_handle htt_pdev, in ol_rx_get_desc_len()
247 htt_pdev_handle htt_pdev, in ol_rx_frag_get_mac_hdr()
254 static inline void ol_rx_frag_pull_hdr(htt_pdev_handle htt_pdev, in ol_rx_frag_pull_hdr()
284 int ol_rx_get_desc_len(htt_pdev_handle htt_pdev, in ol_rx_get_desc_len()
312 htt_pdev_handle htt_pdev; in ol_rx_frag_indication_handler()
398 ol_rx_reorder_flush_frag(htt_pdev_handle htt_pdev, in ol_rx_reorder_flush_frag()
426 htt_pdev_handle htt_pdev = pdev->htt_pdev; in ol_rx_reorder_store_frag()
521 ol_rx_fraglist_insert(htt_pdev_handle htt_pdev, in ol_rx_fraglist_insert()
[all …]
H A Dol_rx.c203 void ol_rx_trigger_restore(htt_pdev_handle htt_pdev, qdf_nbuf_t head_msdu, in ol_rx_trigger_restore()
280 htt_pdev_handle htt_pdev = pdev->htt_pdev; in ol_rx_process_inv_peer()
368 static void discard_msdus(htt_pdev_handle htt_pdev, in discard_msdus()
388 static void chain_msdus(htt_pdev_handle htt_pdev, in chain_msdus()
415 htt_pdev_handle htt_pdev = pdev->htt_pdev; in process_reorder()
525 htt_pdev_handle htt_pdev; in ol_rx_indication_handler()
924 htt_pdev_handle htt_pdev = pdev->htt_pdev; in ol_rx_offload_deliver_ind_handler()
1053 htt_pdev_handle htt_pdev = pdev->htt_pdev; in ol_rx_filter()
1380 htt_pdev_handle htt_pdev = pdev->htt_pdev; in ol_rx_deliver()
1546 void ol_rx_frames_free(htt_pdev_handle htt_pdev, qdf_nbuf_t frames) in ol_rx_frames_free()
[all …]
H A Dol_rx_reorder.c280 htt_pdev_handle htt_pdev = vdev->pdev->htt_pdev; in ol_rx_reorder_release()
379 htt_pdev_handle htt_pdev = vdev->pdev->htt_pdev; in ol_rx_reorder_flush()
632 htt_pdev_handle htt_pdev = pdev->htt_pdev; in ol_rx_flush_handler()
691 htt_pdev_handle htt_pdev = pdev->htt_pdev; in ol_rx_pn_ind_handler()
H A Dol_tx_ll.c129 htt_pdev_handle htt_pdev = vdev->pdev->htt_pdev; in ol_tx_non_std_ll()
H A Dol_txrx_internal.h161 htt_pdev_handle htt_pdev = pdev->htt_pdev; in ol_rx_mpdu_list_next()
H A Dol_txrx_types.h655 htt_pdev_handle htt_pdev;
H A Dol_tx_hl.c482 htt_pdev_handle htt_pdev = pdev->htt_pdev;
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/src/
H A Dwlan_pkt_capture_ucfg_api.c204 uint8_t vdev_id, htt_pdev_handle pdev) in ucfg_pkt_capture_rx_msdu_process()
223 uint8_t *bssid, htt_pdev_handle pdev) in ucfg_pkt_capture_offload_deliver_indication_handler()
242 uint8_t *bssid, htt_pdev_handle pdev, in ucfg_pkt_capture_tx_completion_process()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_data_txrx.h105 htt_pdev_handle pdev, uint16_t status);
143 uint8_t *bssid, htt_pdev_handle pdev);
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c240 htt_pdev_handle pdev, in pkt_capture_update_tx_status()
574 htt_pdev_handle pdev, uint16_t status) in pkt_capture_msdu_process_pkts()
889 htt_pdev_handle pdev = ppdev; in pkt_capture_rx_data_cb()
1126 htt_pdev_handle pdev = ppdev; in pkt_capture_tx_data_cb()
1591 uint8_t *bssid, htt_pdev_handle pdev) in pkt_capture_offload_deliver_indication_handler()