NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
ether_exported_ifr_data Struct Reference

Detailed Description

struct ether_exported_ifr_data - Private data of struct ifreq

Definition at line 62 of file ether_export.h.

Data Fields

nveu32_t if_flags
 Flags used for specific ioctl - like enable/disable. More...
 
nveu32_t qinx
 qinx: Queue index to be used for certain ioctls More...
 
nveu32_t ifcmd
 The private ioctl command number. More...
 
nveu32_t connected_speed
 Used to query the connected link speed. More...
 
nve32_t command_error
 The return value of IOCTL handler func. More...
 
void * ptr
 IOCTL cmd specific structure pointer. More...
 

Field Documentation

◆ command_error

nve32_t ether_exported_ifr_data::command_error

The return value of IOCTL handler func.

Definition at line 72 of file ether_export.h.

◆ connected_speed

nveu32_t ether_exported_ifr_data::connected_speed

Used to query the connected link speed.

Definition at line 70 of file ether_export.h.

◆ if_flags

nveu32_t ether_exported_ifr_data::if_flags

Flags used for specific ioctl - like enable/disable.

Definition at line 64 of file ether_export.h.

◆ ifcmd

nveu32_t ether_exported_ifr_data::ifcmd

The private ioctl command number.

Definition at line 68 of file ether_export.h.

◆ ptr

void* ether_exported_ifr_data::ptr

IOCTL cmd specific structure pointer.

Definition at line 74 of file ether_export.h.

◆ qinx

nveu32_t ether_exported_ifr_data::qinx

qinx: Queue index to be used for certain ioctls

Definition at line 66 of file ether_export.h.


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