Searched refs:block_vcap_is2 (Results 1 – 3 of 3) sorted by relevance
38 struct ocelot_vcap_block *block_vcap_is2; in ocelot_mrp_del_vcap() local41 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in ocelot_mrp_del_vcap()42 filter = ocelot_vcap_block_find_filter_by_id(block_vcap_is2, id, in ocelot_mrp_del_vcap()
1657 struct ocelot_vcap_block *block_vcap_is2; in ocelot_trap_add() local1662 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in ocelot_trap_add()1664 trap = ocelot_vcap_block_find_filter_by_id(block_vcap_is2, cookie, in ocelot_trap_add()1704 struct ocelot_vcap_block *block_vcap_is2; in ocelot_trap_del() local1707 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in ocelot_trap_del()1709 trap = ocelot_vcap_block_find_filter_by_id(block_vcap_is2, cookie, in ocelot_trap_del()
243 struct ocelot_vcap_block *block_vcap_is2; in felix_tag_8021q_vlan_del_tx() local249 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in felix_tag_8021q_vlan_del_tx()262 redirect_rule = ocelot_vcap_block_find_filter_by_id(block_vcap_is2, in felix_tag_8021q_vlan_del_tx()386 struct ocelot_vcap_block *block_vcap_is2; in felix_update_trapping_destinations() local399 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in felix_update_trapping_destinations()402 list_for_each_entry(trap, &block_vcap_is2->rules, list) { in felix_update_trapping_destinations()
Completed in 20 milliseconds