Home
last modified time | relevance | path

Searched refs:dbam_resp_event (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/coex/src/
H A Dtarget_if_coex.c168 if (!rx_ops || !rx_ops->dbam_resp_event) { in target_if_dbam_response_event_handler()
185 status = rx_ops->dbam_resp_event(psoc, resp.dbam_resp); in target_if_dbam_response_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
H A Dwlan_lmac_if.c1042 rx_ops->dbam_rx_ops.dbam_resp_event = target_if_dbam_process_event; in wlan_lmac_if_dbam_rx_ops_register()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1457 QDF_STATUS (*dbam_resp_event)(struct wlan_objmgr_psoc *psoc, member