Searched refs:vcap_key_bit_set (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_vcap.c | 306 static void vcap_key_bit_set(const struct vcap_props *vcap, in vcap_key_bit_set() function 372 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_FIRST, in is2_entry_set() 377 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_HOST_MATCH, in is2_entry_set() 379 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L2_MC, filter->dmac_mc); in is2_entry_set() 380 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L2_BC, filter->dmac_bc); in is2_entry_set() 381 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_VLAN_TAGGED, tag->tagged); in is2_entry_set() 386 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_DEI, tag->dei); in is2_entry_set() 446 vcap_key_bit_set(vcap, &data, in is2_entry_set() 449 vcap_key_bit_set(vcap, &data, in is2_entry_set() 452 vcap_key_bit_set(vcap, &data, in is2_entry_set() [all …]
|