Lines Matching defs:block
11 /* Arbitrarily chosen constants for encoding the VCAP block and lookup number
136 struct ocelot_vcap_block *block;
144 block = &ocelot->block[VCAP_IS1];
146 list_for_each_entry(filter, &block->rules, list)
728 struct ocelot_vcap_block *block;
735 block = &ocelot->block[block_id];
737 filter = ocelot_vcap_block_find_filter_by_id(block, f->cookie);
752 struct ocelot_vcap_block *block;
759 block = &ocelot->block[block_id];
761 filter = ocelot_vcap_block_find_filter_by_id(block, f->cookie);