Home
last modified time | relevance | path

Searched refs:supported_fields (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_template.c32 static const struct ima_template_field supported_fields[] = { variable
160 for (i = 0; i < ARRAY_SIZE(supported_fields); i++) in lookup_template_field()
161 if (strncmp(supported_fields[i].field_id, field_id, in lookup_template_field()
163 return &supported_fields[i]; in lookup_template_field()
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_template.c36 static const struct ima_template_field supported_fields[] = { variable
185 for (i = 0; i < ARRAY_SIZE(supported_fields); i++) in lookup_template_field()
186 if (strncmp(supported_fields[i].field_id, field_id, in lookup_template_field()
188 return &supported_fields[i]; in lookup_template_field()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmae.c639 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
651 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
664 const u8 *supported_fields = efx->tc->caps->action_rule_fields; in efx_mae_match_check_caps() local
672 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_INGRESS_PORT], in efx_mae_match_check_caps()
716 supported_fields[MAE_FIELD_OUTER_RULE_ID], in efx_mae_match_check_caps()
758 const u8 *supported_fields = efx->tc->caps->outer_rule_fields; in efx_mae_match_check_caps_lhs() local
766 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_INGRESS_PORT], in efx_mae_match_check_caps_lhs()
818 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
832 u8 *supported_fields = efx->tc->caps->outer_rule_fields; in efx_mae_check_encap_match_caps() local
851 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ENC_L4_SPOR in efx_mae_check_encap_match_caps()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H A Dena_com.c2513 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()
2516 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()
2537 u16 supported_fields; in ena_com_fill_hash_ctrl() local
2551 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()
2552 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2554 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
H A Dena_admin_defs.h781 struct ena_admin_proto_input supported_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H A Dena_com.c2579 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()
2583 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()
2604 u16 supported_fields; in ena_com_fill_hash_ctrl() local
2619 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()
2620 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2623 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
H A Dena_admin_defs.h789 struct ena_admin_proto_input supported_fields[ENA_ADMIN_RSS_PROTO_NUM]; member

Completed in 15 milliseconds