Lines Matching refs:cookie
116 struct p2p_roc_req *roc_req, uint64_t *cookie) in ucfg_p2p_roc_req() argument
151 *cookie = (uint64_t)id; in ucfg_p2p_roc_req()
172 p2p_debug("cookie = 0x%llx", *cookie); in ucfg_p2p_roc_req()
178 uint64_t cookie) in ucfg_p2p_roc_cancel_req() argument
186 p2p_debug("soc:%pK, cookie:0x%llx", soc, cookie); in ucfg_p2p_roc_cancel_req()
201 cookie, &roc_ctx); in ucfg_p2p_roc_cancel_req()
203 p2p_debug("invalid id for cookie 0x%llx", cookie); in ucfg_p2p_roc_cancel_req()
213 cancel_roc->cookie = (uintptr_t)roc_ctx; in ucfg_p2p_roc_cancel_req()
299 struct p2p_mgmt_tx *mgmt_frm, uint64_t *cookie, in ucfg_p2p_mgmt_tx() argument
337 *cookie = (uint64_t)id; in ucfg_p2p_mgmt_tx()
360 mgmt_frm->dont_wait_for_ack, mgmt_frm->off_chan, *cookie); in ucfg_p2p_mgmt_tx()
382 struct wlan_objmgr_vdev *vdev, uint64_t cookie) in ucfg_p2p_mgmt_tx_cancel() argument
390 p2p_debug("soc:%pK, cookie:0x%llx", soc, cookie); in ucfg_p2p_mgmt_tx_cancel()
405 (int32_t)cookie, &tx_ctx); in ucfg_p2p_mgmt_tx_cancel()
407 p2p_debug("invalid id for cookie 0x%llx", cookie); in ucfg_p2p_mgmt_tx_cancel()
410 p2p_del_random_mac(soc, wlan_vdev_get_id(vdev), cookie); in ucfg_p2p_mgmt_tx_cancel()
417 cancel_tx->cookie = (uintptr_t)tx_ctx; in ucfg_p2p_mgmt_tx_cancel()