Searched defs:buf_tx (Results 1 – 2 of 2) sorted by relevance
/qemu/tests/qtest/ |
H A D | xlnx-can-test.c | 72 static void match_rx_tx_data(const uint32_t *buf_tx, const uint32_t *buf_rx, in match_rx_tx_data() 109 const uint32_t *buf_tx) in send_data() 135 const uint32_t buf_tx[4] = { 0xFF, 0x80000000, 0x12345678, 0x87654321 }; in test_can_bus() local 173 uint32_t buf_tx[4] = { 0xFF, 0x80000000, 0x12345678, 0x87654321 }; in test_can_loopback() local 220 uint32_t buf_tx[4] = { 0x14, 0x80000000, 0x12345678, 0x87654321 }; in test_can_filter() local 268 uint32_t buf_tx[4] = { 0x14, 0x80000000, 0x12345678, 0x87654321 }; in test_can_sleepmode() local 314 uint32_t buf_tx[4] = { 0x14, 0x80000000, 0x12345678, 0x87654321 }; in test_can_snoopmode() local
|
H A D | xlnx-canfd-test.c | 168 static void generate_random_data(uint32_t *buf_tx, bool is_canfd_frame) in generate_random_data() 220 const uint32_t *buf_tx, bool is_canfd_frame) in write_data() 253 static void match_rx_tx_data(const uint32_t *buf_tx, const uint32_t *buf_rx, in match_rx_tx_data() 283 uint32_t buf_tx[CAN_FRAME_SIZE] = { 0x5a5bb9a4, 0x80000000, in test_can_data_transfer() local 324 uint32_t buf_tx[CANFD_FRAME_SIZE] = { 0x5a5bb9a4, 0xf8000000 }; in test_canfd_data_transfer() local 363 uint32_t buf_tx[CANFD_FRAME_SIZE] = { 0x5a5bb9a4, 0xf8000000 }; in test_can_loopback() local
|