![]() |
TT-System-Firmware APIs 19.10.99
Tenstorrent Firmware
|
Host request to set the message queue serial number. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_SET_LAST_SERIAL. | |
| uint8_t | pad [3] |
| Three bytes of padding. | |
| uint32_t | serial_number |
| The serial number to set in the message queue header. | |
Host request to set the message queue serial number.
Messages of this type are processed by handle_set_last_serial. This message allows the host to manually set the serial number for message queue synchronization purposes.
| uint8_t set_last_serial_rqst::command_code |
The command code corresponding to TT_SMC_MSG_SET_LAST_SERIAL.
| uint8_t set_last_serial_rqst::pad[3] |
Three bytes of padding.
| uint32_t set_last_serial_rqst::serial_number |
The serial number to set in the message queue header.