TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
Loading...
Searching...
No Matches
send_pcie_msi_rqst Struct Reference

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.

Detailed Description

Host request to send PCIE MSI.

Messages of this type are processed by send_pcie_msi_handler

Field Documentation

◆ command_code

uint8_t send_pcie_msi_rqst::command_code

The command code corresponding to TT_SMC_MSG_SEND_PCIE_MSI.

◆ pad

uint8_t send_pcie_msi_rqst::pad[2]

2 bytes of padding

◆ pcie_inst

uint8_t send_pcie_msi_rqst::pcie_inst

The PCIE instance 0 or 1.

◆ vector_id

uint32_t send_pcie_msi_rqst::vector_id

MSI vector ID.


The documentation for this struct was generated from the following file: