Home
last modified time | relevance | path

Searched defs:cdp_cfg_ops (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_ops.h2086 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);
[all …]