Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
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)
Dguc_relay_communication_abi.h98 static_assert(PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN >
/linux-6.12.1/drivers/gpu/drm/xe/tests/
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()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_relay.c194 return PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN; in prepare_pf2guc()