Lines Matching refs:vcap_key_set

254 static void vcap_key_set(const struct vcap_props *vcap, struct vcap_data *data,  in vcap_key_set()  function
371 vcap_key_set(vcap, &data, VCAP_IS2_HK_PAG, filter->pag, 0xff); in is2_entry_set()
375 vcap_key_set(vcap, &data, VCAP_IS2_HK_IGR_PORT_MASK, 0, in is2_entry_set()
382 vcap_key_set(vcap, &data, VCAP_IS2_HK_VID, in is2_entry_set()
384 vcap_key_set(vcap, &data, VCAP_IS2_HK_PCP, in is2_entry_set()
400 vcap_key_set(vcap, &data, VCAP_IS2_HK_MAC_ETYPE_L2_PAYLOAD0, in is2_entry_set()
402 vcap_key_set(vcap, &data, VCAP_IS2_HK_MAC_ETYPE_L2_PAYLOAD1, in is2_entry_set()
404 vcap_key_set(vcap, &data, VCAP_IS2_HK_MAC_ETYPE_L2_PAYLOAD2, in is2_entry_set()
470 vcap_key_set(vcap, &data, VCAP_IS2_HK_MAC_ARP_OPCODE, in is2_entry_set()
478 vcap_key_set(vcap, &data, VCAP_IS2_HK_MAC_ARP_DIP_EQ_SIP, in is2_entry_set()
551 vcap_key_set(vcap, &data, VCAP_IS2_HK_L3_FRAG_OFS_GT0, 0, 0); in is2_entry_set()
576 vcap_key_set(vcap, &data, VCAP_IS2_HK_L4_RNG, 0, 0); in is2_entry_set()
595 vcap_key_set(vcap, &data, VCAP_IS2_HK_L4_1588_DOM, in is2_entry_set()
597 vcap_key_set(vcap, &data, VCAP_IS2_HK_L4_1588_VER, in is2_entry_set()
635 vcap_key_set(vcap, &data, VCAP_IS2_TYPE, type, type_mask); in is2_entry_set()
692 vcap_key_set(vcap, &data, VCAP_IS1_HK_LOOKUP, filter->lookup, 0x3); in is1_entry_set()
693 vcap_key_set(vcap, &data, VCAP_IS1_HK_IGR_PORT_MASK, 0, in is1_entry_set()
699 vcap_key_set(vcap, &data, VCAP_IS1_HK_VID, in is1_entry_set()
701 vcap_key_set(vcap, &data, VCAP_IS1_HK_PCP, in is1_entry_set()
831 vcap_key_set(vcap, &data, VCAP_ES0_IGR_PORT, filter->ingress_port.value, in es0_entry_set()
833 vcap_key_set(vcap, &data, VCAP_ES0_EGR_PORT, filter->egress_port.value, in es0_entry_set()
837 vcap_key_set(vcap, &data, VCAP_ES0_VID, in es0_entry_set()
839 vcap_key_set(vcap, &data, VCAP_ES0_PCP, in es0_entry_set()