Lines Matching defs:query
68 /* if the query is a broadcast query */
76 /* query number that needs to be send to the device */
117 struct p2p_sd_query *query)
125 if (q == query) {
126 /* If the query is a broadcast query, decrease one from
128 if (query->for_all_peers)
134 if (p2p->sd_query == query)
275 struct p2p_sd_query *query;
287 query = p2p_pending_sd_req(p2p, dev);
288 if (query == NULL)
301 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs);
307 p2p->sd_query = query;
442 * one if there is more than one pending SD query.
612 p2p_dbg(p2p, "Remove completed SD query %p",
858 p2p_dbg(p2p, "Remove completed SD query %p",
908 /* Update all the devices for the newly added broadcast query */
943 p2p_dbg(p2p, "Cancel pending SD query %p", req);