Home
last modified time | relevance | path

Searched refs:relay_send_transaction (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c291 static int relay_send_transaction(struct xe_guc_relay *relay, struct relay_transaction *txn) in relay_send_transaction() function
444 ret = relay_send_transaction(relay, txn); in relay_send_message_and_wait()
518 ret = relay_send_transaction(relay, txn); in relay_send_to()
747 ret = relay_send_transaction(relay, txn); in relay_process_incoming_action()
762 ret = relay_send_transaction(relay, txn); in relay_process_incoming_action()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c190 KUNIT_EXPECT_EQ(test, -ECOMM, relay_send_transaction(relay, txn)); in pf_txn_reports_error()
206 KUNIT_ASSERT_EQ(test, 0, relay_send_transaction(relay, txn)); in pf_txn_sends_pf2guc()