/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
D | ol_cfg.h | 152 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 …]
|
D | ol_htt_api.h | 44 struct cdp_cfg *ctrl_pdev,
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_cfg.c | 34 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 …]
|
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,
|
D | ol_rx.h | 120 void ol_rx_timestamp(struct cdp_cfg *cfg_pdev, void *rx_desc, qdf_nbuf_t msdu);
|
D | ol_tx_desc.h | 216 void *ol_ath_get_bcn_header(struct cdp_cfg *cfg_pdev, A_UINT32 vdev_id);
|
D | ol_rx.c | 852 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()
|
D | ol_txrx.h | 94 ol_tx_desc_pool_size_hl(struct cdp_cfg *ctrl_pdev);
|
D | ol_txrx_types.h | 650 struct cdp_cfg *ctrl_pdev;
|
D | ol_txrx.c | 865 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()
|
D | ol_tx_hl.c | 82 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/ |
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() 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()
|
D | cdp_txrx_handle.h | 30 struct cdp_cfg;
|
D | cdp_txrx_ops.h | 445 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,
|
D | cdp_txrx_ipa.h | 274 struct cdp_cfg *cfg_pdev, uint32_t value) in cdp_ipa_set_uc_tx_partition_base()
|
D | cdp_txrx_cmn.h | 1302 static inline struct cdp_cfg *
|
/wlan-driver/qcacld-3.0/core/cds/src/ |
D | cds_api.c | 463 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/ |
D | cds_sched.h | 200 struct cdp_cfg *cfg_ctx;
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt_types.h | 214 struct cdp_cfg *ctrl_pdev;
|
D | htt.c | 401 struct cdp_cfg *ctrl_pdev, in htt_pdev_alloc()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_data.c | 2326 struct cdp_cfg *ctrl_pdev; in wma_tx_packet()
|
D | wma_mgmt.c | 304 (struct cdp_cfg *)cds_get_context(QDF_MODULE_ID_CFG))) in wma_beacon_swba_handler()
|
D | wma_main.c | 5137 (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/ |
D | dp_main.c | 6716 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()
|