Lines Matching refs:request
376 struct osif_request *request; in wlan_cfg80211_coap_cache_get_cbk() local
382 request = osif_request_get(context); in wlan_cfg80211_coap_cache_get_cbk()
383 if (!request) in wlan_cfg80211_coap_cache_get_cbk()
386 priv_info = osif_request_priv(request); in wlan_cfg80211_coap_cache_get_cbk()
390 osif_request_complete(request); in wlan_cfg80211_coap_cache_get_cbk()
393 osif_request_put(request); in wlan_cfg80211_coap_cache_get_cbk()
508 struct osif_request *request; in wlan_cfg80211_coap_offload_cache_get() local
517 request = osif_request_alloc(¶ms); in wlan_cfg80211_coap_offload_cache_get()
518 if (!request) { in wlan_cfg80211_coap_offload_cache_get()
524 buf_info = osif_request_priv(request); in wlan_cfg80211_coap_offload_cache_get()
529 cookie = osif_request_cookie(request); in wlan_cfg80211_coap_offload_cache_get()
538 ret = osif_request_wait_for_response(request); in wlan_cfg80211_coap_offload_cache_get()
554 if (request) in wlan_cfg80211_coap_offload_cache_get()
555 osif_request_put(request); in wlan_cfg80211_coap_offload_cache_get()
574 struct osif_request *request; in wlan_cfg80211_coap_offload_reply_disable() local
583 request = osif_request_alloc(¶ms); in wlan_cfg80211_coap_offload_reply_disable()
584 if (!request) { in wlan_cfg80211_coap_offload_reply_disable()
590 buf_info = osif_request_priv(request); in wlan_cfg80211_coap_offload_reply_disable()
595 cookie = osif_request_cookie(request); in wlan_cfg80211_coap_offload_reply_disable()
603 ret = osif_request_wait_for_response(request); in wlan_cfg80211_coap_offload_reply_disable()
619 if (request) in wlan_cfg80211_coap_offload_reply_disable()
620 osif_request_put(request); in wlan_cfg80211_coap_offload_reply_disable()