Searched defs:relay (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc_relay.c | 38 static struct xe_guc *relay_to_guc(struct xe_guc_relay *relay) in relay_to_guc() 43 static struct xe_guc_ct *relay_to_ct(struct xe_guc_relay *relay) in relay_to_ct() 48 static struct xe_gt *relay_to_gt(struct xe_guc_relay *relay) in relay_to_gt() 53 static struct xe_device *relay_to_xe(struct xe_guc_relay *relay) in relay_to_xe() 58 #define relay_assert(relay, condition) xe_gt_assert(relay_to_gt(relay), condition) argument 59 #define relay_notice(relay, msg...) xe_gt_sriov_notice(relay_to_gt(relay), "relay: " msg) argument 60 #define relay_debug(relay, msg...) xe_gt_sriov_dbg_verbose(relay_to_gt(relay), "relay: " msg) argument 62 static int relay_get_totalvfs(struct xe_guc_relay *relay) in relay_get_totalvfs() 71 static bool relay_is_ready(struct xe_guc_relay *relay) in relay_is_ready() 76 static u32 relay_get_next_rid(struct xe_guc_relay *relay) in relay_get_next_rid() [all …]
|
D | xe_guc_relay.h | 26 static inline int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, in xe_guc_relay_send_to_vf() 31 static inline int xe_guc_relay_process_guc2pf(struct xe_guc_relay *relay, const u32 *msg, u32 len) in xe_guc_relay_process_guc2pf()
|
D | xe_guc_types.h | 89 struct xe_guc_relay relay; member
|
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_guc_relay_test.c | 20 static int replacement_relay_get_totalvfs(struct xe_guc_relay *relay) in replacement_relay_get_totalvfs() 32 struct xe_guc_relay *relay; in relay_test_init() local 123 struct xe_guc_relay *relay = test->priv; in pf_rejects_guc2pf_too_short() local 132 struct xe_guc_relay *relay = test->priv; in pf_rejects_guc2pf_too_long() local 141 struct xe_guc_relay *relay = test->priv; in pf_rejects_guc2pf_no_payload() local 149 struct xe_guc_relay *relay = test->priv; in pf_fails_no_payload() local 157 struct xe_guc_relay *relay = test->priv; in pf_fails_bad_origin() local 169 struct xe_guc_relay *relay = test->priv; in pf_fails_bad_type() local 181 struct xe_guc_relay *relay = test->priv; in pf_txn_reports_error() local 197 struct xe_guc_relay *relay = test->priv; in pf_txn_sends_pf2guc() local [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_log.h | 66 } relay; member
|
/linux-6.12.1/include/linux/ |
D | if_pppox.h | 28 struct sockaddr_pppox relay; /* what socket data will be member
|
/linux-6.12.1/drivers/media/platform/mediatek/mdp3/ |
D | mdp_sm_mt8195.h | 101 u32 relay; member
|