Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h265 uint16_t wmi_max_len; member
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2189 uint16_t wmi_max_len; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c17546 hdd_debug("WMI Max Bus size: %d", hdd_ctx->wmi_max_len); in __wlan_hdd_cfg80211_get_bus_size()
17549 nl_buf_len += (sizeof(hdd_ctx->wmi_max_len) + NLA_HDRLEN); in __wlan_hdd_cfg80211_get_bus_size()
17558 hdd_ctx->wmi_max_len)) { in __wlan_hdd_cfg80211_get_bus_size()
H A Dwlan_hdd_main.c3057 hdd_ctx->wmi_max_len = cfg->wmi_max_len; in hdd_update_tgt_cfg()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c6461 tgt_cfg.wmi_max_len = wmi_get_max_msg_len(wma_handle->wmi_handle) in wma_update_hdd_cfg()