Searched refs:P2P_DEV_REPORTED (Results 1 – 2 of 2) sorted by relevance
353 dev->flags &= ~P2P_DEV_REPORTED; in p2p_device_clear_reported()507 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()714 if (dev->flags & P2P_DEV_REPORTED) in p2p_add_device()727 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()1415 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()3341 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "", in p2p_get_peer_info_txt()
77 #define P2P_DEV_REPORTED BIT(1) macro