struct netconf_devlink_info
Overview
Information about device from devlink More…
#include <netconf.h> struct netconf_devlink_info { // fields char* bus_name; char* dev_name; char* driver_name; char* serial_number; };
Detailed Documentation
Information about device from devlink
Fields
char* bus_name
Bus name
char* dev_name
Device name (PCI address for PCI device)
char* driver_name
Driver name
char* serial_number
Device serial number