Searched refs:match_type (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_rtp.h | 32 { .match_type = XE_RTP_MATCH_PLATFORM, .platform = plat__ } 35 { .match_type = XE_RTP_MATCH_SUBPLATFORM, \ 39 { .match_type = XE_RTP_MATCH_GRAPHICS_STEP, \ 43 { .match_type = XE_RTP_MATCH_MEDIA_STEP, \ 47 { .match_type = XE_RTP_MATCH_ENGINE_CLASS, \ 115 { .match_type = XE_RTP_MATCH_FUNC, \ 125 { .match_type = XE_RTP_MATCH_GRAPHICS_VERSION, \ 163 { .match_type = XE_RTP_MATCH_MEDIA_VERSION, \ 200 { .match_type = XE_RTP_MATCH_INTEGRATED } 208 { .match_type = XE_RTP_MATCH_DISCRETE } [all …]
|
| A D | xe_rtp.c | 43 switch (r->match_type) { in rule_matches() 142 r->match_type); in rule_matches() 151 while (++i < n_rules && rules[i].match_type != XE_RTP_MATCH_OR) in rule_matches()
|
| A D | xe_rtp_types.h | 61 u8 match_type; member
|
| /drivers/net/ethernet/aquantia/atlantic/macsec/ |
| A D | macsec_struct.h | 35 u32 match_type; member 343 u32 match_type; member 693 u32 match_type; member
|
| A D | macsec_api.c | 278 packed_record[5] = rec->match_type & 0xF; in set_ingress_prectlf_record() 333 rec->match_type = packed_record[5] & 0xF; in get_ingress_prectlf_record() 1080 packed_record[5] = rec->match_type & 0xF; in set_ingress_postctlf_record() 1134 rec->match_type = packed_record[5] & 0xF; in get_ingress_postctlf_record() 1171 packed_record[5] = rec->match_type & 0xF; in set_egress_ctlf_record() 1221 rec->match_type = packed_record[5] & 0xF; in get_egress_ctlf_record()
|
| /drivers/clocksource/ |
| A D | arm_arch_timer.c | 459 .match_type = ate_match_dt, 470 .match_type = ate_match_dt, 479 .match_type = ate_match_acpi_oem_info, 490 .match_type = ate_match_local_cap_id, 501 .match_type = ate_match_dt, 512 .match_type = ate_match_local_cap_id, 569 if (ool_workarounds[i].match_type != type) in arch_timer_iterate_errata()
|
| /drivers/net/ethernet/aquantia/atlantic/ |
| A D | aq_macsec.c | 1523 tx_ctlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable() 1531 rx_prectlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
|
Completed in 227 milliseconds