Home
last modified time | relevance | path

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

12

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt.c53 ol_cfg_ipa_uc_offload_enabled(pdev->ctrl_pdev)) in htt_ipa_config()
401 struct cdp_cfg *ctrl_pdev, in htt_pdev_alloc() argument
415 pdev->ctrl_pdev = ctrl_pdev; in htt_pdev_alloc()
425 pdev->cfg.is_high_latency = ol_cfg_is_high_latency(pdev->ctrl_pdev); in htt_pdev_alloc()
431 ol_cfg_is_credit_update_enabled(pdev->ctrl_pdev); in htt_pdev_alloc()
437 !ol_cfg_tx_free_at_download(pdev->ctrl_pdev); in htt_pdev_alloc()
440 ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev); in htt_pdev_alloc()
446 ol_cfg_is_ce_classify_enabled(ctrl_pdev); in htt_pdev_alloc()
507 if (ol_cfg_ipa_uc_offload_enabled(pdev->ctrl_pdev)) in htt_attach()
511 if (ol_cfg_is_htt_new_format_enabled(pdev->ctrl_pdev)) in htt_attach()
[all …]
Dhtt_h2t.c364 if (ol_cfg_is_flow_steering_enabled(pdev->ctrl_pdev)) { in htt_h2t_rx_ring_rfs_cfg_msg_ll()
508 if (ol_cfg_is_packet_log_enabled(pdev->ctrl_pdev)) { in htt_h2t_rx_ring_cfg_msg_ll()
1070 tx_count = qdf_get_pwr2(ol_cfg_ipa_uc_tx_max_buf_cnt(pdev->ctrl_pdev)); in htt_h2t_ipa_uc_rsc_cfg_msg()
1228 (unsigned int)ol_cfg_ipa_uc_tx_max_buf_cnt(pdev->ctrl_pdev)); in htt_h2t_ipa_uc_rsc_cfg_msg()
Dhtt_tx.c120 (ol_cfg_netbuf_frags_max(pdev->ctrl_pdev)+1) * 8 in htt_tx_desc_get_size()
263 + (ol_cfg_netbuf_frags_max(pdev->ctrl_pdev) + 1) * 8 in htt_tx_desc_get_size()
871 + ol_cfg_tx_download_size(pdev->ctrl_pdev); in htt_tx_send_nonstd()
1041 + ol_cfg_tx_download_size(pdev->ctrl_pdev); in htt_tx_send_nonstd()
Dhtt_types.h214 struct cdp_cfg *ctrl_pdev; member
Dhtt_t2h.c406 if (peer_id > ol_cfg_max_peer_id(pdev->ctrl_pdev)) { in htt_t2h_lp_msg_handler()
430 if (peer_id > ol_cfg_max_peer_id(pdev->ctrl_pdev)) { in htt_t2h_lp_msg_handler()
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_hl.c82 ol_tx_desc_pool_size_hl(struct cdp_cfg *ctrl_pdev) in ol_tx_desc_pool_size_hl() argument
104 ol_cfg_max_thruput_mbps(ctrl_pdev) * in ol_tx_desc_pool_size_hl()
272 desc_pool_size = ol_tx_desc_pool_size_hl(pdev->ctrl_pdev); in ol_tx_init_pdev()
1046 ol_cfg_get_del_ack_count_value(vdev->pdev->ctrl_pdev))) {
1058 vdev->pdev->ctrl_pdev)) {
1086 vdev->pdev->ctrl_pdev))) {
1099 vdev->pdev->ctrl_pdev)) {
1200 vdev->pdev->ctrl_pdev) *
1398 if (!ol_cfg_get_del_ack_enable_value(vdev->pdev->ctrl_pdev) ||
1504 ol_cfg_get_bundle_timer_value(vdev->pdev->ctrl_pdev));
[all …]
Dol_tx.c76 if ((ol_cfg_is_ip_tcp_udp_checksum_offload_enabled(pdev->ctrl_pdev)) in ol_tx_data()
112 if ((ol_cfg_is_ip_tcp_udp_checksum_offload_enabled(pdev->ctrl_pdev)) in ol_tx_send_ipa_data_frame()
Dol_txrx.h94 ol_tx_desc_pool_size_hl(struct cdp_cfg *ctrl_pdev);
455 return ol_tx_desc_pool_size_hl(pdev->ctrl_pdev); in ol_tx_get_desc_global_pool_size()
468 return ol_cfg_target_tx_credit(pdev->ctrl_pdev); in ol_tx_get_desc_global_pool_size()
Dol_txrx.c894 pdev->ctrl_pdev = cfg_pdev; in ol_txrx_pdev_attach()
969 if (ol_cfg_is_flow_steering_enabled(pdev->ctrl_pdev)) in ol_txrx_pdev_attach()
1076 stop_threshold = ol_cfg_get_tx_flow_stop_queue_th(pdev->ctrl_pdev); in ol_txrx_pdev_set_threshold()
1078 ol_cfg_get_tx_flow_start_queue_offset(pdev->ctrl_pdev); in ol_txrx_pdev_set_threshold()
1149 ol_set_cfg_new_htt_format(pdev->ctrl_pdev, true); in ol_txrx_pdev_post_attach()
1151 ol_set_cfg_new_htt_format(pdev->ctrl_pdev, false); in ol_txrx_pdev_post_attach()
1158 if (ol_cfg_ipa_uc_offload_enabled(pdev->ctrl_pdev)) { in ol_txrx_pdev_post_attach()
1266 pdev->frame_format = ol_cfg_frame_type(pdev->ctrl_pdev); in ol_txrx_pdev_post_attach()
1270 if (ol_cfg_is_ce_classify_enabled(pdev->ctrl_pdev)) in ol_txrx_pdev_post_attach()
1288 ol_cfg_rx_host_defrag_timeout_duplicate_check(pdev->ctrl_pdev); in ol_txrx_pdev_post_attach()
[all …]
Dol_rx_defrag.c328 if (!ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev) && in ol_rx_frag_indication_handler()
360 if (ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev)) { in ol_rx_frag_indication_handler()
374 ol_rx_timestamp(pdev->ctrl_pdev, rx_desc, head_msdu); in ol_rx_frag_indication_handler()
378 if (ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev)) in ol_rx_frag_indication_handler()
387 if (ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev) && in ol_rx_frag_indication_handler()
774 if (ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev)) in ol_rx_defrag()
897 ol_rx_err(pdev->ctrl_pdev, in ol_rx_defrag()
908 if (ol_cfg_frame_type(pdev->ctrl_pdev) == wlan_frm_fmt_802_3) in ol_rx_defrag()
Dol_txrx_peer_find.c113 hash_elems = ol_cfg_max_peer_id(pdev->ctrl_pdev) + 1; in ol_txrx_peer_find_hash_attach()
327 max_peers = ol_cfg_max_peer_id(pdev->ctrl_pdev) + 1; in ol_txrx_peer_find_map_attach()
357 max_peers = ol_cfg_max_peer_id(pdev->ctrl_pdev) + 1; in ol_txrx_peer_clear_map_peer()
852 max_peers = ol_cfg_max_peer_id(pdev->ctrl_pdev) + 1; in ol_txrx_peer_find_display()
Dol_tx_throttle.c297 throttle_period = ol_cfg_throttle_period_ms(pdev->ctrl_pdev); in ol_tx_throttle_init()
301 ol_cfg_throttle_duty_cycle_level(pdev->ctrl_pdev, i); in ol_tx_throttle_init()
Dol_txrx_peer_find.h73 peer = (peer_id > ol_cfg_max_peer_id(pdev->ctrl_pdev)) ? NULL : in ol_txrx_peer_find_by_id()
Dol_tx_sched.c1027 if (ol_cfg_get_wrr_skip_weight(pdev->ctrl_pdev, i)) { in ol_tx_sched_wrr_param_update()
1029 ol_cfg_get_wrr_skip_weight(pdev->ctrl_pdev, i); in ol_tx_sched_wrr_param_update()
1031 ol_cfg_get_credit_threshold(pdev->ctrl_pdev, i); in ol_tx_sched_wrr_param_update()
1033 ol_cfg_get_send_limit(pdev->ctrl_pdev, i); in ol_tx_sched_wrr_param_update()
1035 ol_cfg_get_credit_reserve(pdev->ctrl_pdev, i); in ol_tx_sched_wrr_param_update()
1037 ol_cfg_get_discard_weight(pdev->ctrl_pdev, i); in ol_tx_sched_wrr_param_update()
Dol_rx.c904 ol_rx_notify(pdev->ctrl_pdev, in ol_rx_inspect()
1198 ol_rx_timestamp(pdev->ctrl_pdev, rx_desc, loop_msdu); in ol_rx_timestamp_update()
1244 if (!ol_cfg_is_ptp_rx_opt_enabled(pdev->ctrl_pdev)) in ol_rx_timestamp_update()
1270 ol_rx_timestamp(pdev->ctrl_pdev, rx_desc, loop_msdu); in ol_rx_timestamp_update()
1469 ol_rx_timestamp(pdev->ctrl_pdev, rx_desc, msdu); in ol_rx_deliver()
1892 (struct ol_ath_softc_net80211 *)pdev->ctrl_pdev; in ol_ath_add_vow_extstats()
Dol_txrx_internal.h557 ol_rx_err_statistics(pdev->ctrl_pdev, vdev->vdev_id, err_type, \
614 wh = ol_rx_err_inv_get_wifi_header(pdev->ctrl_pdev, rx_msdu); \
615 ol_rx_err_inv_peer_statistics(pdev->ctrl_pdev, \
Dol_txrx_flow_control.c652 stop_threshold = ol_cfg_get_tx_flow_stop_queue_th(pdev->ctrl_pdev); in ol_tx_create_flow_pool()
654 ol_cfg_get_tx_flow_start_queue_offset(pdev->ctrl_pdev); in ol_tx_create_flow_pool()
1120 stop_threshold = ol_cfg_get_tx_flow_stop_queue_th(pdev->ctrl_pdev); in ol_tx_flow_pool_update()
1122 ol_cfg_get_tx_flow_start_queue_offset(pdev->ctrl_pdev); in ol_tx_flow_pool_update()
Dol_rx_fwd.c266 if (ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev)) { in ol_rx_fwd_check()
Dol_tx_desc.h149 if (ol_cfg_is_high_latency(pdev->ctrl_pdev) && !tx_desc->vdev) in ol_tx_desc_find_check()
Dol_rx_reorder.c545 ol_ctrl_rx_addba_complete(pdev->ctrl_pdev, in ol_rx_addba_handler()
789 ol_rx_err(pdev->ctrl_pdev, vdev->vdev_id, in ol_rx_pn_ind_handler()
Dol_rx_pn.c205 ol_rx_err(pdev->ctrl_pdev, in ol_rx_pn_check_base()
Dol_tx_ll.c60 qdf_atomic_add(ol_cfg_target_tx_credit(pdev->ctrl_pdev), in ol_tx_init_pdev()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_htt_api.h44 struct cdp_cfg *ctrl_pdev,
Dol_htt_tx_api.h674 if (((struct txrx_pdev_cfg_t *)(pdev->ctrl_pdev)) in htt_tx_desc_frag()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c2326 struct cdp_cfg *ctrl_pdev; in wma_tx_packet() local
2618 ctrl_pdev = cdp_get_ctrl_pdev_from_vdev(soc, vdev_id); in wma_tx_packet()
2619 if (!ctrl_pdev) { in wma_tx_packet()
2624 is_high_latency = cdp_cfg_is_high_latency(soc, ctrl_pdev); in wma_tx_packet()

12