Searched refs:vcap_key_bit_set (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/ |
| H A D | ocelot_vcap.c | 306 static void vcap_key_bit_set(const struct vcap_props *vcap, in vcap_key_bit_set() function 371 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_FIRST, in is2_entry_set() 376 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_HOST_MATCH, in is2_entry_set() 378 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L2_MC, filter->dmac_mc); in is2_entry_set() 379 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L2_BC, filter->dmac_bc); in is2_entry_set() 380 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_VLAN_TAGGED, tag->tagged); in is2_entry_set() 385 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_DEI, tag->dei); in is2_entry_set() 445 vcap_key_bit_set(vcap, &data, in is2_entry_set() 448 vcap_key_bit_set(vcap, &data, in is2_entry_set() 451 vcap_key_bit_set(vcap, &data, in is2_entry_set() [all …]
|