Home
last modified time | relevance | path

Searched refs:VCAP_KEY_BIT_SET (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.c293 #define VCAP_KEY_BIT_SET(fld, val) vcap_key_bit_set(&data, IS2_HKO_##fld, val) macro
356 VCAP_KEY_BIT_SET(FIRST, OCELOT_VCAP_BIT_1); in is2_entry_set()
357 VCAP_KEY_BIT_SET(HOST_MATCH, OCELOT_VCAP_BIT_ANY); in is2_entry_set()
358 VCAP_KEY_BIT_SET(L2_MC, ace->dmac_mc); in is2_entry_set()
359 VCAP_KEY_BIT_SET(L2_BC, ace->dmac_bc); in is2_entry_set()
360 VCAP_KEY_BIT_SET(VLAN_TAGGED, tag->tagged); in is2_entry_set()
363 VCAP_KEY_BIT_SET(DEI, tag->dei); in is2_entry_set()
411 VCAP_KEY_BIT_SET(MAC_ARP_ARP_ADDR_SPACE_OK, arp->ethernet); in is2_entry_set()
412 VCAP_KEY_BIT_SET(MAC_ARP_ARP_PROTO_SPACE_OK, arp->ip); in is2_entry_set()
413 VCAP_KEY_BIT_SET(MAC_ARP_ARP_LEN_OK, arp->length); in is2_entry_set()
[all …]