|
TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
|
Host request to send PCIE MSI. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_SEND_PCIE_MSI. | |
| uint8_t | pcie_inst: 1 |
| The PCIE instance 0 or 1. | |
| uint8_t | pad [2] |
| 2 bytes of padding | |
| uint32_t | vector_id |
| MSI vector ID. | |
Host request to send PCIE MSI.
Messages of this type are processed by send_pcie_msi_handler
| uint8_t send_pcie_msi_rqst::command_code |
The command code corresponding to TT_SMC_MSG_SEND_PCIE_MSI.
| uint8_t send_pcie_msi_rqst::pad[2] |
2 bytes of padding
| uint8_t send_pcie_msi_rqst::pcie_inst |
The PCIE instance 0 or 1.
| uint32_t send_pcie_msi_rqst::vector_id |
MSI vector ID.