Searched refs:vcap_key_bytes_set (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_vcap.c | 263 static void vcap_key_bytes_set(const struct vcap_props *vcap, in vcap_key_bytes_set() function 393 vcap_key_bytes_set(vcap, &data, VCAP_IS2_HK_L2_DMAC, in is2_entry_set() 395 vcap_key_bytes_set(vcap, &data, VCAP_IS2_HK_L2_SMAC, in is2_entry_set() 397 vcap_key_bytes_set(vcap, &data, VCAP_IS2_HK_MAC_ETYPE_ETYPE, in is2_entry_set() 406 vcap_key_bytes_set(vcap, &data, in is2_entry_set() 415 vcap_key_bytes_set(vcap, &data, VCAP_IS2_HK_L2_DMAC, in is2_entry_set() 417 vcap_key_bytes_set(vcap, &data, VCAP_IS2_HK_L2_SMAC, in is2_entry_set() 423 vcap_key_bytes_set(vcap, &data, VCAP_IS2_HK_MAC_LLC_L2_LLC, in is2_entry_set() 431 vcap_key_bytes_set(vcap, &data, VCAP_IS2_HK_L2_DMAC, in is2_entry_set() 433 vcap_key_bytes_set(vcap, &data, VCAP_IS2_HK_L2_SMAC, in is2_entry_set() [all …]
|