FreeBSD kernel WPI device code
wpi_ident Struct Reference

Data Fields

uint16_t vendor
 
uint16_t device
 
uint16_t subdevice
 
const char * name
 

Detailed Description

Definition at line 111 of file if_wpi.c.

Field Documentation

◆ device

uint16_t wpi_ident::device

Definition at line 113 of file if_wpi.c.

Referenced by wpi_probe().

◆ name

const char* wpi_ident::name

Definition at line 115 of file if_wpi.c.

Referenced by wpi_attach(), and wpi_probe().

◆ subdevice

uint16_t wpi_ident::subdevice

Definition at line 114 of file if_wpi.c.

Referenced by wpi_attach().

◆ vendor

uint16_t wpi_ident::vendor

Definition at line 112 of file if_wpi.c.

Referenced by wpi_probe().


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