ldap search filters do not support filtering by distinguishedName. You will need to find all OU's called 'SRV', and then loop through them using their DN as the baseDN for your sub OU query.
alternatively do a search for all OU's and then use array filters on their DN attribute; obviously you would need to consider the implications of this.