Searched refs:seek_count (Results 1 – 4 of 4) sorted by relevance
142 int seek_count; member
1238 u8 seek_count, const char **seek_string, int freq);
1156 u8 seek_count, const char **seek, int freq) in p2p_find() argument1183 if (seek_count == 0 || !seek) { in p2p_find()1186 } else if (seek_count == 1 && seek && (!seek[0] || !seek[0][0])) { in p2p_find()1194 } else if (seek && seek_count <= P2P_MAX_QUERY_HASH) { in p2p_find()1198 for (i = 0; i < seek_count; i++) { in p2p_find()
4661 u8 seek_count = 0; in p2p_ctrl_find() local4709 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) { in p2p_ctrl_find()4712 _seek[seek_count++] = pos; in p2p_ctrl_find()4722 if (seek_count > P2P_MAX_QUERY_HASH) { in p2p_ctrl_find()4724 seek_count = 1; in p2p_ctrl_find()4728 _dev_id, search_delay, seek_count, seek, freq); in p2p_ctrl_find()