Lines Matching defs:cdp_cfg_ops
2086 struct cdp_cfg_ops { struct
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);
2092 void (*vdev_rx_set_intrabss_fwd)(struct cdp_soc_t *soc_hdl,
2094 uint8_t (*is_rx_fwd_disabled)(struct cdp_vdev *vdev);
2095 void (*tx_set_is_mgmt_over_wmi_enabled)(uint8_t value);
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);
2101 void (*set_new_htt_msg_format)(uint8_t val);
2102 void (*set_peer_unmap_conf_support)(bool val);
2103 bool (*get_peer_unmap_conf_support)(void);
2104 void (*set_tx_compl_tsf64)(bool val);
2105 bool (*get_tx_compl_tsf64)(void);