Home
last modified time | relevance | path

Searched defs:cdp_soc (Results 1 – 19 of 19) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_tid.h290 static inline int dp_addba_resp_tx_completion_wifi3(struct cdp_soc_t *cdp_soc, in dp_addba_resp_tx_completion_wifi3()
299 dp_addba_responsesetup_wifi3(struct cdp_soc_t *cdp_soc, uint8_t *peer_mac, in dp_addba_responsesetup_wifi3()
308 dp_rx_tid_update_ba_win_size(struct cdp_soc_t *cdp_soc, in dp_rx_tid_update_ba_win_size()
316 dp_addba_requestprocess_wifi3(struct cdp_soc_t *cdp_soc, uint8_t *peer_mac, in dp_addba_requestprocess_wifi3()
325 dp_set_addba_response(struct cdp_soc_t *cdp_soc, uint8_t *peer_mac, in dp_set_addba_response()
332 dp_delba_process_wifi3(struct cdp_soc_t *cdp_soc, uint8_t *peer_mac, in dp_delba_process_wifi3()
338 static inline int dp_delba_tx_completion_wifi3(struct cdp_soc_t *cdp_soc, in dp_delba_tx_completion_wifi3()
H A Ddp_rx_tid.c1380 int dp_addba_resp_tx_completion_wifi3(struct cdp_soc_t *cdp_soc, in dp_addba_resp_tx_completion_wifi3()
1473 dp_addba_responsesetup_wifi3(struct cdp_soc_t *cdp_soc, uint8_t *peer_mac, in dp_addba_responsesetup_wifi3()
1574 QDF_STATUS dp_rx_tid_update_ba_win_size(struct cdp_soc_t *cdp_soc, in dp_rx_tid_update_ba_win_size()
1605 int dp_addba_requestprocess_wifi3(struct cdp_soc_t *cdp_soc, in dp_addba_requestprocess_wifi3()
1690 dp_set_addba_response(struct cdp_soc_t *cdp_soc, uint8_t *peer_mac, in dp_set_addba_response()
1713 int dp_delba_process_wifi3(struct cdp_soc_t *cdp_soc, uint8_t *peer_mac, in dp_delba_process_wifi3()
1752 int dp_delba_tx_completion_wifi3(struct cdp_soc_t *cdp_soc, uint8_t *peer_mac, in dp_delba_tx_completion_wifi3()
H A Ddp_main.c4375 dp_soc_attach_target_wifi3(struct cdp_soc_t *cdp_soc) in dp_soc_attach_target_wifi3()
4715 static QDF_STATUS dp_vdev_attach_wifi3(struct cdp_soc_t *cdp_soc, in dp_vdev_attach_wifi3()
5246 static QDF_STATUS dp_vdev_detach_wifi3(struct cdp_soc_t *cdp_soc, in dp_vdev_detach_wifi3()
8072 static QDF_STATUS dp_get_peer_param(struct cdp_soc_t *cdp_soc, uint8_t vdev_id, in dp_get_peer_param()
8133 dp_set_peer_freq(struct cdp_soc_t *cdp_soc, uint8_t vdev_id, in dp_set_peer_freq()
8174 static QDF_STATUS dp_set_peer_param(struct cdp_soc_t *cdp_soc, uint8_t vdev_id, in dp_set_peer_param()
8232 static QDF_STATUS dp_set_mld_peer_param(struct cdp_soc_t *cdp_soc, in dp_set_mld_peer_param()
8279 dp_set_peer_param_wrapper(struct cdp_soc_t *cdp_soc, uint8_t vdev_id, in dp_set_peer_param_wrapper()
8309 static QDF_STATUS dp_get_pdev_param(struct cdp_soc_t *cdp_soc, uint8_t pdev_id, in dp_get_pdev_param()
8371 static QDF_STATUS dp_set_pdev_param(struct cdp_soc_t *cdp_soc, uint8_t pdev_id, in dp_set_pdev_param()
[all …]
H A Ddp_peer.c2301 struct cdp_soc_t *cdp_soc = &soc->cdp_soc; in dp_peer_ast_send_multi_wds_del() local
4247 void dp_peer_set_vlan_id(struct cdp_soc_t *cdp_soc, in dp_peer_set_vlan_id()
H A Ddp_peer.h1103 void dp_peer_set_vlan_id(struct cdp_soc_t *cdp_soc, in dp_peer_set_vlan_id()
H A Ddp_internal.h4634 static inline void wlan_dp_soc_cfg_sync_profile(struct cdp_soc_t *cdp_soc) {} in wlan_dp_soc_cfg_sync_profile()
4636 static inline void wlan_dp_pdev_cfg_sync_profile(struct cdp_soc_t *cdp_soc, in wlan_dp_pdev_cfg_sync_profile()
H A Ddp_rx.c2951 QDF_STATUS dp_fisa_config(ol_txrx_soc_handle cdp_soc, uint8_t pdev_id, in dp_fisa_config()
H A Ddp_types.h2700 struct cdp_soc_t cdp_soc; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon_filter.h610 QDF_STATUS dp_mon_start_local_pkt_capture(struct cdp_soc_t *cdp_soc, in dp_mon_start_local_pkt_capture()
618 QDF_STATUS dp_mon_stop_local_pkt_capture(struct cdp_soc_t *cdp_soc, in dp_mon_stop_local_pkt_capture()
625 bool dp_mon_get_is_local_pkt_capture_running(struct cdp_soc_t *cdp_soc, in dp_mon_get_is_local_pkt_capture_running()
H A Ddp_mon_filter.c953 bool dp_mon_get_is_local_pkt_capture_running(struct cdp_soc_t *cdp_soc, in dp_mon_get_is_local_pkt_capture_running()
1043 QDF_STATUS dp_mon_start_local_pkt_capture(struct cdp_soc_t *cdp_soc, in dp_mon_start_local_pkt_capture()
1097 QDF_STATUS dp_mon_stop_local_pkt_capture(struct cdp_soc_t *cdp_soc, in dp_mon_stop_local_pkt_capture()
H A Ddp_mon.c358 dp_deliver_tx_mgmt(struct cdp_soc_t *cdp_soc, uint8_t pdev_id, qdf_nbuf_t nbuf) in dp_deliver_tx_mgmt()
6781 dp_mon_pdev_params_rssi_dbm_conv(struct cdp_soc_t *cdp_soc, in dp_mon_pdev_params_rssi_dbm_conv()
H A Ddp_mon.h588 dp_mon_pdev_params_rssi_dbm_conv(struct cdp_soc_t *cdp_soc, in dp_mon_pdev_params_rssi_dbm_conv()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c2605 wlan_dp_rx_refill_pool_cfg_sync_profile(struct cdp_soc_t *cdp_soc, in wlan_dp_rx_refill_pool_cfg_sync_profile()
2629 wlan_dp_rx_refill_pool_cfg_sync_profile(struct cdp_soc_t *cdp_soc, in wlan_dp_rx_refill_pool_cfg_sync_profile()
2635 void wlan_dp_soc_cfg_sync_profile(struct cdp_soc_t *cdp_soc) in wlan_dp_soc_cfg_sync_profile()
2768 void wlan_dp_pdev_cfg_sync_profile(struct cdp_soc_t *cdp_soc, uint8_t pdev_id) in wlan_dp_pdev_cfg_sync_profile()
H A Dwlan_dp_fisa_rx.c1481 dp_fisa_rx_get_flow_flush_vdev_ref(ol_txrx_soc_handle cdp_soc, in dp_fisa_rx_get_flow_flush_vdev_ref()
1563 dp_fisa_rx_get_flow_flush_vdev_ref(ol_txrx_soc_handle cdp_soc, in dp_fisa_rx_get_flow_flush_vdev_ref()
1606 ol_txrx_soc_handle cdp_soc = fisa_flow->dp_ctx->cdp_soc; in dp_rx_fisa_flush_udp_flow() local
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c690 struct cdp_soc_t *cdp_soc; in dp_peer_setup_ppeds_be() local
1526 struct cdp_soc_t *cdp_soc; in dp_soc_txrx_peer_setup_be() local
3833 struct cdp_soc_t *cdp_soc = &pr_soc->cdp_soc; in dp_get_ppe_info_for_vap() local
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c1264 dp_config_for_nac_rssi(struct cdp_soc_t *cdp_soc, in dp_config_for_nac_rssi()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h833 ol_txrx_soc_handle cdp_soc; member
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c2996 struct cdp_soc_t *cdp_soc; in wlan_ipa_set_peer_id() local
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_types.h586 struct cdp_soc_t cdp_soc; member