Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c258 enum vcap_keyfield_set keyset) in sparx5_vcap_keyset_name() argument
262 return vcap_keyset_name(port->sparx5->vcap_ctrl, keyset); in sparx5_vcap_keyset_name()
816 sparx5_vcap_keyset_name(ndev, rule->keyset)); in sparx5_vcap_ingress_add_default_fields()
1506 static u32 sparx5_vcap_is0_keyset_to_etype_ps(enum vcap_keyfield_set keyset) in sparx5_vcap_is0_keyset_to_etype_ps() argument
1508 switch (keyset) { in sparx5_vcap_is0_keyset_to_etype_ps()
1519 enum vcap_keyfield_set keyset, in sparx5_vcap_is0_set_port_keyset() argument
1529 value = sparx5_vcap_is0_keyset_to_etype_ps(keyset); in sparx5_vcap_is0_set_port_keyset()
1536 value = sparx5_vcap_is0_keyset_to_etype_ps(keyset); in sparx5_vcap_is0_set_port_keyset()
1543 value = sparx5_vcap_is0_keyset_to_etype_ps(keyset); in sparx5_vcap_is0_set_port_keyset()
1552 static u32 sparx5_vcap_is2_keyset_to_arp_ps(enum vcap_keyfield_set keyset) in sparx5_vcap_is2_keyset_to_arp_ps() argument
[all …]
H A Dsparx5_tc_flower.c24 enum vcap_keyfield_set keyset; member
35 enum vcap_keyfield_set keyset; /* new keyset used by template */ member
446 mru->keyset = portkeysetlist.keysets[idx]; in sparx5_tc_select_protocol_keyset()
477 vcap_set_rule_set_keyset(vrule, mru->keyset); in sparx5_tc_select_protocol_keyset()
514 err = vcap_set_rule_set_keyset(vrule, rule->keyset); in sparx5_tc_add_rule_copy()
518 vcap_keyset_name(vctrl, rule->keyset), in sparx5_tc_add_rule_copy()
1111 if (vrule->keyset == VCAP_KFS_IP4_OTHER) in sparx5_tc_flower_simplify_rule()
1115 if (vrule->keyset == VCAP_KFS_IP6_STD) in sparx5_tc_flower_simplify_rule()
1150 vcap_set_rule_set_keyset(vrule, ftp->keyset); in sparx5_tc_flower_use_template()
1473 ftp->keyset = VCAP_KFS_NO_VALUE; in sparx5_tc_flower_template_create()
[all …]
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c222 enum vcap_keyfield_set keyset) in vcap_verify_keystream_keyset() argument
233 if (vcap_keyfield_count(vctrl, vt, keyset) == 0) in vcap_verify_keystream_keyset()
236 info = vcap_keyfieldset(vctrl, vt, keyset); in vcap_verify_keystream_keyset()
246 tgt = vcap_keyfield_typegroup(vctrl, vt, keyset); in vcap_verify_keystream_keyset()
250 fields = vcap_keyfields(vctrl, vt, keyset); in vcap_verify_keystream_keyset()
398 enum vcap_keyfield_set keyset) in vcap_keyfields() argument
401 if (keyset >= vctrl->vcaps[vt].keyfield_set_size) in vcap_keyfields()
403 return vctrl->vcaps[vt].keyfield_set_map[keyset]; in vcap_keyfields()
409 enum vcap_keyfield_set keyset) in vcap_keyfieldset() argument
414 if (keyset >= vctrl->vcaps[vt].keyfield_set_size) in vcap_keyfieldset()
[all …]
H A Dvcap_api_private.h69 enum vcap_type vt, enum vcap_keyfield_set keyset);
73 enum vcap_type vt, enum vcap_keyfield_set keyset);
77 enum vcap_keyfield_set keyset);
H A Dvcap_api_client.h181 enum vcap_keyfield_set keyset);
237 enum vcap_keyfield_set keyset);
249 enum vcap_keyfield_set keyset);
257 enum vcap_keyfield_set keyset);
H A Dvcap_api_kunit.c252 enum vcap_keyfield_set keyset = VCAP_KFS_NO_VALUE; in test_vcap_xn_rule_creator() local
265 keyset = VCAP_KFS_ETAG; in test_vcap_xn_rule_creator()
269 keyset = VCAP_KFS_PURE_5TUPLE_IP4; in test_vcap_xn_rule_creator()
273 keyset = VCAP_KFS_NORMAL_5TUPLE_IP4; in test_vcap_xn_rule_creator()
277 keyset = VCAP_KFS_NORMAL_7TUPLE; in test_vcap_xn_rule_creator()
285 KUNIT_ASSERT_NE(test, VCAP_KFS_NO_VALUE, keyset); in test_vcap_xn_rule_creator()
295 ret = vcap_set_rule_set_keyset(rule, keyset); in test_vcap_xn_rule_creator()
305 KUNIT_EXPECT_EQ(test, keyset, rule->keyset); in test_vcap_xn_rule_creator()
595 .keyset = VCAP_KFS_MAC_ETYPE, in vcap_api_encode_keyfield_test()
656 .keyset = VCAP_KFS_IP_7TUPLE, in vcap_api_encode_max_keyfield_test()
[all …]
H A DKconfig22 - A keyset configuration per port per lookup
H A Dvcap_api.h192 enum vcap_keyfield_set keyset; /* keyset used: may be derived from fields */ member
H A Dvcap_api_debugfs_kunit.c513 .keyset = VCAP_KFS_MAC_ETYPE, in vcap_api_show_admin_rule_test()
H A Dvcap_api_debugfs.c204 keyfield = vcap_keyfields(vctrl, admin->vtype, ri->data.keyset); in vcap_debugfs_show_rule_keyset()
/linux/Documentation/devicetree/bindings/input/
H A Dinput-reset.txt15 keyset: array of Linux keycodes, one keycode per cell.
26 keyset = <0x03
/linux/drivers/net/wireless/silabs/wfx/
H A Dwfx.h39 u8 keyset; member