iPXE
acm_device Struct Reference

A USB RNDIS network device. More...

#include <acm.h>

Data Fields

struct usb_deviceusb
 USB device.
struct usb_busbus
 USB bus.
struct rndis_devicerndis
 RNDIS device.
struct usbnet_device usbnet
 USB network device.
int responded
 An encapsulated response is available.

Detailed Description

A USB RNDIS network device.

Definition at line 32 of file acm.h.

Field Documentation

◆ usb

struct usb_device* acm_device::usb

USB device.

Definition at line 34 of file acm.h.

Referenced by acm_control_receive(), acm_control_transmit(), and acm_probe().

◆ bus

struct usb_bus* acm_device::bus

USB bus.

Definition at line 36 of file acm.h.

Referenced by acm_poll(), and acm_probe().

◆ rndis

◆ usbnet

◆ responded

int acm_device::responded

An encapsulated response is available.

Definition at line 43 of file acm.h.

Referenced by acm_intr_complete(), and acm_poll().


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