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()
1307 struct ocelot_vcap_block *block_vcap_is2; in ocelot_trap_add() local1312 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in ocelot_trap_add()1314 trap = ocelot_vcap_block_find_filter_by_id(block_vcap_is2, cookie, in ocelot_trap_add()1354 struct ocelot_vcap_block *block_vcap_is2; in ocelot_trap_del() local1357 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in ocelot_trap_del()1359 trap = ocelot_vcap_block_find_filter_by_id(block_vcap_is2, cookie, in ocelot_trap_del()
200 struct ocelot_vcap_block *block_vcap_is2; in felix_tag_8021q_vlan_del_tx() local206 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in felix_tag_8021q_vlan_del_tx()219 redirect_rule = ocelot_vcap_block_find_filter_by_id(block_vcap_is2, in felix_tag_8021q_vlan_del_tx()310 struct ocelot_vcap_block *block_vcap_is2; in felix_update_trapping_destinations() local323 block_vcap_is2 = &ocelot->block[VCAP_IS2]; in felix_update_trapping_destinations()326 list_for_each_entry(trap, &block_vcap_is2->rules, list) { in felix_update_trapping_destinations()
Completed in 12 milliseconds