iPXE
|
A USB RNDIS network device. More...
#include <acm.h>
Data Fields | |
struct usb_device * | usb |
USB device. More... | |
struct usb_bus * | bus |
USB bus. More... | |
struct rndis_device * | rndis |
RNDIS device. More... | |
struct usbnet_device | usbnet |
USB network device. More... | |
int | responded |
An encapsulated response is available. More... | |
struct usb_device* acm_device::usb |
USB device.
Definition at line 33 of file acm.h.
Referenced by acm_control_receive(), acm_control_transmit(), and acm_probe().
struct usb_bus* acm_device::bus |
struct rndis_device* acm_device::rndis |
RNDIS device.
Definition at line 37 of file acm.h.
Referenced by acm_close(), acm_control_receive(), acm_control_transmit(), acm_in_complete(), acm_intr_complete(), acm_open(), acm_out_complete(), acm_poll(), acm_probe(), acm_remove(), and acm_transmit().
struct usbnet_device acm_device::usbnet |
USB network device.
Definition at line 39 of file acm.h.
Referenced by acm_close(), acm_control_receive(), acm_control_transmit(), acm_in_complete(), acm_intr_complete(), acm_open(), acm_out_complete(), acm_out_transmit(), acm_poll(), and acm_probe().
int acm_device::responded |
An encapsulated response is available.
Definition at line 42 of file acm.h.
Referenced by acm_intr_complete(), and acm_poll().