Home
last modified time | relevance | path

Searched refs:txrx_pdev (Results 1 – 22 of 22) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_wdi_event.c109 struct dp_pdev *txrx_pdev; in dp_wdi_event_handler() local
111 txrx_pdev = dp_get_pdev_for_mac_id(soc_t, pdev_id); in dp_wdi_event_handler()
118 if (!txrx_pdev || txrx_pdev->pdev_deinit) { in dp_wdi_event_handler()
130 DP_STATS_INC(txrx_pdev, wdi_event[event_index], 1); in dp_wdi_event_handler()
131 wdi_sub = txrx_pdev->wdi_event_list[event_index]; in dp_wdi_event_handler()
134 dp_wdi_event_iter_sub(txrx_pdev, event_index, wdi_sub, data, in dp_wdi_event_handler()
149 struct dp_pdev *txrx_pdev = in dp_wdi_event_sub() local
155 if (!txrx_pdev) { in dp_wdi_event_sub()
171 dp_monitor_set_pktlog_wifi3(txrx_pdev, event, true); in dp_wdi_event_sub()
173 wdi_sub = txrx_pdev->wdi_event_list[event_index]; in dp_wdi_event_sub()
[all …]
Ddp_main.c212 static void dp_pdev_detach(struct cdp_pdev *txrx_pdev, int force);
3819 static void dp_pdev_deinit(struct cdp_pdev *txrx_pdev, int force) in dp_pdev_deinit() argument
3821 struct dp_pdev *pdev = (struct dp_pdev *)txrx_pdev; in dp_pdev_deinit()
3877 struct dp_pdev *txrx_pdev; in dp_pdev_deinit_wifi3() local
3879 txrx_pdev = dp_get_pdev_from_soc_pdev_id_wifi3((struct dp_soc *)psoc, in dp_pdev_deinit_wifi3()
3882 if (!txrx_pdev) in dp_pdev_deinit_wifi3()
3885 dp_pdev_deinit((struct cdp_pdev *)txrx_pdev, force); in dp_pdev_deinit_wifi3()
3896 static void dp_pdev_post_attach(struct cdp_pdev *txrx_pdev) in dp_pdev_post_attach() argument
3898 struct dp_pdev *pdev = (struct dp_pdev *)txrx_pdev; in dp_pdev_post_attach()
3939 static void dp_pdev_detach(struct cdp_pdev *txrx_pdev, int force) in dp_pdev_detach() argument
[all …]
Ddp_internal.h3840 int dp_wdi_event_attach(struct dp_pdev *txrx_pdev);
3848 int dp_wdi_event_detach(struct dp_pdev *txrx_pdev);
3891 static inline int dp_wdi_event_attach(struct dp_pdev *txrx_pdev) in dp_wdi_event_attach() argument
3896 static inline int dp_wdi_event_detach(struct dp_pdev *txrx_pdev) in dp_wdi_event_detach() argument
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_event.c75 ol_txrx_pdev_handle txrx_pdev; in wdi_event_handler() local
87 txrx_pdev = ol_txrx_get_pdev_from_pdev_id(soc, pdev_id); in wdi_event_handler()
88 if (!txrx_pdev) { in wdi_event_handler()
98 wdi_sub = txrx_pdev->wdi_event_list[event_index]; in wdi_event_handler()
101 wdi_event_iter_sub(txrx_pdev, event_index, wdi_sub, data); in wdi_event_handler()
111 ol_txrx_pdev_handle txrx_pdev = ol_txrx_get_pdev_from_pdev_id(soc, in wdi_event_sub() local
116 if (!txrx_pdev || !txrx_pdev->wdi_event_list) { in wdi_event_sub()
135 wdi_sub = txrx_pdev->wdi_event_list[event_index]; in wdi_event_sub()
143 txrx_pdev->wdi_event_list[event_index] = wdi_sub; in wdi_event_sub()
149 txrx_pdev->wdi_event_list[event_index] = event_cb_sub; in wdi_event_sub()
[all …]
Dwdi_event_api.h67 A_STATUS wdi_event_attach(struct ol_txrx_pdev_t *txrx_pdev);
68 A_STATUS wdi_event_detach(struct ol_txrx_pdev_t *txrx_pdev);
77 static inline A_STATUS wdi_event_attach(struct ol_txrx_pdev_t *txrx_pdev) in wdi_event_attach() argument
82 static inline A_STATUS wdi_event_detach(struct ol_txrx_pdev_t *txrx_pdev) in wdi_event_detach() argument
Dol_tx_send.c324 ol_tx_download_done_hl_retain(void *txrx_pdev, in ol_tx_download_done_hl_retain() argument
328 struct ol_txrx_pdev_t *pdev = txrx_pdev; in ol_tx_download_done_hl_retain()
334 ol_tx_download_done_hl_free(void *txrx_pdev, in ol_tx_download_done_hl_free() argument
337 struct ol_txrx_pdev_t *pdev = txrx_pdev; in ol_tx_download_done_hl_free()
Dol_txrx.c3131 ol_txrx_peer_uapsdmask_get(struct ol_txrx_pdev_t *txrx_pdev, uint16_t peer_id) in ol_txrx_peer_uapsdmask_get() argument
3136 peer = ol_txrx_peer_find_by_id(txrx_pdev, peer_id); in ol_txrx_peer_uapsdmask_get()
3143 ol_txrx_peer_qoscapable_get(struct ol_txrx_pdev_t *txrx_pdev, uint16_t peer_id) in ol_txrx_peer_qoscapable_get() argument
3147 ol_txrx_peer_find_by_id(txrx_pdev, peer_id); in ol_txrx_peer_qoscapable_get()
3765 struct ol_txrx_pdev_t *txrx_pdev; in ol_txrx_wait_for_pending_tx() local
3770 txrx_pdev = ol_txrx_get_pdev_from_pdev_id(soc, OL_TXRX_PDEV_ID); in ol_txrx_wait_for_pending_tx()
3771 if (!txrx_pdev) { in ol_txrx_wait_for_pending_tx()
3776 while (ol_txrx_get_tx_pending((struct cdp_pdev *)txrx_pdev)) { in ol_txrx_wait_for_pending_tx()
3780 ol_txrx_dump_tx_desc(txrx_pdev); in ol_txrx_wait_for_pending_tx()
3809 struct cdp_pdev *txrx_pdev = (struct cdp_pdev *) in ol_txrx_runtime_suspend() local
[all …]
Dol_rx.c1828 peer = ol_txrx_peer_find_by_id(htt_pdev->txrx_pdev, peer_id); in ol_rx_offload_paddr_deliver_ind_handler()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_t2h.c275 ol_rx_flush_handler(pdev->txrx_pdev, peer_id, tid, in htt_t2h_lp_msg_handler()
292 ol_rx_offload_deliver_ind_handler(pdev->txrx_pdev, in htt_t2h_lp_msg_handler()
338 ol_rx_frag_indication_handler(pdev->txrx_pdev, in htt_t2h_lp_msg_handler()
372 ol_rx_addba_handler(pdev->txrx_pdev, peer_id, tid, in htt_t2h_lp_msg_handler()
384 ol_rx_delba_handler(pdev->txrx_pdev, peer_id, tid); in htt_t2h_lp_msg_handler()
414 ol_rx_peer_map_handler(pdev->txrx_pdev, peer_id, in htt_t2h_lp_msg_handler()
438 ol_rx_peer_unmap_handler(pdev->txrx_pdev, peer_id); in htt_t2h_lp_msg_handler()
457 ol_rx_sec_ind_handler(pdev->txrx_pdev, peer_id, in htt_t2h_lp_msg_handler()
488 pdev->txrx_pdev, credit_delta); in htt_t2h_lp_msg_handler()
491 pdev->txrx_pdev, compl_msg->desc_id, 1, in htt_t2h_lp_msg_handler()
[all …]
Dhtt.c400 htt_pdev_alloc(ol_txrx_pdev_handle txrx_pdev, in htt_pdev_alloc() argument
416 pdev->txrx_pdev = txrx_pdev; in htt_pdev_alloc()
573 pdev->txrx_pdev, ol_cfg_target_tx_credit( in htt_attach()
578 qdf_atomic_read(&pdev->txrx_pdev->target_tx_credit), in htt_attach()
579 qdf_atomic_read(&pdev->txrx_pdev->txq_grps[0].credit), in htt_attach()
580 qdf_atomic_read(&pdev->txrx_pdev->txq_grps[1].credit))); in htt_attach()
Dhtt_h2t.c96 ol_tx_credit_completion_handler(pdev->txrx_pdev, in htt_t2h_adjust_bus_target_delta()
104 ol_tx_flow_ct_unpause_os_q(pdev->txrx_pdev); in htt_t2h_adjust_bus_target_delta()
248 max_tx_group = ol_tx_get_max_tx_groups_supported(pdev->txrx_pdev); in htt_h2t_ver_req_msg()
309 ol_tx_deduct_one_credit(pdev->txrx_pdev); in htt_h2t_ver_req_msg()
764 ol_tx_deduct_one_credit(pdev->txrx_pdev); in htt_h2t_rx_ring_cfg_msg_hl()
877 ol_tx_deduct_one_credit(pdev->txrx_pdev); in htt_h2t_dbg_stats_get()
929 ol_tx_deduct_one_credit(pdev->txrx_pdev); in htt_h2t_sync_msg()
1002 ol_tx_deduct_one_credit(pdev->txrx_pdev); in htt_h2t_aggr_cfg_msg()
Dhtt_tx.c893 &htt_pdev->txrx_pdev->pad_reserve_tx_credit); in htt_tx_padding_credit_update()
895 ret = qdf_atomic_read(&htt_pdev->txrx_pdev->pad_reserve_tx_credit); in htt_tx_padding_credit_update()
955 pkt->pdev_ctxt = pdev->txrx_pdev; in htt_tx_send_base()
1904 ol_txrx_update_tx_queue_groups(pdev->txrx_pdev, group_id, in htt_tx_group_credit_process()
1911 ol_tx_update_group_credit_stats(pdev->txrx_pdev); in htt_tx_group_credit_process()
Dhtt_types.h215 ol_txrx_pdev_handle txrx_pdev; member
Dhtt_rx_hl.c212 pdev->txrx_pdev->rx_pn[peer->security[index].sec_type]. in htt_rx_msdu_center_freq_hl()
Dhtt_monitor_rx.c483 rx_status->chan_noise_floor = pdev->txrx_pdev->chan_noise_floor; in htt_rx_mon_get_rx_status()
Dhtt_rx_ll.c1683 ol_rx_mic_error_handler(pdev->txrx_pdev, tid, peer_id, in htt_rx_amsdu_rx_in_order_pop_ll()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/include/
Dpktlog_wifi2.h40 A_STATUS process_tx_info(struct cdp_pdev *txrx_pdev, void *data);
88 A_STATUS process_tx_info(struct cdp_pdev *txrx_pdev, void *data) in process_tx_info() argument
Dpktlog_wifi3.h80 A_STATUS process_tx_info(struct cdp_pdev *txrx_pdev, void *data) in process_tx_info() argument
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dpktlog_wifi2.c117 struct ol_txrx_pdev_t *txrx_pdev = (struct ol_txrx_pdev_t *)pdev; in fill_ieee80211_hdr_data() local
144 if (tx_desc_id >= txrx_pdev->tx_desc.pool_size) { in fill_ieee80211_hdr_data()
150 tx_desc = ol_tx_desc_find(txrx_pdev, tx_desc_id); in fill_ieee80211_hdr_data()
194 A_STATUS process_tx_info(struct cdp_pdev *txrx_pdev, void *data) in process_tx_info() argument
207 if (!txrx_pdev) { in process_tx_info()
307 A_STATUS process_tx_info(struct cdp_pdev *txrx_pdev, void *data) in process_tx_info() argument
320 if (!txrx_pdev) { in process_tx_info()
478 fill_ieee80211_hdr_data(txrx_pdev, in process_tx_info()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_txrx_htt_api.h706 ol_txrx_peer_uapsdmask_get(struct ol_txrx_pdev_t *txrx_pdev, uint16_t peer_id);
718 ol_txrx_peer_qoscapable_get(struct ol_txrx_pdev_t *txrx_pdev, uint16_t peer_id);
Dol_htt_api.h43 htt_pdev_alloc(ol_txrx_pdev_handle txrx_pdev,
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
Ddp_ratetable.h100 (txrx_pdev->htt_pdev->ar_rx_ops->msdu_desc_msdu_length(rx_desc))