Home
last modified time | relevance | path

Searched refs:l_flowctl_ops (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_flow_ctrl_legacy.h51 if (!soc->ops->l_flowctl_ops || in cdp_hl_fc_register()
52 !soc->ops->l_flowctl_ops->register_tx_flow_control) in cdp_hl_fc_register()
55 return soc->ops->l_flowctl_ops->register_tx_flow_control(soc, pdev_id, in cdp_hl_fc_register()
62 if (!soc->ops->l_flowctl_ops->set_vdev_tx_desc_limit) in cdp_hl_fc_set_td_limit()
65 return soc->ops->l_flowctl_ops->set_vdev_tx_desc_limit(soc, vdev_id, in cdp_hl_fc_set_td_limit()
73 if (!soc->ops->l_flowctl_ops->set_vdev_os_queue_status) in cdp_hl_fc_set_os_queue_status()
76 return soc->ops->l_flowctl_ops->set_vdev_os_queue_status(soc, in cdp_hl_fc_set_os_queue_status()
127 if (!soc->ops->l_flowctl_ops || in cdp_fc_register()
128 !soc->ops->l_flowctl_ops->register_tx_flow_control) in cdp_fc_register()
131 return soc->ops->l_flowctl_ops->register_tx_flow_control( in cdp_fc_register()
[all …]
H A Dcdp_txrx_ops.h2606 struct cdp_lflowctl_ops *l_flowctl_ops; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c6423 .l_flowctl_ops = &ol_ops_l_flowctl,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c13549 soc->cdp_soc.ops->l_flowctl_ops = &dp_ops_l_flowctl; in dp_soc_txrx_ops_attach()