supported_fields  734 drivers/net/ethernet/amazon/ena/ena_admin_defs.h 	struct ena_admin_proto_input supported_fields[ENA_ADMIN_RSS_PROTO_NUM];
supported_fields 2483 drivers/net/ethernet/amazon/ena/ena_com.c 				hash_ctrl->supported_fields[i].fields;
supported_fields 2486 drivers/net/ethernet/amazon/ena/ena_com.c 			       i, hash_ctrl->supported_fields[i].fields,
supported_fields 2507 drivers/net/ethernet/amazon/ena/ena_com.c 	u16 supported_fields;
supported_fields 2521 drivers/net/ethernet/amazon/ena/ena_com.c 	supported_fields = hash_ctrl->supported_fields[proto].fields;
supported_fields 2522 drivers/net/ethernet/amazon/ena/ena_com.c 	if ((hash_fields & supported_fields) != hash_fields) {
supported_fields 2524 drivers/net/ethernet/amazon/ena/ena_com.c 		       proto, hash_fields, supported_fields);
supported_fields   33 security/integrity/ima/ima_template.c static const struct ima_template_field supported_fields[] = {
supported_fields  158 security/integrity/ima/ima_template.c 	for (i = 0; i < ARRAY_SIZE(supported_fields); i++)
supported_fields  159 security/integrity/ima/ima_template.c 		if (strncmp(supported_fields[i].field_id, field_id,
supported_fields  161 security/integrity/ima/ima_template.c 			return &supported_fields[i];