Searched refs:peer_cookie (Results 1 – 1 of 1) sorted by relevance
6245 struct cdp_peer_cookie peer_cookie; in dp_mon_peer_attach_notify() local6250 qdf_mem_copy(peer_cookie.mac_addr, peer->mac_addr.raw, in dp_mon_peer_attach_notify()6253 peer_cookie.ctx = NULL; in dp_mon_peer_attach_notify()6254 peer_cookie.pdev_id = pdev->pdev_id; in dp_mon_peer_attach_notify()6255 peer_cookie.cookie = pdev->next_peer_cookie++; in dp_mon_peer_attach_notify()6258 (void *)&peer_cookie, in dp_mon_peer_attach_notify()6262 if (!peer_cookie.ctx) { in dp_mon_peer_attach_notify()6269 peer_cookie.ctx; in dp_mon_peer_attach_notify()6286 struct cdp_peer_cookie peer_cookie; in dp_mon_peer_detach_notify() local6291 qdf_mem_copy(peer_cookie.mac_addr, peer->mac_addr.raw, in dp_mon_peer_detach_notify()[all …]