|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Holds operation object information that is to be delivered to the TLK Secure Service.
NOTE: This structure need to be in sync with te_operation_container_t
Definition at line 178 of file ote_common.h.
Data Fields | |
| uint32_t | command |
| te_error_t | status |
| cmnptr_t | list_head |
| Holds pointers to the head/tail of the list of param_t nodes. More... | |
| cmnptr_t | list_tail |
| uint32_t | list_count |
| uint32_t | interface_side |
| uint32_t te_operation_t::command |
Definition at line 179 of file ote_common.h.
| uint32_t te_operation_t::interface_side |
Definition at line 189 of file ote_common.h.
| uint32_t te_operation_t::list_count |
Definition at line 188 of file ote_common.h.
| cmnptr_t te_operation_t::list_head |
Holds pointers to the head/tail of the list of param_t nodes.
Definition at line 185 of file ote_common.h.
| cmnptr_t te_operation_t::list_tail |
Definition at line 186 of file ote_common.h.
| te_error_t te_operation_t::status |
Definition at line 180 of file ote_common.h.