/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_wdi_event.c | 109 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 …]
|
D | dp_main.c | 212 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 …]
|
D | dp_internal.h | 3840 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/ |
D | ol_txrx_event.c | 75 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 …]
|
D | wdi_event_api.h | 67 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
|
D | ol_tx_send.c | 324 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()
|
D | ol_txrx.c | 3131 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 …]
|
D | ol_rx.c | 1828 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/ |
D | htt_t2h.c | 275 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 …]
|
D | htt.c | 400 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()
|
D | htt_h2t.c | 96 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()
|
D | htt_tx.c | 893 &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()
|
D | htt_types.h | 215 ol_txrx_pdev_handle txrx_pdev; member
|
D | htt_rx_hl.c | 212 pdev->txrx_pdev->rx_pn[peer->security[index].sec_type]. in htt_rx_msdu_center_freq_hl()
|
D | htt_monitor_rx.c | 483 rx_status->chan_noise_floor = pdev->txrx_pdev->chan_noise_floor; in htt_rx_mon_get_rx_status()
|
D | htt_rx_ll.c | 1683 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/ |
D | pktlog_wifi2.h | 40 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
|
D | pktlog_wifi3.h | 80 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/ |
D | pktlog_wifi2.c | 117 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/ |
D | ol_txrx_htt_api.h | 706 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);
|
D | ol_htt_api.h | 43 htt_pdev_alloc(ol_txrx_pdev_handle txrx_pdev,
|
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/ |
D | dp_ratetable.h | 100 (txrx_pdev->htt_pdev->ar_rx_ops->msdu_desc_msdu_length(rx_desc))
|