Searched defs:cdp_lflowctl_ops (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_ops.h | 2151 struct cdp_lflowctl_ops { struct 2153 int (*register_tx_flow_control)(struct cdp_soc_t *soc_hdl, 2156 int (*set_vdev_tx_desc_limit)(struct cdp_soc_t *soc_hdl, 2158 int (*set_vdev_os_queue_status)(struct cdp_soc_t *soc_hdl, 2168 int (*deregister_tx_flow_control_cb)(struct cdp_soc_t *soc_hdl, 2170 void (*flow_control_cb)(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, 2172 bool (*get_tx_resource)(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, 2176 int (*ll_set_tx_pause_q_depth)(struct cdp_soc_t *soc, uint8_t vdev_id, 2178 void (*vdev_flush)(struct cdp_soc_t *soc_hdl, uint8_t vdev_id); 2179 void (*vdev_pause)(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, [all …]
|