/wlan-driver/qcacld-3.0/core/dp/ol/inc/ ! |
H A D | ol_cfg.h | 186 int ol_cfg_is_high_latency(struct cdp_cfg *cfg_pdev); 197 int ol_cfg_is_credit_update_enabled(struct cdp_cfg *cfg_pdev); 210 int ol_cfg_max_peer_id(struct cdp_cfg *cfg_pdev); 220 int ol_cfg_max_vdevs(struct cdp_cfg *cfg_pdev); 234 int ol_cfg_rx_pn_check(struct cdp_cfg *cfg_pdev); 250 int ol_cfg_rx_fwd_check(struct cdp_cfg *cfg_pdev); 283 int ol_cfg_rx_fwd_disabled(struct cdp_cfg *cfg_pdev); 299 int ol_cfg_rx_fwd_inter_bss(struct cdp_cfg *cfg_pdev); 310 enum wlan_frm_fmt ol_cfg_frame_type(struct cdp_cfg *cfg_pdev); 325 int ol_cfg_max_thruput_mbps(struct cdp_cfg *cfg_pdev); [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ ! |
H A D | ol_cfg.c | 34 void ol_tx_set_flow_control_parameters(struct cdp_cfg *cfg_pdev, in ol_tx_set_flow_control_parameters() argument 37 struct txrx_pdev_cfg_t *cfg_ctx = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_tx_set_flow_control_parameters() 242 int ol_cfg_get_bundle_timer_value(struct cdp_cfg *cfg_pdev) in ol_cfg_get_bundle_timer_value() argument 244 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_bundle_timer_value() 249 int ol_cfg_get_bundle_size(struct cdp_cfg *cfg_pdev) in ol_cfg_get_bundle_size() argument 251 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_bundle_size() 264 int ol_cfg_get_del_ack_timer_value(struct cdp_cfg *cfg_pdev) in ol_cfg_get_del_ack_timer_value() argument 266 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_del_ack_timer_value() 277 bool ol_cfg_get_del_ack_enable_value(struct cdp_cfg *cfg_pdev) in ol_cfg_get_del_ack_enable_value() argument 279 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_del_ack_enable_value() [all …]
|
H A D | ol_ctrl_txrx_api.h | 43 void ol_tx_statistics(struct cdp_cfg *cfg_pdev, 55 void ol_rx_err_inv_peer_statistics(struct cdp_cfg *cfg_pdev, 68 void ol_rx_err_statistics(struct cdp_cfg *cfg_pdev, 94 ol_rx_err(struct cdp_cfg *cfg_pdev, 137 ol_rx_notify(struct cdp_cfg *cfg_pdev,
|
H A D | ol_rx.h | 120 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, void *rx_desc, qdf_nbuf_t msdu);
|
H A D | ol_rx.c | 852 void ol_rx_notify(struct cdp_cfg *cfg_pdev, in ol_rx_notify() argument 1171 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, in ol_rx_timestamp() argument 1176 if (!ol_cfg_is_ptp_rx_opt_enabled(cfg_pdev)) in ol_rx_timestamp() 1203 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, in ol_rx_timestamp() argument 1210 if (!ol_cfg_is_ptp_rx_opt_enabled(cfg_pdev)) in ol_rx_timestamp() 1276 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, in ol_rx_timestamp() argument
|
H A D | ol_tx_desc.h | 216 void *ol_ath_get_bcn_header(struct cdp_cfg *cfg_pdev, A_UINT32 vdev_id);
|
H A D | ol_txrx.c | 865 struct cdp_cfg *cfg_pdev = cds_get_context(QDF_MODULE_ID_CFG); in ol_txrx_pdev_attach() local 879 pdev->cfg.is_high_latency = ol_cfg_is_high_latency(cfg_pdev); in ol_txrx_pdev_attach() 885 ol_cfg_is_credit_update_enabled(cfg_pdev); in ol_txrx_pdev_attach() 891 pdev->cfg.default_tx_comp_req = !ol_cfg_tx_free_at_download(cfg_pdev); in ol_txrx_pdev_attach() 894 pdev->ctrl_pdev = cfg_pdev; in ol_txrx_pdev_attach() 928 if (ol_cfg_is_high_latency(cfg_pdev)) { in ol_txrx_pdev_attach() 940 htt_pdev_alloc(pdev, cfg_pdev, in ol_txrx_pdev_attach() 987 if (ol_cfg_is_high_latency(cfg_pdev)) in ol_txrx_pdev_attach() 5887 static int ol_txrx_wrapper_cfg_is_high_latency(struct cdp_cfg *cfg_pdev) in ol_txrx_wrapper_cfg_is_high_latency() argument 5889 return ol_cfg_is_high_latency(cfg_pdev); in ol_txrx_wrapper_cfg_is_high_latency() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ ! |
H A D | cdp_txrx_cfg.h | 40 cdp_cfg_set_rx_fwd_disabled(ol_txrx_soc_handle soc, struct cdp_cfg *cfg_pdev, in cdp_cfg_set_rx_fwd_disabled() argument 53 soc->ops->cfg_ops->set_cfg_rx_fwd_disabled(cfg_pdev, in cdp_cfg_set_rx_fwd_disabled() 69 struct cdp_cfg *cfg_pdev, uint8_t val) in cdp_cfg_set_packet_log_enabled() argument 81 soc->ops->cfg_ops->set_cfg_packet_log_enabled(cfg_pdev, in cdp_cfg_set_packet_log_enabled() 203 cdp_cfg_is_high_latency(ol_txrx_soc_handle soc, struct cdp_cfg *cfg_pdev) in cdp_cfg_is_high_latency() argument 215 return soc->ops->cfg_ops->is_high_latency(cfg_pdev); in cdp_cfg_is_high_latency() 230 struct cdp_cfg *cfg_pdev, void *param) in cdp_cfg_set_flow_control_parameters() argument 242 soc->ops->cfg_ops->set_flow_control_parameters(cfg_pdev, in cdp_cfg_set_flow_control_parameters() 256 struct cdp_cfg *cfg_pdev, uint8_t val) in cdp_cfg_set_flow_steering() argument 268 soc->ops->cfg_ops->set_flow_steering(cfg_pdev, val); in cdp_cfg_set_flow_steering() [all …]
|
H A D | cdp_txrx_ipa.h | 274 struct cdp_cfg *cfg_pdev, uint32_t value) in cdp_ipa_set_uc_tx_partition_base() argument 276 if (!soc || !soc->ops || !soc->ops->ipa_ops || !cfg_pdev) { in cdp_ipa_set_uc_tx_partition_base() 283 soc->ops->ipa_ops->ipa_set_uc_tx_partition_base(cfg_pdev, in cdp_ipa_set_uc_tx_partition_base()
|
H A D | cdp_txrx_ops.h | 2087 void (*set_cfg_rx_fwd_disabled)(struct cdp_cfg *cfg_pdev, 2089 void (*set_cfg_packet_log_enabled)(struct cdp_cfg *cfg_pdev, 2096 int (*is_high_latency)(struct cdp_cfg *cfg_pdev); 2097 void (*set_flow_control_parameters)(struct cdp_cfg *cfg_pdev, 2099 void (*set_flow_steering)(struct cdp_cfg *cfg_pdev, uint8_t val); 2100 void (*set_ptp_rx_opt_enabled)(struct cdp_cfg *cfg_pdev, uint8_t val);
|