Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/coex/dispatcher/inc/
H A Dwlan_coex_public_structs.h67 enum coex_dbam_comp_status dbam_resp; member
/wlan-driver/qcacld-3.0/components/target_if/coex/src/
H A Dtarget_if_coex.c185 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/inc/
H A Dwlan_lmac_if_def.h1458 enum coex_dbam_comp_status dbam_resp);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c11489 hdd_convert_dbam_comp_status(enum coex_dbam_comp_status dbam_resp) in hdd_convert_dbam_comp_status() argument
11491 switch (dbam_resp) { in hdd_convert_dbam_comp_status()
11527 priv->dbam_resp = *resp; in hdd_dbam_config_resp_cb()
11539 enum coex_dbam_comp_status dbam_resp; in hdd_send_dbam_config() local
11588 dbam_resp = priv->dbam_resp; in hdd_send_dbam_config()
11589 errno = hdd_convert_dbam_comp_status(dbam_resp); in hdd_send_dbam_config()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c9544 resp->dbam_resp = wmi_convert_dbam_comp_status(event->comp_status); in extract_dbam_config_resp_event_tlv()