Home
last modified time | relevance | path

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

/Linux-v6.1/security/integrity/ima/
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()
/Linux-v6.1/drivers/net/ethernet/sfc/
Dmae.c257 const u8 *supported_fields = efx->tc->caps->action_rule_fields; in efx_mae_match_check_caps() local
265 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_INGRESS_PORT], in efx_mae_match_check_caps()
/Linux-v6.1/drivers/net/ethernet/amazon/ena/
Dena_com.c2587 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()
2591 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()
2612 u16 supported_fields; in ena_com_fill_hash_ctrl() local
2627 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()
2628 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2631 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
Dena_admin_defs.h789 struct ena_admin_proto_input supported_fields[ENA_ADMIN_RSS_PROTO_NUM]; member