NVIDIA DRIVE OS Linux SDK API Reference

6.0.10.0 Release
queue operation mode

Detailed Description

MTL queue operation mode options.

Macros

#define OSI_MTL_QUEUE_AVB   0x1U
 MTL queue operation mode is AVB. More...
 
#define OSI_MTL_QUEUE_ENABLE   0x2U
 MTL queue operation mode is enable and credit control is disabled. More...
 
#define OSI_MTL_QUEUE_MODEMAX   0x3U
 
#define OSI_MTL_MAX_NUM_QUEUES   10U
 

Macro Definition Documentation

◆ OSI_MTL_MAX_NUM_QUEUES

#define OSI_MTL_MAX_NUM_QUEUES   10U

Definition at line 71 of file nvethernetrm_export.h.

◆ OSI_MTL_QUEUE_AVB

#define OSI_MTL_QUEUE_AVB   0x1U

MTL queue operation mode is AVB.

Definition at line 65 of file nvethernetrm_export.h.

◆ OSI_MTL_QUEUE_ENABLE

#define OSI_MTL_QUEUE_ENABLE   0x2U

MTL queue operation mode is enable and credit control is disabled.

Definition at line 68 of file nvethernetrm_export.h.

◆ OSI_MTL_QUEUE_MODEMAX

#define OSI_MTL_QUEUE_MODEMAX   0x3U

Definition at line 69 of file nvethernetrm_export.h.