Home
last modified time | relevance | path

Searched refs:dbam_tx_ops (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/coex/core/src/
Dwlan_coex_main.c221 struct wlan_lmac_if_dbam_tx_ops *dbam_tx_ops; in wlan_dbam_attach() local
228 dbam_tx_ops = wlan_psoc_get_dbam_tx_ops(psoc); in wlan_dbam_attach()
229 if (!dbam_tx_ops) { in wlan_dbam_attach()
234 if (!dbam_tx_ops->dbam_event_attach) { in wlan_dbam_attach()
239 return dbam_tx_ops->dbam_event_attach(psoc); in wlan_dbam_attach()
244 struct wlan_lmac_if_dbam_tx_ops *dbam_tx_ops; in wlan_dbam_detach() local
251 dbam_tx_ops = wlan_psoc_get_dbam_tx_ops(psoc); in wlan_dbam_detach()
252 if (!dbam_tx_ops) { in wlan_dbam_detach()
257 if (!dbam_tx_ops->dbam_event_detach) { in wlan_dbam_detach()
262 return dbam_tx_ops->dbam_event_detach(psoc); in wlan_dbam_detach()
/wlan-driver/qcacld-3.0/components/target_if/coex/src/
Dtarget_if_coex.c261 struct wlan_lmac_if_dbam_tx_ops *dbam_tx_ops; in target_if_dbam_register_tx_ops() local
268 dbam_tx_ops = &tx_ops->dbam_tx_ops; in target_if_dbam_register_tx_ops()
269 if (!dbam_tx_ops) { in target_if_dbam_register_tx_ops()
274 dbam_tx_ops->set_dbam_config = target_if_dbam_config_send; in target_if_dbam_register_tx_ops()
275 dbam_tx_ops->dbam_event_attach = target_if_dbam_register_event_handler; in target_if_dbam_register_tx_ops()
276 dbam_tx_ops->dbam_event_detach = in target_if_dbam_register_tx_ops()
/wlan-driver/qcacld-3.0/components/coex/dispatcher/src/
Dwlan_coex_tgt_api.c136 struct wlan_lmac_if_dbam_tx_ops *dbam_tx_ops; in tgt_send_dbam_config() local
145 dbam_tx_ops = wlan_psoc_get_dbam_tx_ops(psoc); in tgt_send_dbam_config()
146 if (dbam_tx_ops && dbam_tx_ops->set_dbam_config) in tgt_send_dbam_config()
147 return dbam_tx_ops->set_dbam_config(psoc, param); in tgt_send_dbam_config()
/wlan-driver/qcacld-3.0/components/coex/core/inc/
Dwlan_coex_main.h226 return &tx_ops->dbam_tx_ops; in wlan_psoc_get_dbam_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1890 struct wlan_lmac_if_dbam_tx_ops dbam_tx_ops; member