Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_vcap_ag_api.c20 [VCAP_KF_IF_IGR_PORT_MASK] = {
158 [VCAP_KF_IF_IGR_PORT_MASK] = {
306 [VCAP_KF_IF_IGR_PORT_MASK] = {
429 [VCAP_KF_IF_IGR_PORT_MASK] = {
607 [VCAP_KF_IF_IGR_PORT_MASK] = {
730 [VCAP_KF_IF_IGR_PORT_MASK] = {
921 [VCAP_KF_IF_IGR_PORT_MASK] = {
984 [VCAP_KF_IF_IGR_PORT_MASK] = {
1082 [VCAP_KF_IF_IGR_PORT_MASK] = {
1160 [VCAP_KF_IF_IGR_PORT_MASK] = {
[all …]
Dlan966x_vcap_impl.c329 if (vcap_rule_get_key_u32(rule, VCAP_KF_IF_IGR_PORT_MASK, in lan966x_vcap_is1_add_default_fields()
331 vcap_rule_add_key_u32(rule, VCAP_KF_IF_IGR_PORT_MASK, 0, in lan966x_vcap_is1_add_default_fields()
344 if (vcap_rule_get_key_u32(rule, VCAP_KF_IF_IGR_PORT_MASK, in lan966x_vcap_is2_add_default_fields()
346 vcap_rule_add_key_u32(rule, VCAP_KF_IF_IGR_PORT_MASK, 0, in lan966x_vcap_is2_add_default_fields()
Dlan966x_ptp.c66 vcap_rule_get_key_u32(vrule, VCAP_KF_IF_IGR_PORT_MASK, in lan966x_ptp_add_trap()
69 vcap_rule_mod_key_u32(vrule, VCAP_KF_IF_IGR_PORT_MASK, in lan966x_ptp_add_trap()
112 vcap_rule_get_key_u32(vrule, VCAP_KF_IF_IGR_PORT_MASK, &value, &mask); in lan966x_ptp_del_trap()
121 vcap_rule_mod_key_u32(vrule, VCAP_KF_IF_IGR_PORT_MASK, value, mask); in lan966x_ptp_del_trap()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vcap_ag_api.c43 [VCAP_KF_IF_IGR_PORT_MASK] = {
236 [VCAP_KF_IF_IGR_PORT_MASK] = {
414 [VCAP_KF_IF_IGR_PORT_MASK] = {
547 [VCAP_KF_IF_IGR_PORT_MASK] = {
690 [VCAP_KF_IF_IGR_PORT_MASK] = {
893 [VCAP_KF_IF_IGR_PORT_MASK] = {
1046 [VCAP_KF_IF_IGR_PORT_MASK] = {
1164 [VCAP_KF_IF_IGR_PORT_MASK] = {
3615 [VCAP_KF_IF_IGR_PORT_MASK] = "IF_IGR_PORT_MASK",
Dsparx5_vcap_impl.c320 vcap_rule_add_key_u32(rule, VCAP_KF_IF_IGR_PORT_MASK, 0, port_mask); in sparx5_vcap_add_ingress_range_port_mask()
336 vcap_rule_add_key_u72(rule, VCAP_KF_IF_IGR_PORT_MASK, &port_mask); in sparx5_vcap_add_wide_port_mask()
824 field = vcap_lookup_keyfield(rule, VCAP_KF_IF_IGR_PORT_MASK); in sparx5_vcap_ingress_add_default_fields()
Dsparx5_tc_flower.c496 VCAP_KF_IF_IGR_PORT_MASK, in sparx5_tc_add_rule_copy() enumerator
/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
Dvcap_model_kunit.c206 [VCAP_KF_IF_IGR_PORT_MASK] = {
399 [VCAP_KF_IF_IGR_PORT_MASK] = {
693 [VCAP_KF_IF_IGR_PORT_MASK] = {
826 [VCAP_KF_IF_IGR_PORT_MASK] = {
969 [VCAP_KF_IF_IGR_PORT_MASK] = {
1172 [VCAP_KF_IF_IGR_PORT_MASK] = {
1325 [VCAP_KF_IF_IGR_PORT_MASK] = {
1443 [VCAP_KF_IF_IGR_PORT_MASK] = {
3824 [VCAP_KF_IF_IGR_PORT_MASK] = "IF_IGR_PORT_MASK",
Dvcap_ag_api.h406 VCAP_KF_IF_IGR_PORT_MASK, enumerator
Dvcap_api_kunit.c867 .ctrl.key = VCAP_KF_IF_IGR_PORT_MASK, in vcap_api_encode_rule_keyset_test()
1204 .ctrl.key = VCAP_KF_IF_IGR_PORT_MASK, in vcap_api_rule_find_keyset_basic_test()
1398 ret = vcap_rule_add_key_u32(rule, VCAP_KF_IF_IGR_PORT_MASK, in vcap_api_encode_rule_test()
2078 VCAP_KF_IF_IGR_PORT_MASK, in vcap_api_filter_keylist_test() enumerator
2132 VCAP_KF_IF_IGR_PORT_MASK, in vcap_api_filter_keylist_test() enumerator
Dvcap_api_debugfs.c47 key == VCAP_KF_IF_IGR_PORT_MASK || in vcap_debugfs_show_rule_keyfield()