Home
last modified time | relevance | path

Searched refs:cdp_cfg (Results 1 – 24 of 24) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_cfg.h152 void ol_tx_set_flow_control_parameters(struct cdp_cfg *cfg_ctx,
156 void ol_tx_set_flow_control_parameters(struct cdp_cfg *cfg_ctx, in ol_tx_set_flow_control_parameters()
171 struct cdp_cfg *ol_pdev_cfg_attach(qdf_device_t osdev, void *pcfg_param);
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);
263 void ol_set_cfg_rx_fwd_disabled(struct cdp_cfg *ppdev, uint8_t disable_rx_fwd);
[all …]
H A Dol_htt_api.h44 struct cdp_cfg *ctrl_pdev,
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_cfg.c34 void ol_tx_set_flow_control_parameters(struct cdp_cfg *cfg_pdev, in ol_tx_set_flow_control_parameters()
160 struct cdp_cfg *ol_pdev_cfg_attach(qdf_device_t osdev, void *pcfg_param) in ol_pdev_cfg_attach()
222 ol_tx_set_flow_control_parameters((struct cdp_cfg *)cfg_ctx, cfg_param); in ol_pdev_cfg_attach()
237 return (struct cdp_cfg *)cfg_ctx; in ol_pdev_cfg_attach()
242 int ol_cfg_get_bundle_timer_value(struct cdp_cfg *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()
264 int ol_cfg_get_del_ack_timer_value(struct cdp_cfg *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()
290 int ol_cfg_get_del_ack_count_value(struct cdp_cfg *cfg_pdev) in ol_cfg_get_del_ack_count_value()
298 int ol_cfg_is_high_latency(struct cdp_cfg *cfg_pdev) in ol_cfg_is_high_latency()
[all …]
H A Dol_ctrl_txrx_api.h43 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 Dol_rx.h120 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, void *rx_desc, qdf_nbuf_t msdu);
H A Dol_tx_desc.h216 void *ol_ath_get_bcn_header(struct cdp_cfg *cfg_pdev, A_UINT32 vdev_id);
H A Dol_rx.c852 void ol_rx_notify(struct cdp_cfg *cfg_pdev, in ol_rx_notify()
1171 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, in ol_rx_timestamp()
1203 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, in ol_rx_timestamp()
1276 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, in ol_rx_timestamp()
H A Dol_txrx.h94 ol_tx_desc_pool_size_hl(struct cdp_cfg *ctrl_pdev);
H A Dol_txrx_types.h650 struct cdp_cfg *ctrl_pdev;
H A Dol_txrx.c865 struct cdp_cfg *cfg_pdev = cds_get_context(QDF_MODULE_ID_CFG); in ol_txrx_pdev_attach()
2810 static struct cdp_cfg *
5887 static int ol_txrx_wrapper_cfg_is_high_latency(struct cdp_cfg *cfg_pdev) in ol_txrx_wrapper_cfg_is_high_latency()
5924 ol_txrx_wrapper_set_flow_control_parameters(struct cdp_cfg *cfg_pdev, in ol_txrx_wrapper_set_flow_control_parameters()
H A Dol_tx_hl.c82 ol_tx_desc_pool_size_hl(struct cdp_cfg *ctrl_pdev) in ol_tx_desc_pool_size_hl()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cfg.h40 cdp_cfg_set_rx_fwd_disabled(ol_txrx_soc_handle soc, struct cdp_cfg *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()
95 static inline struct cdp_cfg
203 cdp_cfg_is_high_latency(ol_txrx_soc_handle soc, struct cdp_cfg *cfg_pdev) in cdp_cfg_is_high_latency()
230 struct cdp_cfg *cfg_pdev, void *param) in cdp_cfg_set_flow_control_parameters()
256 struct cdp_cfg *cfg_pdev, uint8_t val) in cdp_cfg_set_flow_steering()
272 struct cdp_cfg *cfg_pdev) in cdp_cfg_get_max_peer_id()
288 struct cdp_cfg *cfg_pdev, uint8_t val) in cdp_cfg_set_ptp_rx_opt_enabled()
H A Dcdp_txrx_handle.h30 struct cdp_cfg;
H A Dcdp_txrx_ops.h445 struct cdp_cfg *(*txrx_get_ctrl_pdev_from_vdev)(struct cdp_soc_t *soc,
2087 void (*set_cfg_rx_fwd_disabled)(struct cdp_cfg *cfg_pdev,
2089 void (*set_cfg_packet_log_enabled)(struct cdp_cfg *cfg_pdev,
2091 struct cdp_cfg * (*cfg_attach)(qdf_device_t osdev, void *cfg_param);
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);
2259 void (*ipa_set_uc_tx_partition_base)(struct cdp_cfg *pdev,
H A Dcdp_txrx_ipa.h274 struct cdp_cfg *cfg_pdev, uint32_t value) in cdp_ipa_set_uc_tx_partition_base()
H A Dcdp_txrx_cmn.h1302 static inline struct cdp_cfg *
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c463 struct txrx_pdev_cfg_param_t *cdp_cfg) in cds_cdp_set_flow_control_params() argument
465 cdp_cfg->tx_flow_stop_queue_th = in cds_cdp_set_flow_control_params()
467 cdp_cfg->tx_flow_start_queue_offset = in cds_cdp_set_flow_control_params()
473 struct txrx_pdev_cfg_param_t *cdp_cfg) in cds_cdp_set_flow_control_params() argument
480 struct txrx_pdev_cfg_param_t *cdp_cfg) in cds_cdp_update_del_ack_params() argument
482 cdp_cfg->del_ack_enable = in cds_cdp_update_del_ack_params()
484 cdp_cfg->del_ack_pkt_count = in cds_cdp_update_del_ack_params()
486 cdp_cfg->del_ack_timer_value = in cds_cdp_update_del_ack_params()
492 struct txrx_pdev_cfg_param_t *cdp_cfg) in cds_cdp_update_del_ack_params() argument
499 struct txrx_pdev_cfg_param_t *cdp_cfg) in cds_cdp_update_bundle_params() argument
[all …]
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h200 struct cdp_cfg *cfg_ctx;
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_types.h214 struct cdp_cfg *ctrl_pdev;
H A Dhtt.c401 struct cdp_cfg *ctrl_pdev, in htt_pdev_alloc()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2326 struct cdp_cfg *ctrl_pdev; in wma_tx_packet()
H A Dwma_mgmt.c304 (struct cdp_cfg *)cds_get_context(QDF_MODULE_ID_CFG))) in wma_beacon_swba_handler()
H A Dwma_main.c5137 (struct cdp_cfg *)cds_get_context(QDF_MODULE_ID_CFG), in wma_set_tx_partition_base()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c6716 static struct cdp_cfg *dp_get_ctrl_pdev_from_vdev_wifi3( in dp_get_ctrl_pdev_from_vdev_wifi3()
6730 return pdev ? (struct cdp_cfg *)pdev->wlan_cfg_ctx : NULL; in dp_get_ctrl_pdev_from_vdev_wifi3()