Searched refs:PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN (Results 1 – 4 of 4) sorted by relevance
86 #define PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN (GUC_HXG_REQUEST_MSG_MIN_LEN + 2u) macro88 (PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
98 static_assert(PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN >
82 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()
194 return PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN; in prepare_pf2guc()