Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/abi/
A Dguc_actions_sriov_abi.h86 #define PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN (GUC_HXG_REQUEST_MSG_MIN_LEN + 2u) macro
88 (PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
A Dguc_relay_communication_abi.h98 static_assert(PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN >
/drivers/gpu/drm/xe/tests/
A Dxe_guc_relay_test.c82 KUNIT_ASSERT_GE(test, len, PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN); in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay()
83 KUNIT_ASSERT_EQ(test, len, PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN + TEST_LEN); in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay()
92 KUNIT_EXPECT_MEMEQ(test, TEST_MSG, msg + PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN, in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay()
243 KUNIT_ASSERT_GE(test, len, PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN); in replacement_xe_guc_ct_send_recv_loopback_relay()
/drivers/gpu/drm/xe/
A Dxe_guc_relay.c195 return PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN; in prepare_pf2guc()

Completed in 616 milliseconds