// +FHDR------------------------------------------------------------ // Copyright (c) 2022 SmartLogic. // ALL RIGHTS RESERVED // ----------------------------------------------------------------- // Filename : ucp_pcie_traffic.h // Author : xianfeng.du // Created On : 2022-06-25 // Last Modified : // ----------------------------------------------------------------- // Description: // // // -FHDR------------------------------------------------------------ #ifndef __PCIE_TESTCASE_H__ #define __PCIE_TESTCASE_H__ uint32_t pcie_rx_callback_data(const char* buf,uint32_t payloadSize); uint32_t pcie_rx_callback_ctrl(const char* buf,uint32_t payloadSize); uint32_t pcie_rx_callback_oam(const char* buf,uint32_t payloadSize); void test_case_cfgpar_pcie(); void test_case_sendmsg_pcie(); void test_case_recv_msg_pcie(); void test_speed_sendmsg_pcie(); void test_speed_recv_msg_pcie(); #endif